Page 2 of 2

Re: Mobile Broadband 3G

Posted: 20. Jun 2011, 11:56
by NicePics13
If I boot Salix with my usb 3G dongle plugged in I won't be able to connect using pppd/wvdial (but strangely enough kppp always works) until I pull it out & back in - I guess it has to do with the dongle switching between mass storage and serial mode, HAL disconnects the modem ports again and again. The solution would be one of these:
  • Don't boot with the modem plugged in
  • Use kppp to dial, it seems to ignore what mode the modem is in :lol:
  • Install usbmodeswitch and manually toggle modem
  • Add HAL rule to leave modem alone

Re: Mobile Broadband 3G

Posted: 21. Jun 2011, 09:54
by anton
Solved. "secret" was
#rm /etc/resolv.conf
#ln -s /etc/ppp/resolv.conf /etc/resolv.conf
with vwdial or sakis3g it works.
Thanks to "gapan" post!