View Full Version : PC-BSD WUSB54GC (rt73 ralink) Wifi Help
gamergod131
May 6th, 2008, 12:49 AM
I am interested in running the latest pc-bsd on my system, however I have had no success in getting my linksys wusb54gc(rt-73) when I installed it, and Google has been no help to me. The device, it seems, is not even detected in the network setup utility for kde(the name escapes me at the moment). :(
P.S.-Please be patient, as a long time windows user, I am still new to the GNU/Linux and BSD operating systems.
cardinals_fan
May 6th, 2008, 03:23 AM
I have a Belkin adapter which also uses the rt73 chipset.; It works GREAT on *BSD with minimal effort. Try the following in a terminal (you have to be root - enter 'su' and your admin password). Then enter 'ifconfig'. If you see an entry for 'rum0', type the following (each line is a seperate command):
ifconfig rum0 up
ifconfig rum0 ssid 'enter your network ssid here'
dhclient rum0
If this doesn't work, try 'man rum' for help. I think that PC-BSD includes the rum driver... if not this whole thing is void.
EDIT: OK, it looks like only the development release of PC-BSD currently includes the rum driver (mini-rant: why did PC-BSD insist on splitting so far away from FreeBSD, making it harder to upgrade to 7.0-Release, which would include this!). This is bad news for you, but it should be possible to install rum anyway. I'll look...
gamergod131
May 7th, 2008, 01:28 AM
I have a Belkin adapter which also uses the rt73 chipset.; It works GREAT on *BSD with minimal effort. Try the following in a terminal (you have to be root - enter 'su' and your admin password). Then enter 'ifconfig'. If you see an entry for 'rum0', type the following (each line is a seperate command):
ifconfig rum0 up
ifconfig rum0 ssid 'enter your network ssid here'
dhclient rum0
If this doesn't work, try 'man rum' for help. I think that PC-BSD includes the rum driver... if not this whole thing is void.
EDIT: OK, it looks like only the development release of PC-BSD currently includes the rum driver (mini-rant: why did PC-BSD insist on splitting so far away from FreeBSD, making it harder to upgrade to 7.0-Release, which would include this!). This is bad news for you, but it should be possible to install rum anyway. I'll look...
Thanks for responding :)
agim
May 7th, 2008, 01:53 AM
I have been interested in using pc-bsd myself. Can anyone tell me if it runs with a livecd?
cardinals_fan
May 7th, 2008, 03:14 AM
The only real chance I see here is using ndiswrapper to install the Windows drivers for your card. If that doesn't work, you can wait until PC-BSD releases a new version based off FreeBSD 7.0.
gamergod131
May 7th, 2008, 04:07 AM
The only real chance I see here is using ndiswrapper to install the Windows drivers for your card. If that doesn't work, you can wait until PC-BSD releases a new version based off FreeBSD 7.0.
Ughh, the windows drivers for this card are abysmal...I'll wait for a new version. Thanks though.
myusername
May 7th, 2008, 04:57 AM
I am interested in bsd...can anyone tell me what the best bsd distro is that supports this card?
cardinals_fan
May 7th, 2008, 05:22 AM
I am interested in bsd...can anyone tell me what the best bsd distro is that supports this card?
NetBSD, OpenBSD, FreeBSD, and DragonFlyBSD all should support this card in their latest versions. Be aware that these sytems require a bit of effort. The easier to set up BSDs, such as PC-BSD and DesktopBSD, should support this in their next release (based off of FreeBSD 7.0).
Iandefor
May 9th, 2008, 07:31 AM
I have a Belkin adapter which also uses the rt73 chipset.; It works GREAT on *BSD with minimal effort. Try the following in a terminal (you have to be root - enter 'su' and your admin password). Then enter 'ifconfig'. If you see an entry for 'rum0', type the following (each line is a seperate command):
ifconfig rum0 up
ifconfig rum0 ssid 'enter your network ssid here'
dhclient rum0If this doesn't work, try 'man rum' for help. I think that PC-BSD includes the rum driver... if not this whole thing is void.
EDIT: OK, it looks like only the development release of PC-BSD currently includes the rum driver (mini-rant: why did PC-BSD insist on splitting so far away from FreeBSD, making it harder to upgrade to 7.0-Release, which would include this!). This is bad news for you, but it should be possible to install rum anyway. I'll look...Wouldn't adding
ifconfig_rum0="DHCP"to /etc/rc.conf work, too? Works fine for my ath card.
cardinals_fan
May 10th, 2008, 12:16 AM
Wouldn't adding
ifconfig_rum0="DHCP"to /etc/rc.conf work, too? Works fine for my ath card.
Yes.
Powered by vBulletin® Version 4.2.2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.