[zd1211-devs] Fwd: Re: SUSE SLED Compile error

2007-02-18 Thread roger tunnicliffe


--  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

Can you help
Thanks
Roger Tunicliffe

On Saturday 17 February 2007 21:12, you wrote:
 Roger,

 the vendor kernel is to old and doesn't appear to contain the softmac
 stack, that the driver requires.

 You probably need to compile a new development kernel. The snapshots
 will work with 2.6.19. The new book from Greg Kroah-Hartman is very
 helpful for compiling a custom kernel. Here is a link: http://
 kroah.com/lkn/. There is even an online version.

 Regards,

 Ulrich

 Am 17.02.2007 um 10:51 schrieb roger tunnicliffe:
  The compile errors start here:-
 
  [EMAIL PROTECTED]:~/RPMs/ZD1211/zd1211rw_2007-02-17 make
  make -C /lib/modules/`uname -r`/build M=`pwd`
  make[1]: Entering directory `/usr/src/linux-2.6.16.21-0.8-obj/i386/
  default'
  make -C ../../../linux-2.6.16.21-0.8 O=../linux-2.6.16.21-0.8-obj/
  i386/default
CC [M]  /home/roger/RPMs/ZD1211/zd1211rw_2007-02-17/zd_netdev.o
  /home/roger/RPMs/ZD1211/zd1211rw_2007-02-17/zd_netdev.c:22:34: error:
  net/ieee80211softmac.h: No such file or directory
 
  Can anyone help me here
  Thanks
  Roger Tunnicliffe
 
  --
  ---
  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.phpp=sourceforgeCID=DEVDEV
  ___
  Zd1211-devs mailing list - http://zd1211.ath.cx/
  Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

 --
 Uli Kunitz

---

-
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.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] Fwd: Re: SUSE SLED Compile error

2007-02-18 Thread Andy Green
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.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs