Results 1 to 10 of 29
Whenever I try to connect it, it just doesn't work. It says in the network settings that it's not active. When I activate it it changes to active, but I ...
- 10-22-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
Wireless network not working, dell laptop, Ubuntu
Whenever I try to connect it, it just doesn't work. It says in the network settings that it's not active. When I activate it it changes to active, but I can't surf.
Thanks.
- 10-22-2006 #2
Could you give more details ?
Which wireless network card is it ?
Which version of Ubuntu ?
Which application are you using to connect ? NetworkManager ?"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-22-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- Central USA
- Posts
- 17
This might sound real simple, but try hard booting your modem. I have simular issues with 6.06 everytime I install Ubuntu 6.06 back on my laptop ( i change linux OS's quite often to play) and have to do a hard reboot of the modem, then all is good... If not, post answers posted by above GURU
- 10-25-2006 #4
Make sure DHCP is selected and that everything is auto dected. i didn't notice that the first time i installed it was not setup that way for some reason. i could have played around before and set it up wrong though. Also a search on "Configuring /etc/network/interfaces" on Google. It might bring up something helpful.
- 10-28-2006 #5Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
I tried all the suggestions and nothing works. it's the dell built in network card, linksys wireless a+g router. I'm using network settings to manage my connections and the version of ubuntu is dapper drake.
- 10-28-2006 #6You have yet to mention your wireless card and laptop model.
Originally Posted by The Ra
Please post the output of :
Code:lspci | grep -i network
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-31-2006 #7Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
0000:02:03.0 Network controller: Broadcom Corporation BCM4309 802.11a/b/g (rev 02)
XPS Gen 1
- 10-31-2006 #8You have to use NDISWRAPPER to make this card work in Ubuntu.
Originally Posted by The Ra
First disable the BCM43XX driver, which won't work with this card :
Then go on with ndiswrapper.Code:echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
First install it :
Then insert your Windows driver :Code:sudo apt-get install ndiswrapper-utils
Verify that it worked :Code:sudo ndiswrapper -i windows_driver_INF_file
Then configure ndiswrapper :Code:sudo ndiswrapper -l
Verify everything went well :Code:sudo ndiswrapper -m
Post back if you want more help.Code:dmesg | tail
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-31-2006 #9Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
ra@Amun:~$ sudo ndiswrapper -i windows_driver_INF_file
Installing windows_driver_inf_file
couldn't copy windows_driver_INF_file at /usr/sbin/ndiswrapper line 135.
That is the error that I am getting when I try to insert the windows driver.
- 10-31-2006 #10Did you download the windows driver for your card from Dell's site ? That's the driver you must use with NDISWRAPPER. "windows_driver_INF_file" refers to that.
Originally Posted by The Ra "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
