roger tunnicliffe wrote:
> 
> ----------  Forwarded Message  ----------
> 
> Subject: Re: [zd1211-devs] SUSE SLED Compile error
> Date: Sunday 18 February 2007 13:28
> From: roger tunnicliffe <[EMAIL PROTECTED]>
> To: Uli Kunitz <[EMAIL PROTECTED]>
> 
> Ulrich
> 
> I have booted to FEDORA and downloaded the 2.6.19-1.2911.fc6 kernel.
> With I lsmod i do not see the zd1211rw driver.
> I then successfully compiled the driver but when i tried to insmod
>  zd1211rw.ko I receive tye following error:-
> 
> error inserting zd1211rw.ko: -1 Unknown symbol in module

Hi Roger -

Use

dmesg | tail

to hear about which symbol was unknown, that will give you a big clue 
what the situation is (since you used insmod, which solely tries to load 
the named module, it can easily be because the ieee80211 subsystem 
modules are not loaded).  If you copy zd1211rw.ko into 
/lib/modules/`uname -r`/... and do depmod -a, afterwards you can do

modprobe zd1211rw

and it will autoload any dependent modules before the one you ask for to 
avoid such problems.  Take care to delete or overwrite any existing 
zd1211rw.ko down /lib/modules/`uname -r`/... first otherwise you can end 
up getting the old version inserted into the kernel...

-Andy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to