You are not logged in.

#1 2006-10-24 22:10:42

toastygoodness
Member
From: in eggo land
Registered: 2005-08-17
Posts: 30

Module directory?

I recently downloaded Ralink's RT61 Wireless G MiniPCI driver (after numerous failed attempts with serialmonke's), and compiled it. The driver works and loads, but I cannot get it to load on boot. I have added rt61 on rc.conf, but modprobe and the bootup screen show "FATAL: Module rt61 not found". Where is the folder I should drop rt61.ko into? It works with insmod.


what am i? i'm good and i go thru the toaster

Offline

#2 2006-10-25 07:28:58

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: Module directory?

If I were you, I'd do something like this:

mkdir /usr/local/lib/modules/
cp /path/to/rt61.ko /usr/local/lib/modules/
echo "insmod /usr/local/lib/modules/rt61.ko" >> /etc /rc.local

That way, all the stuff that isn't managed by pacman is kept in a central location.


Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB

Offline

#3 2006-10-25 23:43:35

toastygoodness
Member
From: in eggo land
Registered: 2005-08-17
Posts: 30

Re: Module directory?

I put the module in there, but it will not set up the Network right. Ifconfig does not receive a dhcp signal. How do you get ifconfig to add dhcp?


what am i? i'm good and i go thru the toaster

Offline

#4 2006-10-26 06:38:20

harlekin
Member
From: Germany
Registered: 2006-07-13
Posts: 408

Re: Module directory?

Wlan appeared some kind of tricky to me at the first time.

I suggest you configure it manually for the first time and then set up the network-settings.
In most cases I assume this will work: (orginating in standard settings)

# ifconfig wlan0 up            //assuming wlan0 is you wlan device
# iwconfig                     //make shure is shows up wireless extension
# iwconfig wlan0 essid MYESSID //sets essid to MYESSID (selfexplaining ^^)
# iwconfig wlan0 key ************
# dhcpcd wlan0

Either this is working or you have to make additional changes like the channel or the encryption mode.

$ man iwconfig

This will be very usefull.

After you've figured out how to set up your network manually, it sould be easy to make arch do this at startup:
ArchWiki: Wireless Setup

Hope this helps.


Hail to the thief!

Offline

#5 2006-10-26 22:11:37

toastygoodness
Member
From: in eggo land
Registered: 2005-08-17
Posts: 30

Re: Module directory?

For some reason, dhcpcd will not register an IP address, but instead, brings down the whole network.


what am i? i'm good and i go thru the toaster

Offline

#6 2006-10-26 22:21:06

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Module directory?

try doing depmod -a after you've manually loaded it.

Offline

Board footer

Powered by FluxBB