Results 1 to 4 of 4
First off, this is using Voyage MPD 0.7.5; a stripped down version based off Debian 6.0.2 "Squeeze", with 2.6.38 kernel.
I started following the guide at wiki.debian.org/rt2870sta#Squeeze
but the command ...
- 09-23-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
Installing Wireless (RT2870) [failed to request firmware]??
First off, this is using Voyage MPD 0.7.5; a stripped down version based off Debian 6.0.2 "Squeeze", with 2.6.38 kernel.
I started following the guide at wiki.debian.org/rt2870sta#Squeeze
but the command 'deb' is not available so that didn't get very far! The driver is supposedly included in the kernel.
running 'ifconfig wlan0' outputs;
There is a .bin firmware file i have from the realtek website, but i have no idea what to do with it??Code:phy0->rt2x00lib_request_firmware: Error - Failed to request firmware. SIOCSIFFLAGS: No such file or directory
- 09-23-2011 #2Guest
- Join Date
- Feb 2005
- Posts
- 314
deb is not a command. Edit your /etc/apt/sources.list as root and add contrib and non-free to the end of each source. e.g. you start with something like this
And change to this:Code:deb http://ftp.us.debian.org/debian squeeze main
Don't just copy and past as you might not want to use the us mirror....Code:deb http://ftp.us.debian.org/debian squeeze main contrib non-free
Do all other lines, watch for syntax errors - back the file up first, then:
Then follow the guide...Code:aptitude update && aptitude install firmware-ralink wireless-tools
Once you've got a working interface: WiFi/HowToUse - Debian Wiki
- 09-27-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 3
Sorry for the late reply.
contrib and non-free were already included, and the 'aptitude' command was not recognised.
- 09-27-2011 #4Guest
- Join Date
- Feb 2005
- Posts
- 314
So install aptitude or use apt-get?


Reply With Quote
