Re: Build the bcm43xx with own kernel

2006-01-31 Thread Joerg Sommer
Hello Johannes, Johannes Berg <[EMAIL PROTECTED]> wrote: > > On Tue, 2006-01-31 at 00:49 +, Joerg Sommer wrote: > >> No, I thought this was a submenu only, not a config point with real code >> behind. I will rebuild tomorrow. > > There's one file that isn't linked in unless this is set, and it

Re: Build the bcm43xx with own kernel

2006-01-31 Thread Johannes Berg
On Tue, 2006-01-31 at 00:49 +, Joerg Sommer wrote: > No, I thought this was a submenu only, not a config point with real code > behind. I will rebuild tomorrow. There's one file that isn't linked in unless this is set, and it contains the code in question. johannes signature.asc Descriptio

Re: Build the bcm43xx with own kernel

2006-01-31 Thread Joerg Sommer
Hi Johannes, Johannes Berg <[EMAIL PROTECTED]> wrote: > > On Mon, 2006-01-30 at 17:49 +0100, Johannes Berg wrote: > >> That's pretty weird. Are you sure the kernel is compiled with >> CONFIG_NET_WIRELESS? > > Sorry, CONFIG_NET_RADIO is the one I was after. No, I thought this was a submenu only, n

Re: Build the bcm43xx with own kernel

2006-01-30 Thread Johannes Berg
On Mon, 2006-01-30 at 17:49 +0100, Johannes Berg wrote: > That's pretty weird. Are you sure the kernel is compiled with > CONFIG_NET_WIRELESS? Sorry, CONFIG_NET_RADIO is the one I was after. johannes signature.asc Description: This is a digitally signed message part

Re: Build the bcm43xx with own kernel

2006-01-30 Thread Johannes Berg
On Mon, 2006-01-30 at 12:50 +, Joerg Sommer wrote: > The package builds fine and I can install it. But I can not load the > modules bcm43xx and the ieee80211softmac module. > > #v+ > # modprobe ieee80211softmac; modprobe bcm43xx ; dmesg | tail -n20 > FATAL: Error inserting ieee80211softmac >

Re: Build the bcm43xx with own kernel

2006-01-30 Thread Joerg Sommer
Hello Rene, Rene Engelhard <[EMAIL PROTECTED]> wrote: > Hi, > > Joerg Sommer wrote: >> Rene Engelhard <[EMAIL PROTECTED]> wrote: >> > Rene Engelhard wrote: >> >> > ieee80211_crypt: unregistered algorithm 'NULL' >> >> > ieee80211_crypt: registered algorithm 'NULL' >> >> > ieee80211: 802.11 data/man

Re: Build the bcm43xx with own kernel

2006-01-29 Thread Rene Engelhard
Hi, Joerg Sommer wrote: > Rene Engelhard <[EMAIL PROTECTED]> wrote: > > Rene Engelhard wrote: > >> > ieee80211_crypt: unregistered algorithm 'NULL' > >> > ieee80211_crypt: registered algorithm 'NULL' > >> > ieee80211: 802.11 data/management/control stack, git-1.1.7 > >> > ieee80211: Copyright (C)

Re: Build the bcm43xx with own kernel

2006-01-29 Thread Rene Engelhard
Hi, Emmanuel Galatoulas wrote: > Well this reminds me of the kind of experiments I did myself > trying to build the module "on top" of the kernel's own source! > So if I recall correctly (there is a more extensive report in a previous > post in the list) the errors you get are due to differences b

Re: Build the bcm43xx with own kernel

2006-01-29 Thread Emmanuel Galatoulas
Joerg Sommer wrote: Hi, I tried to build the bcm43xx driver from the debian package with a self-made kernel, but I failed. Firstly I needed the header files for ieee80211softmac. After building and installing the package I found the include files in /usr/src/linux-headers-2.6.15.1. The bcm43xx

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Rene Engelhard
Rene Engelhard wrote: > But I guess I should change that. But then we still have the problem > where to put the needed changes headers (and thefore dpkg-divert'ed away) to > be picked up by the build. Advices? Mmh, nevermind. I could still set SOFTMAC_DIR for it. Think-first-then-write. Regards,

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Rene Engelhard
Hi, Sven Luther wrote: > Nope, it should point to /lib/modules/2.6.15-1-powerpc/build (or whatever your > version is). for the own-build you mean? Yes, I thought yo too initially but the problem is that people might remove the dir it pointed to. But I guess I should change that. But then we stil

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Sven Luther
On Sat, Jan 28, 2006 at 01:32:20PM +0100, Rene Engelhard wrote: > Hi, > > Joerg Sommer wrote: > > Firstly I needed the header files for ieee80211softmac. After building > > and installing the package I found the include files in > > /usr/src/linux-headers-2.6.15.1. The bcm43xx make file searches f

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Joerg Sommer
Rene Engelhard <[EMAIL PROTECTED]> wrote: > Rene Engelhard wrote: >> > ieee80211_crypt: unregistered algorithm 'NULL' >> > ieee80211_crypt: registered algorithm 'NULL' >> > ieee80211: 802.11 data/management/control stack, git-1.1.7 >> > ieee80211: Copyright (C) 2004-2005 Intel Corporation <[EMAIL P

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Joerg Sommer
Hello Rene, Rene Engelhard <[EMAIL PROTECTED]> wrote: > Joerg Sommer wrote: >> Firstly I needed the header files for ieee80211softmac. After building >> and installing the package I found the include files in >> /usr/src/linux-headers-2.6.15.1. The bcm43xx make file searches for them >> in my kern

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Rene Engelhard
Rene Engelhard wrote: > > ieee80211_crypt: unregistered algorithm 'NULL' > > ieee80211_crypt: registered algorithm 'NULL' > > ieee80211: 802.11 data/management/control stack, git-1.1.7 > > ieee80211: Copyright (C) 2004-2005 Intel Corporation <[EMAIL PROTECTED]> > > ieee80211softmac: Unknown symbol

Re: Build the bcm43xx with own kernel

2006-01-28 Thread Rene Engelhard
Hi, Joerg Sommer wrote: > Firstly I needed the header files for ieee80211softmac. After building > and installing the package I found the include files in > /usr/src/linux-headers-2.6.15.1. The bcm43xx make file searches for them > in my kernel tree /usr/src/linux-2.6.15.1/. How can I "merge" them