wvdialnicovdw said:...
What command do you use to connect?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
wvdialnicovdw said:...
What command do you use to connect?
intoxique said:Hi there, guys. I need help.
I set up the Option Fusion 3g data card on my LG notebook running Ubuntu.
The wvdial.conf file it set up correctly, and I use the following commands to open a connection...
sudo modprobe serial_cs
/etc/init.d/pcmcia start
sudo modprobe usbserial vendor=0x0af0 product=0x6300
wvdial option internet 3gonly 384k
When I do the above then it seems to be connected but I get the following errors in the 'tail -f /var/log/syslog'...
Could not determine remote IP address: defualting to 10.64.64.64
Could not determine ethernet IP address of proxy ARP
I tried using the command 'route del default gw' but it doesnt seem to change anything. I can connect and disconnect, but I cant browse the web, there seem to be something wrong with the ip address settings or something.
Please help!!!
web said:Anybody managed to get it to work with this. My old laptop had suse 9.3 was really simple but now dont know where to start . Anyne ?
web said:first
/etc/init.d/pcmcia start
does nothing says command not found.
ok when i do
tail -f /var/log/messages i get the following error when inserting the card.
linux kernel:serial_cs: serial8250_register_port at 0x03f8 irq3 failed
I read in the release notes that they have changed something with regards pcmcia hardware will look for the docs.
SoftDev said:Hi,
I have been trying to get my Novatel 3G card to work with SUSE 9.3 on an HP nx6110 laptop. I have done some reading in this forum and also found a few pointers on the Net. I have however been unable to get the 3G card to work. The following is the process that I followed:
1) boot SUSE 9.3
2) open console window
3) su to root
4) cardctl status returns that no card has be inserted
5) insert the 3G card... no lights or any changes observed in /var/log/messages
6) restart the pcmcia services
7) cardctl status now shows that a card is inserted
8) 3G card blinks (blue about twice a second)
9) execute of cat /proc/bus/usb/devices returns no information regarding Vodafone card
10) As a test I connected a 4 port usb hub to one of the laptops use ports, the hub functions correctly
11) Not sure what the exact message regarding usb OHCI that I must get
12) cardctl info returns correct information for a Novatel card
13) At this point I am stuck and do not know what else to do...anyone got any ideas???
Thanks
SoftDev
insmod serialcs
SoftDev said:Hi Tazz_Tux,
Apologies, the previous post did not include all the info when the PCMCIA service is re-started.
Mar 7 17:06:51 linux cardmgr[6074]: exiting
<snip>
Mar 7 17:06:55 linux kernel: ieee80211_crypt: registered algorithm 'CCMP'
Also uname info:
Linux linux 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux
Thanks
SoftDev