Hi, apologies as I've just discovered Knoppix so bear with me if I ask silly questions
I'm currently running on a Linksys HPN200 HomePNA 2.0 network.
I have already downloaded Linksys beta linux drivers and compiled them successfully:
Code:
make linuxver=2.4.26
However when I try insmod -f il.o
I get
Code:
root@ttyp1[iL_hybrid]# insmod -f il.o
Warning: loading il.o will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Warning: loading il.o will taint the kernel: forced load
il.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmes
Lspci says it detected my card:
Code:
0000:00:09.0 Ethernet controller: Broadcom Inc (nee Epigram) BCM4210 iLine10 HomePNA 2.0 (rev 01)
Interestingly, it installs fine on my other computer.
Can anyone shed light on this problem?
Do I have to rearrange or remove some of my PCI cards?
Thanks alot.