Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2006-01-12 Thread Maurizio
Hello.Actually I did. I just noticed that the very first time I ty modprobe, I getbcm43xx: no version for "ieee80211softmac_wx_set_rate" found: kernel tainted.bcm43xx: Unknown symbol udelay
(and only the second line appears again if I re-try)So, I guess I'm missing something when I build the driver, but it's quite wierd because it seems to run smootly. Thanks anyhow for your suggestion
  maurizioOn 1/11/06, Bin Zhang <[EMAIL PROTECTED]
> wrote:On 1/12/06, Maurizio <[EMAIL PROTECTED]
> wrote:> Hello. I was able to follow the procedure to build the> bcm43xx driver. Anyhow, when I try to modprobe the it I get>Maybe you forgot "make install" the driver.
Bin> "Unknown symbol in module, or unknown parameter (see dmesg)">> and dmesg says>>  bcm43xx: Unknown symbol udelay>> I guess I did something stupid, but I don't know what. Does domeone
> have any idea?>> Thanks a lot for your help>>> maurizio>


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2006-01-11 Thread Bin Zhang
On 1/12/06, Maurizio <[EMAIL PROTECTED]> wrote:
> Hello. I was able to follow the procedure to build the
> bcm43xx driver. Anyhow, when I try to modprobe the it I get
>
Maybe you forgot "make install" the driver.


Bin


> "Unknown symbol in module, or unknown parameter (see dmesg)"
>
> and dmesg says
>
>  bcm43xx: Unknown symbol udelay
>
> I guess I did something stupid, but I don't know what. Does domeone
> have any idea?
>
> Thanks a lot for your help
>
>
> maurizio
>



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2006-01-11 Thread Maurizio
Hello. I was able to follow the procedure to build thebcm43xx driver. Anyhow, when I try to modprobe the it I get"Unknown symbol in module, or unknown parameter (see dmesg)"and dmesg says
bcm43xx: Unknown symbol udelayI guess I did something stupid, but I don't know what. Does domeonehave any idea?Thanks a lot for your help    maurizio



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-10 Thread Benjamin Herrenschmidt
On Fri, 2005-12-09 at 01:14 +0100, Jesus Climent wrote:
> On Thu, Dec 08, 2005 at 03:28:16PM -0200, Otavio Salvador wrote:
> > Jesus Climent <[EMAIL PROTECTED]> writes:
> > 
> > > The max. transfer ratio i get is around 500KB/s, but it is better than a
> > > zd1211 which seems to Oops my kernel and poweroff my machine every other 
> > > time
> > > i connect with it.
> > 
> > I use the zd1211 adapted that I bought there in Finland and it works
> > pretty fine for me. I don't use the debian package since it's very old
> > but I'm going to be a co-maintainer of it and will upload a new
> > version in comming days. What problem do you have with zd1211 adapter?
> 
> When I do heavy transfers it crashes the computer, Oops the kernel or
> poweroffs the whole machine. Without the driver loaded i have not had similar
> problems in some days.
> 
> So right now I am blaming the zd1211 driver, but could be something else, like
> a hw problem.

It's much more probably a dodgy driver

Ben.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-10 Thread Maladrie Julien

Yves-Alexis Perez a écrit :


Maladrie Julien wrote:

 


It's just the first lines. After this, i've apt-get iee80211softmac,
   



you've apt-getted ieee80211softmac ??


 

Sorry, i made a mistake, it's only the iee80211-source, the network 
wireless stack



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-10 Thread Yves-Alexis Perez
Maladrie Julien wrote:

> It's just the first lines. After this, i've apt-get iee80211softmac,

you've apt-getted ieee80211softmac ??


-- 
Yves-Alexis Perez
http://www.corsac.net


signature.asc
Description: OpenPGP digital signature


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-10 Thread Antonio-M. Corbi Bellot
El sáb, 10-12-2005 a las 18:01 +0100, Maladrie Julien escribió:
> Hi,
> 
> I'm trying to compile this driver unsuccesfully since 3 days.
> When i try to compile ieee80211softmac, i've errors like :
> 
> make -C /lib/modules/2.6.14.3/build 

Hi Maladrie:

You need 2.6.15, from the README:

"Requirements


1)  Linux Kernel 2.6.15 or later
http://www.kernel.org/";

I posted this in one of my first messages to the list because the 
README said "2.6.14 or later" at first.

A. Corbi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-10 Thread Bin Zhang
On 12/10/05, Maladrie Julien <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to compile this driver unsuccesfully since 3 days.
> When i try to compile ieee80211softmac, i've errors like :
>
> make -C /lib/modules/2.6.14.3/build

Try 2.6.15-rc5.

Regards,
Bin

> M=/home/mini/Desktop/T矇l矇chargements/ieee80211softmac-20051210 modules
> make[1]: entrant dans le r廧ertoire �/usr/src/linux-2.6.14.3 �  CC [M]
> /home/mini/Desktop/T矇l矇chargements/ieee80211softmac-20051210/ieee80211softmac_io.o
> In file included from
> /home/mini/Desktop/T矇l矇chargements/ieee80211softmac-20051210/ieee80211softmac_io.c:35:
> /home/mini/Desktop/T矇l矇chargements/ieee80211softmac-20051210/ieee80211softmac_priv.h:110:
> warning: 'struct ieee80211_auth' declared inside parameter list
> /home/mini/Desktop/T矇l矇chargements/ieee80211softmac-20051210/ieee80211softmac_priv.h:110:
> warning: its scope is only this definition or declaration, which is
> probably not what you want
> /home/mini/Desktop/T矇l矇chargements/ieee80211softmac-20051210/ieee80211softmac_priv.h:111:
> warning: 'struct ieee80211_auth' declared inside parameter list
>
>
> It's just the first lines. After this, i've apt-get iee80211softmac, but
> the compilation of the driver is alway failing because, softmac
> librairies aren't in kernel directory...  Who can help me??
>
> Thank you
>
> JulIen
>
>
> Jesus Climent a 嶰rit :
>
> >On Thu, Dec 08, 2005 at 06:48:37PM +0100, Johannes Berg wrote:
> >
> >
> >>On Thu, 2005-12-08 at 13:19 +0100, Jesus Climent wrote:
> >>
> >>
> >>
> >>>The max. transfer ratio i get is around 500KB/s,
> >>>
> >>>
> >>Sounds pretty bad. But then, we don't do any time synchronisation yet,
> >>so you'll probably have quite a few collisions. What bitrate are you
> >>using?
> >>
> >>
> >
> >54M, using "iwconfig eth2 rate 54M"
> >
> >
> >
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-10 Thread Maladrie Julien

Hi,

I'm trying to compile this driver unsuccesfully since 3 days.
When i try to compile ieee80211softmac, i've errors like :

make -C /lib/modules/2.6.14.3/build 
M=/home/mini/Desktop/Téléchargements/ieee80211softmac-20051210 modules

make[1]: entrant dans le répertoire « /usr/src/linux-2.6.14.3 »
 CC [M]  
/home/mini/Desktop/Téléchargements/ieee80211softmac-20051210/ieee80211softmac_io.o
In file included from 
/home/mini/Desktop/Téléchargements/ieee80211softmac-20051210/ieee80211softmac_io.c:35:
/home/mini/Desktop/Téléchargements/ieee80211softmac-20051210/ieee80211softmac_priv.h:110: 
warning: 'struct ieee80211_auth' declared inside parameter list
/home/mini/Desktop/Téléchargements/ieee80211softmac-20051210/ieee80211softmac_priv.h:110: 
warning: its scope is only this definition or declaration, which is 
probably not what you want
/home/mini/Desktop/Téléchargements/ieee80211softmac-20051210/ieee80211softmac_priv.h:111: 
warning: 'struct ieee80211_auth' declared inside parameter list



It's just the first lines. After this, i've apt-get iee80211softmac, but 
the compilation of the driver is alway failing because, softmac 
librairies aren't in kernel directory...  Who can help me??


Thank you

JulIen


Jesus Climent a écrit :


On Thu, Dec 08, 2005 at 06:48:37PM +0100, Johannes Berg wrote:
 


On Thu, 2005-12-08 at 13:19 +0100, Jesus Climent wrote:

   


The max. transfer ratio i get is around 500KB/s,
 


Sounds pretty bad. But then, we don't do any time synchronisation yet,
so you'll probably have quite a few collisions. What bitrate are you
using?
   



54M, using "iwconfig eth2 rate 54M"

 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Charles-Edouard Ruault
Jesus Climent wrote:

>On Fri, Dec 09, 2005 at 09:28:59AM +0100, Charles-Edouard Ruault wrote:
>  
>
>>Johannes Berg wrote:
>>
>>
>
>  
>
>>Hi All,
>>i just tried the snapshots dated 12-08 , install went smoothly.
>>I'm configuring my interface using static IP address and i'm able to
>>scan for networks using iwlist scan
>>however, it seems i cannot associate with my AP. The AP is configured in
>>hidden mode ( i.e no ESSID broadcast ).
>>The iwlist scan shows my AP network but not the ESSID. I'm setting the
>>correct ESSID using iwconfig eth2 essid 'myid'
>>but no traffic can go trhough ( i see outgoing packet count increasing
>>but no incoming packets ).
>>Has anyone managed to get the thing working with hidden ESSID ?
>>
>>
>
>Did you try "ifconfig  up" ?
>
>Cheers,
>
>  
>
Yes. I did .

-- 
Charles-Edouard Ruault

+33 1 55 34 76 65
[EMAIL PROTECTED]

Idtect SA
37 Bd des Capucines 
75002 Paris, France
www.idtect.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Charles-Edouard Ruault
Johannes Berg wrote:

>On Fri, 2005-12-09 at 09:28 +0100, Charles-Edouard Ruault wrote:
>  
>
>>Has anyone managed to get the thing working with hidden ESSID ?
>>
>>
>
>Cannot work yet. 
>
Ok, good to know.

>You might try to do active scanning my uncommenting the
>relevant code in ieee80211softmac_scan.c
>
>  
>
I'll have a look and try it out if i can figure out what to do ;)

>johannes
>  
>
Thanks for the help.

-- 
Charles-Edouard Ruault

+33 1 55 34 76 65
[EMAIL PROTECTED]

Idtect SA
37 Bd des Capucines 
75002 Paris, France
www.idtect.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Johannes Berg
On Fri, 2005-12-09 at 10:02 +0100, Jesus Climent wrote:

> I get some bcm43xx: ieee80211_rx() failed

That's a misunderstanding. If ieee80211_rx returns "an error" that means
we can free or reuse the packet. Ignore it, it is not an error, just
means that you caught packets ieee80211 didn't think were useful.

johannes


signature.asc
Description: This is a digitally signed message part


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Johannes Berg
On Fri, 2005-12-09 at 09:28 +0100, Charles-Edouard Ruault wrote:
> Has anyone managed to get the thing working with hidden ESSID ?

Cannot work yet. You might try to do active scanning my uncommenting the
relevant code in ieee80211softmac_scan.c

johannes


signature.asc
Description: This is a digitally signed message part


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Jesus Climent
On Fri, Dec 09, 2005 at 09:28:59AM +0100, Charles-Edouard Ruault wrote:
> Johannes Berg wrote:

> Hi All,
> i just tried the snapshots dated 12-08 , install went smoothly.
> I'm configuring my interface using static IP address and i'm able to
> scan for networks using iwlist scan
> however, it seems i cannot associate with my AP. The AP is configured in
> hidden mode ( i.e no ESSID broadcast ).
> The iwlist scan shows my AP network but not the ESSID. I'm setting the
> correct ESSID using iwconfig eth2 essid 'myid'
> but no traffic can go trhough ( i see outgoing packet count increasing
> but no incoming packets ).
> Has anyone managed to get the thing working with hidden ESSID ?

Did you try "ifconfig  up" ?

Cheers,

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.14|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

So much to do, so little time...
--Joker (Batman)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Jesus Climent
On Fri, Dec 09, 2005 at 01:20:42AM +0100, Johannes Berg wrote:
> On Fri, 2005-12-09 at 00:57 +0100, Jesus Climent wrote:
> 
> > 54M, using "iwconfig eth2 rate 54M"
> 
> try going to 11M. Yeah sounds weird.

Strange enough, at 11M it works at 1.1MB/s (i am using scp, so there is an
overhead punishment, but still).

I get some bcm43xx: ieee80211_rx() failed

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.14|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

It's a soldier's duty. You wouldn't understand.
--The Colonel (Akira)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-09 Thread Charles-Edouard Ruault
Johannes Berg wrote:

>While a lot of work remains to be done (mostly on the softmac, read on),
>a bunch of people are actually using the driver under linux now to get
>access to the internet. So here's the official announcement:
>
>http://bcm-specs.sipsolutions.net/announcement.pdf
>
>The main berlios website is currently down, but the code can still be
>downloaded from svn://svn.berlios.de/bcm43xx/trunk/, and you can see the
>README (for example) at
>http://svn.berlios.de/wsvn/bcm43xx/trunk/driver/README?op=file
>
>johannes
>  
>
Hi All,
i just tried the snapshots dated 12-08 , install went smoothly.
I'm configuring my interface using static IP address and i'm able to
scan for networks using iwlist scan
however, it seems i cannot associate with my AP. The AP is configured in
hidden mode ( i.e no ESSID broadcast ).
The iwlist scan shows my AP network but not the ESSID. I'm setting the
correct ESSID using iwconfig eth2 essid 'myid'
but no traffic can go trhough ( i see outgoing packet count increasing
but no incoming packets ).
Has anyone managed to get the thing working with hidden ESSID ?
Thanks ...
PS: Congratulation to the people who did this wonderful work ! keep on
the great work !

-- 
Charles-Edouard Ruault

+33 1 55 34 76 65
[EMAIL PROTECTED]

Idtect SA
37 Bd des Capucines 
75002 Paris, France
www.idtect.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Johannes Berg
On Fri, 2005-12-09 at 00:57 +0100, Jesus Climent wrote:

> 54M, using "iwconfig eth2 rate 54M"

try going to 11M. Yeah sounds weird.

johannes


signature.asc
Description: This is a digitally signed message part


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Jesus Climent
On Thu, Dec 08, 2005 at 03:28:16PM -0200, Otavio Salvador wrote:
> Jesus Climent <[EMAIL PROTECTED]> writes:
> 
> > The max. transfer ratio i get is around 500KB/s, but it is better than a
> > zd1211 which seems to Oops my kernel and poweroff my machine every other 
> > time
> > i connect with it.
> 
> I use the zd1211 adapted that I bought there in Finland and it works
> pretty fine for me. I don't use the debian package since it's very old
> but I'm going to be a co-maintainer of it and will upload a new
> version in comming days. What problem do you have with zd1211 adapter?

When I do heavy transfers it crashes the computer, Oops the kernel or
poweroffs the whole machine. Without the driver loaded i have not had similar
problems in some days.

So right now I am blaming the zd1211 driver, but could be something else, like
a hw problem.

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.14|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

I say you are Lord, and I should know. I've followed a few.
--Arthur (Life of Brian)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Jesus Climent
On Thu, Dec 08, 2005 at 06:48:37PM +0100, Johannes Berg wrote:
> On Thu, 2005-12-08 at 13:19 +0100, Jesus Climent wrote:
> 
> > The max. transfer ratio i get is around 500KB/s,
> 
> Sounds pretty bad. But then, we don't do any time synchronisation yet,
> so you'll probably have quite a few collisions. What bitrate are you
> using?

54M, using "iwconfig eth2 rate 54M"

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.14|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

Look, I don't mean to hurt your feelings, but I only date women of color.
--Kevin Gnapoor (Mean Girls)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Johannes Berg
On Thu, 2005-12-08 at 13:19 +0100, Jesus Climent wrote:

> The max. transfer ratio i get is around 500KB/s,

Sounds pretty bad. But then, we don't do any time synchronisation yet,
so you'll probably have quite a few collisions. What bitrate are you
using?

johannes


signature.asc
Description: This is a digitally signed message part


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Otavio Salvador
Jesus Climent <[EMAIL PROTECTED]> writes:

> The max. transfer ratio i get is around 500KB/s, but it is better than a
> zd1211 which seems to Oops my kernel and poweroff my machine every other time
> i connect with it.

I use the zd1211 adapted that I bought there in Finland and it works
pretty fine for me. I don't use the debian package since it's very old
but I'm going to be a co-maintainer of it and will upload a new
version in comming days. What problem do you have with zd1211 adapter?

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
"Microsoft gives you Windows ... Linux gives
 you the whole house."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Jesus Climent
On Mon, Dec 05, 2005 at 01:40:04PM +0100, Johannes Berg wrote:
> While a lot of work remains to be done (mostly on the softmac, read on),
> a bunch of people are actually using the driver under linux now to get
> access to the internet. So here's the official announcement:
> 
> http://bcm-specs.sipsolutions.net/announcement.pdf
> 
> The main berlios website is currently down, but the code can still be
> downloaded from svn://svn.berlios.de/bcm43xx/trunk/, and you can see the
> README (for example) at
> http://svn.berlios.de/wsvn/bcm43xx/trunk/driver/README?op=file

Downloaded (2.6.15-rc5, bcm43xx, bcm43xx-fwcutter, softmac), compiled, and
associated.

The max. transfer ratio i get is around 500KB/s, but it is better than a
zd1211 which seems to Oops my kernel and poweroff my machine every other time
i connect with it.

Cheers, and thanks!

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.14|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

It's sex! Sex is the game! Marriage is the penalty.
--Andrew Wyke (Sleuth)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-08 Thread Michael Schmitz
> > > driver bug in bcm43xx_phy_setupg() (line 333 bcm43xx_phy.c) but the code
> > > seems to carry on successfully in that case. Do you see something like
> > > that as well?
> >
> > Yes, same thing here.
>
> That's bogus. the code there is correct afaict.

I still see the message. After adding wireless options to my kernel config
I now have the wireless tools working (my bad, sorry). I can set essid and
so forth, but no AP shows up.

> > So to sum up, I can load bcm43xx, it identifies eth1 as a wireless
> > device, I can assign it my essid/channel and a static ip-address, but
> > can't reach my router anymore (no ping, http, ssh, telnet, etc... I
> > always get a 'no route to host').
>
> Hmm. I'll look into it. Are you associated (see dmesg)?

Nope. There's a few other FIXMEs that show up; I'll send a log soonish.

Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-07 Thread Bin Zhang
On 12/7/05, Antonio-Miguel Corbi Bellot <[EMAIL PROTECTED]> wrote:
> El mié, 07-12-2005 a las 12:36 +0100, Michael Schmitz escribió:
> > >
> > > Softmac gave compilation errors that I managed to solve, but don't know
> > > if this made the code not to work properly...
> >
> > I don't recall compile errors in softmac - there's a bunch of warnings
> > about unavailable symbols but the resulting modules load OK.
>
> Yes, last update from the mercurial repository corrected the
> compile-time errors in softmac.
>
> > > I can ifup eth1 with a static ip-address, but can't reach the router:
> >
> > Yep, that's about as far as I get. iwconfig does report 'no wireles
> > extensions' on the device.
>
> Mine identifies eth1 as wireless-capable (sorry, don't know how to
> express this) as I can assign essid, channel, I can see the MAC of my
> access-point, etc...
>
> > On firmware load (after ifconfig eth1 up) I get a warning about a possible
> > driver bug in bcm43xx_phy_setupg() (line 333 bcm43xx_phy.c) but the code
> > seems to carry on successfully in that case. Do you see something like
> > that as well?
>
> Yes, same thing here.
>
> > I've not tried the earlier versions. Both bcm43xx and softmac are in some
> > sort of SCM so backing out recent changes might be easy to do. When did
> > you download the working sources?
>
> I managed to send a message to the list using bcm43xx on monday, that
> was  my first and last success try :)
>
> So to sum up, I can load bcm43xx, it identifies eth1 as a wireless
> device, I can assign it my essid/channel and a static ip-address, but
> can't reach my router anymore (no ping, http, ssh, telnet, etc... I
> always get a 'no route to host').

You should use "iwlist scan" after "up the eth1" and do many try.
Sometimes I must make several try to obtain connection.

My config
---
iface eth1 inet static
  address 192.168.0.102
  netmask 255.255.255.0
  network 192.168.0.0
  broadcast 192.168.0.255
  gateway 192.168.0.1

  # this is for using package resolvconf
  dns-domain x
  dns-search x
  dns-nameservers 192.168.0.1

  wireless-essid x

  pre-up modprobe ieee80211softmac
  pre-up modprobe bcm43xx

  # can't connect without a scan
  post-up iwlist scan

  # ifdown eth1 freeze the machine if don't unload the module
  pre-down modprobe -r bcm43xx


Bin

>
> Any ideas?
>
> A. Corbi
>
>
>



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-07 Thread Antonio-Miguel Corbi Bellot
El mié, 07-12-2005 a las 12:36 +0100, Michael Schmitz escribió:
> >
> > Softmac gave compilation errors that I managed to solve, but don't know
> > if this made the code not to work properly...
> 
> I don't recall compile errors in softmac - there's a bunch of warnings
> about unavailable symbols but the resulting modules load OK.

Yes, last update from the mercurial repository corrected the
compile-time errors in softmac.

> > I can ifup eth1 with a static ip-address, but can't reach the router:
> 
> Yep, that's about as far as I get. iwconfig does report 'no wireles
> extensions' on the device.

Mine identifies eth1 as wireless-capable (sorry, don't know how to
express this) as I can assign essid, channel, I can see the MAC of my
access-point, etc...

> On firmware load (after ifconfig eth1 up) I get a warning about a possible
> driver bug in bcm43xx_phy_setupg() (line 333 bcm43xx_phy.c) but the code
> seems to carry on successfully in that case. Do you see something like
> that as well?

Yes, same thing here.

> I've not tried the earlier versions. Both bcm43xx and softmac are in some
> sort of SCM so backing out recent changes might be easy to do. When did
> you download the working sources?

I managed to send a message to the list using bcm43xx on monday, that
was  my first and last success try :)

So to sum up, I can load bcm43xx, it identifies eth1 as a wireless
device, I can assign it my essid/channel and a static ip-address, but
can't reach my router anymore (no ping, http, ssh, telnet, etc... I
always get a 'no route to host').

Any ideas?

A. Corbi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-07 Thread Johannes Berg
On Wed, 2005-12-07 at 13:19 +0100, Antonio-Miguel Corbi Bellot wrote:

> > On firmware load (after ifconfig eth1 up) I get a warning about a possible
> > driver bug in bcm43xx_phy_setupg() (line 333 bcm43xx_phy.c) but the code
> > seems to carry on successfully in that case. Do you see something like
> > that as well?
> 
> Yes, same thing here.

That's bogus. the code there is correct afaict.

> So to sum up, I can load bcm43xx, it identifies eth1 as a wireless
> device, I can assign it my essid/channel and a static ip-address, but
> can't reach my router anymore (no ping, http, ssh, telnet, etc... I
> always get a 'no route to host').

Hmm. I'll look into it. Are you associated (see dmesg)?

johannes


signature.asc
Description: This is a digitally signed message part


Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-07 Thread Michael Schmitz
> Ok, bad news...
>
> After trying bcm43xx for a while I 'svn up'ed the driver to revision 808
> and also upgraded wireless-tools to version 27+28pre11 and
> softmac...damn!
>
> Softmac gave compilation errors that I managed to solve, but don't know
> if this made the code not to work properly...

I don't recall compile errors in softmac - there's a bunch of warnings
about unavailable symbols but the resulting modules load OK.

> I can ifup eth1 with a static ip-address, but can't reach the router:

Yep, that's about as far as I get. iwconfig does report 'no wireles
extensions' on the device.

On firmware load (after ifconfig eth1 up) I get a warning about a possible
driver bug in bcm43xx_phy_setupg() (line 333 bcm43xx_phy.c) but the code
seems to carry on successfully in that case. Do you see something like
that as well?

> So it must be (I think) something related to the upgrade in the code of
> bcm43xx and/or softmac.
>
> Has anyone observed this.

I've not tried the earlier versions. Both bcm43xx and softmac are in some
sort of SCM so backing out recent changes might be easy to do. When did
you download the working sources?

Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-06 Thread Antonio-M. Corbi Bellot
El lun, 05-12-2005 a las 22:29 +0100, Bin Zhang escribió:
> On 12/5/05, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> I had problem with dhcp. Using a static address works.
> I can't use "ifdown eth1", it freezes my ibook. I use "modprobe -r
> bcm43xx" as a workaround.

Ok, bad news...

After trying bcm43xx for a while I 'svn up'ed the driver to revision 808
and also upgraded wireless-tools to version 27+28pre11 and
softmac...damn!

Softmac gave compilation errors that I managed to solve, but don't know
if this made the code not to work properly...

I can ifup eth1 with a static ip-address, but can't reach the router:

pbook-acb:# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
192.168.62.00.0.0.0 255.255.255.0   U 0  00
eth1
0.0.0.0 192.168.62.10.0.0.0 UG0  00
eth1
pbook-acb:# telnet 192.168.62.1
Trying 192.168.62.1...
telnet: Unable to connect to remote host: No route to host

I downgraded wireless-tools to 27+28pre10 without luck.

So it must be (I think) something related to the upgrade in the code of
bcm43xx and/or softmac.

Has anyone observed this.

A. Corbi.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-05 Thread Antonio-M. Corbi Bellot
El mar, 06-12-2005 a las 08:00 +1100, Benjamin Herrenschmidt escribió:
> > I don't know if this is expected to happen with this version of the
> > software...I mean I'll try later to give eth1 a static IP address and
> > see what happens.
> 
> People reported problems with dhcp, try a static address

Yep, that was it!

Using a static address did the trick!

This email is sent using bcm43xx ;)
Time to try it...
A. Corbi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-05 Thread Bin Zhang
On 12/5/05, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote:
>
> > I don't know if this is expected to happen with this version of the
> > software...I mean I'll try later to give eth1 a static IP address and
> > see what happens.
>
> People reported problems with dhcp, try a static address
>
I had problem with dhcp. Using a static address works.
I can't use "ifdown eth1", it freezes my ibook. I use "modprobe -r
bcm43xx" as a workaround.

Bin

> Ben.
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-05 Thread Benjamin Herrenschmidt

> I don't know if this is expected to happen with this version of the
> software...I mean I'll try later to give eth1 a static IP address and
> see what happens.

People reported problems with dhcp, try a static address

Ben.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-05 Thread Antonio-Miguel Corbi Bellot
El lun, 05-12-2005 a las 13:40 +0100, Johannes Berg escribió:
> While a lot of work remains to be done (mostly on the softmac, read on),
> a bunch of people are actually using the driver under linux now to get
> access to the internet. So here's the official announcement:
> 
> http://bcm-specs.sipsolutions.net/announcement.pdf
> 
> The main berlios website is currently down, but the code can still be
> downloaded from svn://svn.berlios.de/bcm43xx/trunk/, and you can see the
> README (for example) at
> http://svn.berlios.de/wsvn/bcm43xx/trunk/driver/README?op=file
> 

Hi Johannes:

Here's my try:

1) Downloaded bcm43xx and softmac code

2) Tried to compile under 2.6.14.3:

"Requirements
 

 1) Linux Kernel 2.6.14 or later..."

   and got lots of errors, until I read the compiler messages that I needed 
2.6.15 or newer :)

3) Upgraded to 2.6.15-rc5 and both bcm43xx and softmac compiled and
loaded OK. I got a new ethernet interface called eth1. iwconfig shows
the essid of my network...but

4) I've configured my router to use dhcp and "dhclient  eth1" doesn't
get an IP address from the router. After several tries it says it has no
offers.

I don't know if this is expected to happen with this version of the
software...I mean I'll try later to give eth1 a static IP address and
see what happens.

Thanks for your work and the work of all the people involved in this
project.

A. Corbi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [ANN] Broadcom Wireless Chipsets reverse engineered

2005-12-05 Thread Jay States
All I have to say is "THANK YOU".

keep up the great work, I'll try it out and provide feedback.

again THANKS,
J


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]