![]() |
Make doesn't work in Fedora
Hello!
I only know the basics of Linux really, and now I'm trying to install the driver for my IWL3945 wireless card. And I tried following a tutorial that said I had to do this: % tar xzvf ieee80211-1.1.14.tgz % cd ieee80211-1.1.14 % make # make install <--- You may need to be root % cd .. And now when I tried to use the make command, I get this error: Code:
[root@subcane ieee80211-1.1.14]# makeThanks in advance! |
It looks like you need to install the kernel source (and probably kernel headers) package for Fedora. You also don't need to run "make" as root, just "make install".
|
Quote:
|
try "yum install kernel-devel" and "yum install kernel-headers"
|
Quote:
Code:
[root@subcane ieee80211-1.1.14]# yum install kernel-develCode:
[root@subcane ieee80211-1.1.14]# yum install kernel-headersCode:
[root@subcane ieee80211-1.1.14]# make |
You haven't installed the good version of kernel-devel:
Quote:
Quote:
Code:
yum install kernel-devel-2.6.29.6-217.2.3.fc11.i686.PAE |
Quote:
Code:
[root@subcane ieee80211-1.1.14]# yum install kernel-devel-2.6.29.6-* |
If you're accessing the linux box through ssh, add -X option to enabling remote graphical session, be sure that server side;, in the sshd_config file (somewhere under /etc or /etc/ssh), the line
Code:
X11Forwarding yesAnother solution is to reboot the linux box with the 2.6.29.6-217.2.3.fc11.i686.PAE kernel, just edit "/boot/grub/menu.lst" file and change the "default=" to the proper kernel (first one is 0) |
| All times are GMT -5. The time now is 03:06 AM. |