Page 1 of 1

HowTo: Belkin F5D6050 & Xubuntu 12.04

Posted: Thu Oct 01, 2015 5:47 am
by ^rooker
I wanted to use my good old Belkin F5D6050 USB wireless adapter on Xubuntu 12.04.1.
When plugged in, the light goes orange. If it doesn't, try a different cable (just had that problem here...)

Then see if it shows up:

Code: Select all

$ lsusb | grep Belkin
That should return something like this:
Bus 001 Device 009: ID 0d5c:a002 SMC Networks, Inc. SMC2662W v2 / SMC2662W-AR / Belkin F5D6050 [Atmel at76c503a]
Run "dmesg" to see if the firmware was loaded:

Code: Select all

$ dmesg
By default, the proprietary firmware is not installed:
[ 6827.201271] usb 1-1.3: new full-speed USB device number 9 using ehci_hcd
[ 6827.295331] usb 1-1.3: firmware atmel_at76c503-rfmd-acc.bin not found!
[ 6827.295336] usb 1-1.3: you may need to download the firmware from http://developer.berlios.de/projects/at76c503a/
[ 6827.295344] at76c50x-usb: probe of 1-1.3:1.0 failed with error -2
The link to the firmware is outdated and invalid.

The Atmel drivers for this chipset are actually included now in the standard repositories.
Package name: "atmel-firmware"

Unfortunately, that package conflicts with "linux-firmware". This is not good.
Therefore, download the package source (that includes the firmware binary blobs):

Code: Select all

$ apt-get source atmel-firmware
This will create a folder called "atmel-firmware-x.y" (where "x.y" is the version. e.g. "atmel-firmware-1.3").
Copy all the .bin files in the subfolder "images.usb" to "/lib/firmware".

I'm currently having problems verifying that it works, because when trying to connect to a WPA/WPA2 secured WiFi network, it throws the following error in "dmesg":
phy2: at76_wait_completion failed: 7
See: http://www.das-werkstatt.com/forum/werk ... f=7&t=2255

To be continued...



Links: