Select your language

Доступен обновленный Ubuntu GamePack 16.04 - платформа для запуска игр (07 Jun 2018)

Доступен для загрузки обновленный дистрибутив Ubuntu GamePack 16.04, предоставляющая средства для гарантированного запуска более чем 28,924 игр и приложений для MS Windows и MS-DOS, так и оригинальных, разработанных специально для платформы GNU/Linux.

Freshtel и модемы Sagem f@st 9520 Seowon SWU-3220A

  • Yaroslav
More
14 years 10 months ago #746 by Yaroslav

alejandro wrote: Привет всем)) я из России тоже Тула))
На линуксе не так давно - месяц) у меня ubuntu 10.04
собрал драйвер, установил, но когда пытаюсь подключится (логин и пароль) выдает вот что:
Device found
detached modem kernel driver
Claimed interface
failed to allocate tap interface
You should have TUN/TAP driver compiled in the kernel or as a kernel module.
If 'modprobe tun' doesn't help then recompile your kernel.

modprobe tun - при вводе команды ничего не выдает (вроде так должно быть)
ядро у меня 2.6.28
пробовал ставить другие ядра : 2.6.35 - выдает при попытке подключения FATAL: module tun not found.
2.6.38 - тоже самое что и 2.6.28

как подключить tun\tap? Если возможно поподробнее описать этот процесс

помогите пожалуйста настроить, у меня нетбук а через virtual box сильно система тормозит. Заранее спасибо . и Ярославу за драйвер тоже))


Даже незнаю попробуй "sudo modprobe tun"

Please Log in or Create an account to join the conversation.

  • Plastic
More
14 years 10 months ago - 14 years 10 months ago #747 by Plastic

alejandro wrote: у меня ubuntu 10.04
ядро у меня 2.6.28


I have 2.6.35-28 kernel and ubuntu 10.10. Have no problems with the driver everything works fine for me. I have no problem with TAP module it's built in by default (or at least should be). Try to build another version. Or upgrade ubuntu (you should do that, because this month will be released ubuntu 11.04)
Last edit: 14 years 10 months ago by Plastic.

Please Log in or Create an account to join the conversation.

  • alejandro
More
14 years 10 months ago #749 by alejandro
./wimax --login=XXXXXX --pass=YYYYYY
Device found
detached modem kernel driver
Claimed interface
failed to allocate tap interface
You should have TUN/TAP driver compiled in the kernel or as a kernel module.
If 'modprobe tun' doesn't help then recompile your kernel.

никак не могу исправить ситуацию, подскажите пожалуйста что нужно что бы драйвер заработал. у кого нибудь была такая проблема?

Please Log in or Create an account to join the conversation.

  • alejandro
More
14 years 10 months ago #750 by alejandro
i think that my samsung n150-n not pull 11.04. 10.10 slows work on it

Please Log in or Create an account to join the conversation.

  • Plastic
More
14 years 10 months ago #751 by Plastic

alejandro wrote: i think that my samsung n150-n not pull 11.04. 10.10 slows work on it

Hmm..weird. On my laptop 10.10 works better then 10.04 and 11.04 is still in beta so it should work slower then stable release.

The solution for your problem could be this:
Code:
sudo apt-get install modconf
Code:
sudo modconf
Code:
Kernel/drivers/net ---> * tun [Universal TUN/TAP device driver support] --->

You can either compile the TUN/TAP support inside the kernel or (as is this example) build it as a module. The name of the module will be tun.
Code:
sudo modprobe tun

To have the module automatically load on reboot you will need to add "tun" to the modules file
Code:
sudo nano -w /etc/modules

add the line
Code:
.. tun ..

If this don't work then (as for now) I don't know anything else.
BTW, you can write in Russian, I will understand, I just cant write in Russian without hudge grammar mistakes.. :) :S

Please Log in or Create an account to join the conversation.

  • alejandro
More
14 years 10 months ago #752 by alejandro
i am sorry
i install modconf 0.3.9
kernel/drivers/net

there no module tun, just:
tehuti
tg3
tlan
typhoon

where tun can be?

Please Log in or Create an account to join the conversation.

Time to create page: 0.277 seconds