Results 1 to 4 of 4
I am trying to install my pci wireless card on my ubuntu 8.04 home server, so i don't have to use a bridged connection anymore. Could someone please help me ...
- 05-20-2008 #1Just Joined!
- Join Date
- Jul 2007
- Location
- Eau Claire Wisconsin
- Posts
- 62
Command Line Install
I am trying to install my pci wireless card on my ubuntu 8.04 home server, so i don't have to use a bridged connection anymore. Could someone please help me install this wireless card from command or webmin i do not have xserver installed. I just need help getting it to show up in my interfaces file, i know how to configure it to my needs. The following is the result of my lspic command
As you can see the last entry is the wireless card, however its not listed in my /etc/network/interfaces file.Code:root@CramerServer:~# lspci 00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04) 00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05) 00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05) 00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 05) 00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05) 00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 05) 00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05) 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 05) 01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro Ultra TF 02:00.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11) 02:02.0 Network controller: RaLink RT2561/RT61 802.11g PCI
- 05-20-2008 #2
If u have Internet connection
try this command
XXXX= ur kernel ver.........2.6,,,somethingapt-get install madwifi madwifi-kmdl-XXXX
- 05-20-2008 #3Just Joined!
- Join Date
- Jul 2007
- Location
- Eau Claire Wisconsin
- Posts
- 62
This is the output i get
Code:root@CramerServer:~# apt-get install madwifi madwifi-kmdl-2.6 Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package madwifi root@CramerServer:~#
- 05-21-2008 #4
Madwifi isn't the correct driver, this is a RaLink wireless. Here is the web site of the driver: Main Page - Rt2x00Wiki
There is an Ubuntu How-To for this wireless;
https://help.ubuntu.com/community/Wi...ver/RalinkRT61
You may need to skip past the sections on downloading and compiling the driver. Check to see if the rt61 module is loading with this command:
If not, try to load it:Code:lsmod
Code:sudo modprobe rt61
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote
