View Single Post
Old Feb 7, 2008 | 11:35 AM
  #7  
IluvJae's Avatar
IluvJae
Grifball Player
 
Joined: Aug 2004
Posts: 27,249
Likes: 0
From: Foundry
Default

The linux distro. I'm trying to get it working with a Intel 3945 chipset. I looked online and everyone said that there is an option that will install the drivers for you. When i click that i receive the following error.


ERROR: Module ipwraw does not exist in /proc/modules
/bin/sd: ./load: No such file or directory.

BUT, when i look at what it's trying to run, this is what it's trying to do.

rmmod ipwraw & cd /usr/src/drivers/iwlwifi-1.0.0/ & ./unload & ./load ;sudo -s

When i run this while in the iwlwifi-1.0.0 folder, this is what i get

[1] 11853
[2] 11854
[3] 11855
ERROR: Module ipwraw does not exist in /proc/modules
No modules Unloaded.
No modules Unloaded.
Loaded: iwl3945 iwl4965
[1] Exit 1 ________________________rmmod ipwraw
[2]- Done _______________________cd /usr/src/drivers/iwlwifi-1.0.0/
[3]+ Done _______________________ ./unload

I'm confused at what's going on. I'm not sure if the distro i downloaded is just missing something or if there's something i'm not doing correctly.
Reply