![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2008
Beans: 4
|
Hi all,
Firstly, I am completely new to Linux so please go easy on me! I managed to get Ubuntu installed on my machine and was really chuffed with myself Unfortunately I have no idea how to install new software etc, I know it is something to do with the terminal thing but I have no idea about commands etc. The main thing I would like to do is to get my wireless USB stick (above) working so I can access the internet. Ubuntu does not automatically recognise it and it seems to have no power, no lights etc. Does anyone have a dummies guide in how to install software and then install my USB Stick so I can connect to the internet? My USB Stick is a BELKIN F5D7051. I really hope someone can help because I want to really get stuck in to this new OS and to learn Linux! Cheers |
|
|
|
|
|
#2 |
|
Ubuntu addict and loving it
![]() Join Date: Aug 2007
Location: Baltimore, United States
Beans: 4,704
Ubuntu 9.04 Jaunty Jackalope
|
Re: Belkin USB Wireless Stick F5D7051
Please open a terminal (Applications>Accessories>Terminal), run the following commands and post the output here:
Code:
lsusb lshw -C Network That will help to figure out how to get your card working. Installing hardware drivers in Ubuntu is actually sort of a specialized process (and one that you usually don't need to worry about, as the Linux kernel comes with drivers built in for most hardware, although your wireless card is an exception). But for normal software, you usually install using Synaptic or Add/Remove Programs; take a look here for more information. But again, you won't be able to install wireless drivers that way.
__________________
Personal site | Understanding Wireless Chipsets | Troubleshooting ndiswrapper | Works With U blog |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2008
Beans: 4
|
Re: Belkin USB Wireless Stick F5D7051
Thanks for the speedy reply
I am currently at work, so as soon as I am home I will complete the above and post the results here. Can't wait to get ubuntu working properly... woo hoo! Once again, thanks very much. |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2008
Beans: 4
|
Re: Belkin USB Wireless Stick F5D7051
Hey,
Here is the result of the command from the terminal. I am guessing this lists all devices that are attched to my PC? When I try to run this command with the wireless stick in, nothing happens, take it out and the command works fine! lsusb Bus 004 Device 001: ID 0000:0000 Bus 003 Device 002: ID 116f:c108 Silicon 10 Technology Corp. Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 006: ID 043d:007b Lexmark International, Inc. Bus 001 Device 005: ID 043d:007c Lexmark International, Inc. Bus 001 Device 004: ID 045e:008c Microsoft Corp. Wireless Intellimouse Explorer 2.0 Bus 001 Device 003: ID 043d:007a Lexmark International, Inc. Bus 001 Device 001: ID 0000:0000 tim@Home:~$ lshw -cnetwork Hardware Lister (lshw) - B.02.12.01 usage: lshw [-format] [-options ...] lshw -version -version print program version (B.02.12.01) format can be -html output hardware tree as HTML -xml output hardware tree as XML -short output hardware paths -businfo output bus information options can be -class CLASS only show a certain class of hardware -C CLASS same as '-class CLASS' -disable TEST disable a test (like pci, isapnp, cpuid, etc. ) -enable TEST enable a test (like pci, isapnp, cpuid, etc. ) -quiet don't display status -sanitize sanitize output (remove sensitive information like serial numbers, etc.) Hope this is what you were looking for. Many Thanks |
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() Join Date: Feb 2008
Location: Ohio
Beans: 193
Ubuntu 9.04 Jaunty Jackalope
|
Re: Belkin USB Wireless Stick F5D7051
Not sure what you've tried, but I have Belkin Wireless G USB F5D7050 installed on an old Dell Latitiude CP M233St with xubuntu and a Desktop running ubuntu hardy herron. Responding on Desktop using Belkin F5D7050, v. 3000 with rt73 driver. Install has been the same using ndiswrapper and the Belkin install cd as follows: (This process should also work for your USB)
Unplug adapter before you boot. Install ndiswrapper through Synaptic. Open terminal. Remove the following drivers using these commands: Code:
sudo modprobe -r rt2500usb sudo modprobe -r rt73usb I'm not sure that this actually removes the drivers, but after 3 weeks of farting around with them it made me feel better. Blacklist rt2500usb and rt73usb by opening text editor (mousepad for Xubuntu - gedit for Ubuntu) as follows: Code:
sudo gedit /etc/modprobe.d/blacklist REBOOT This is where the guides I was following failed. Blacklist doesn't work until you reboot. If you don't, the wrong driver will be associated. On your desktop, open "Home" - right click in an open area and create a file - I called mine "Belkin". Insert the install cd. Open and navigate to the driver file under XP. there will be 3 files. Copy all 3 files to the file you created under "Home" by dragging and dropping. The drivers will not load directly from the cd. Now install the driver you just copied with the following (If the .inf file you copied is not the rt73, replace as appropriate below) : Code:
sudo ndiswrapper -i /home/(your user name)/Belkin/rt73.inf Now issue the following commands: Code:
sudo depmod -a sudo modprobe ndiswrapper Code:
sudo gedit /etc/modules Establish alias with following command: Code:
sudo ndiswrapper -m Give it a shot. |
|
|
|
|
|
#6 |
|
Ubuntu addict and loving it
![]() Join Date: Aug 2007
Location: Baltimore, United States
Beans: 4,704
Ubuntu 9.04 Jaunty Jackalope
|
Re: Belkin USB Wireless Stick F5D7051
Tim Hughes: the instructions in the post above should work if your card has a Ralink rt73 chipset. It's impossible to know for sure which chipset you have, however, without seeing the output of 'lsusb' when your card is plugged in. You say that when you ran that command with the card plugged in, nothing happened? That's really strange. Did it just return you to the command prompt without printing anything out?
Maybe things would work better if you reboot your computer, then plug the wireless card into a USB port that you know works. Then run these commands and post the output: Code:
lsusb lshw -C Network lsmod You say that your card is called F5D7051, while james' is F5D7050, so I'd be hesitant to assume that they necessarily both contain the same chipsets.
__________________
Personal site | Understanding Wireless Chipsets | Troubleshooting ndiswrapper | Works With U blog |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2008
Beans: 4
|
Re: Belkin USB Wireless Stick F5D7051
Right!
I am CONNECTED!!! I upgraded to 8.10 and this fixed everything. They must have added the driver to the default drivers list. I can't thank you both enough for all your help. Here's to a problem fre life with Ubuntu! |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2008
Beans: 5
|
Re: Belkin USB Wireless Stick F5D7051
Hi guys, I was wondering if you could help me out a bit? I have the exact same problem as Tim had, only I have Ubuntu 8.10 installed and I still cant get it to work... whenever i try to type
Code:
lsusb |
|
|
|
|
|
#9 |
|
Ubuntu addict and loving it
![]() Join Date: Aug 2007
Location: Baltimore, United States
Beans: 4,704
Ubuntu 9.04 Jaunty Jackalope
|
Re: Belkin USB Wireless Stick F5D7051
Resarcio: so when the device is plugged in and you type 'lsusb' it doesn't mention it anywhere? Have you tried all of your different USB ports? If so, it could be a hardware problem.
If you plug the device in (and keep it in), then immediately run the commands: Code:
dmesg | tail lsusb
__________________
Personal site | Understanding Wireless Chipsets | Troubleshooting ndiswrapper | Works With U blog |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2008
Beans: 5
|
Re: Belkin USB Wireless Stick F5D7051
Geez this forum is just hellbend on not wanting to let me log in ...
Anyways, first attempt : Code:
draug@draug:~$ dmesg | tail [ 46.596275] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 46.596305] Bluetooth: BNEP filters: protocol multicast [ 46.690942] Bridge firewalling registered [ 46.693930] pan0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature. [ 46.736836] Bluetooth: SCO (Voice Link) ver 0.6 [ 46.736856] Bluetooth: SCO socket layer initialized [ 50.933038] eth0: link down [ 123.729264] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 124.036122] usb 1-1: new full speed USB device using ohci_hcd and address 3 [ 124.289884] usb 1-1: configuration #1 chosen from 1 choice draug@draug:~$ lsusb Code:
draug@draug:~$ dmesg | tail [ 410.042855] usbcore: registered new interface driver cdc_ether [ 410.292322] usbcore: registered new interface driver rndis_host [ 410.382679] usbcore: registered new interface driver rndis_wlan [ 410.603079] ppdev0: registered pardevice [ 411.092779] ppdev0: unregistered pardevice [ 412.992398] ppdev0: registered pardevice [ 413.128896] ppdev0: unregistered pardevice [ 425.772124] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 426.077231] usb 1-1: new full speed USB device using ohci_hcd and address 5 [ 426.351343] usb 1-1: configuration #1 chosen from 1 choice draug@draug:~$ lsusb Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub draug@draug:~$ |
|
|
|
| Bookmarks |
| Tags |
| belkin f5d7051, internet, usb stick, wireless |
| Thread Tools | |
| Display Modes | |
|
|