View previous topic :: View next topic |
Author |
Message |
bloatedfish n00b
Joined: 24 Apr 2003 Posts: 45
|
Posted: Tue Oct 14, 2003 7:11 pm Post subject: Problems compiling wireless card drivers in 2.6 kernel |
|
|
I have a SMC PCMCIA wireless card that I am trying to get to work with a 2.6 kernel. My PCMCIA slot is working. I have successfully emerged pcmcia-cs and the card-manager loads just fine. 'cardctl ident' recognizes the card correctly. My problem is that I cannot get any of the drivers that I have found that work with the prism2 chipset to compile. All of them give an error similar to this:
Code: |
/usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from p80211req.c:67:
|
What is this mysterious irq_vectors.h file? Where did it go in 2.6? Does anybody know?
Any help is appreciated |
|
Back to top |
|
|
TheOtherShoe n00b
Joined: 12 Oct 2003 Posts: 47 Location: Portland, OR
|
Posted: Wed Oct 15, 2003 12:39 am Post subject: |
|
|
Since you are using the 2.6 kernel, have you considered building the drivers into it? That is what worked for me and my orinoco. _________________ Having trouble with Linux? LinuxGuy.biz can answer your questions. |
|
Back to top |
|
|
|