Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
orinoco and monitor mode
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Treiks
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2004
Posts: 82

PostPosted: Thu Jan 05, 2006 12:18 pm    Post subject: orinoco and monitor mode Reply with quote

I have two cards based on orinoco chipset. Both working well in monitor mode in WindowsXP. In my gentoo box
card with
1) Firmware determined as Lucent/Agere 8.10
after running kismet in syslog I got:
eth1: Monitor mode support is buggy in ths firware, not enabling
and Kisment report wrong driver
2) Firmware determined as Lucent/Agere 6.16
works well in monitor mode with Kisment.

I wanna sold out 6.16 and I wonder if exist any chance to make my 8.10 software to work in monitor mode (i remeber that with 2.4 kernel it was working)?
(ebuild orinoco-0.15_rc3-r1)
Back to top
View user's profile Send private message
vladgrigorescu
Guru
Guru


Joined: 11 Jan 2005
Posts: 360

PostPosted: Thu Jan 05, 2006 5:55 pm    Post subject: Reply with quote

Anything interesting in dmesg?
Back to top
View user's profile Send private message
slestak
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2003
Posts: 115

PostPosted: Thu Jan 05, 2006 6:26 pm    Post subject: Reply with quote

try with a kernel no newer than 2.6.10-r10.

That is the last kernel where my orinoco driver works.

Even with recompiles, make cleans, whatnot, current orinoco reports 'orinoco_cs lacks a requisite callback function'

and dmesg reports that pcmcia_cs interface is soon to be changed

However, all is well with that 2.6.10 and 3 wifi cards I have used, an orinoco gold, silver, and linksys prism based.
Back to top
View user's profile Send private message
Sodom
n00b
n00b


Joined: 02 Jun 2004
Posts: 58
Location: Dusseldorf, Germany

PostPosted: Tue Jan 10, 2006 6:23 pm    Post subject: Reply with quote

After wasting hours of time trying to get the monitor mode working again with newer kernels than 2.6.13 I found the following page:
http://www.projectiwear.org/~plasmahh/orinoco.html

My Setup:

Orinoco Chipset
Firmware Agere 8.10
kernel gentoo-sources-2.6.14-r5

Forget "emerge orinoco", those drivers support monitor mode, but not with firmware > 7.x
and why should I do a firmware downgrade, if I was able to use monitor mode for ~2 years? lol
Code:

## get drivers, untar, compile and install as root
wget http://www.projectiwear.org/~plasmahh/orinoco-0.13e-SN-10.tar.bz2
tar xvfj orinoco-0.13e-SN-10.tar.bz2
cd orinoco-0.13e-SN-10
make && su
make install

## make install didnt copy the drivers into my /lib/modules/ so I did it manually:
mv /lib/modules/2.6.14-r5/kernel/drivers/net/wireless ~       ## backup old drivers
mkdir /lib/modules/2.6.14-r5/kernel/drivers/net/wireless
cp *.ko lib/modules/2.6.14-r5/kernel/drivers/net/wireless

## Update your modules pool:
modules-update


See if it works, plug your card in (or twice, bug?), run iwpriv and look for monitor.

Hope I could help some of you.
_________________
"The only way...to avoid moral corruption would be to have an OS that is free." Richard M. Stallman
Back to top
View user's profile Send private message
redhook
n00b
n00b


Joined: 24 Jan 2005
Posts: 18

PostPosted: Thu Jan 12, 2006 9:06 pm    Post subject: Reply with quote

Sodom wrote:


See if it works, plug your card in (or twice, bug?), run iwpriv and look for monitor.

Hope I could help some of you.


I have monitor mode using these drivers, however scanning does not list any AP's even though the AP is less then 3' away from the card. Can you list AP's?
Back to top
View user's profile Send private message
Sodom
n00b
n00b


Joined: 02 Jun 2004
Posts: 58
Location: Dusseldorf, Germany

PostPosted: Thu Jan 12, 2006 9:37 pm    Post subject: Reply with quote

redhook wrote:
Sodom wrote:


See if it works, plug your card in (or twice, bug?), run iwpriv and look for monitor.

Hope I could help some of you.


I have monitor mode using these drivers, however scanning does not list any AP's even though the AP is less then 3' away from the card. Can you list AP's?


Yes, I can. It works.
_________________
"The only way...to avoid moral corruption would be to have an OS that is free." Richard M. Stallman
Back to top
View user's profile Send private message
redhook
n00b
n00b


Joined: 24 Jan 2005
Posts: 18

PostPosted: Fri Jan 13, 2006 1:13 pm    Post subject: Reply with quote

Sodom wrote:
redhook wrote:
Sodom wrote:


See if it works, plug your card in (or twice, bug?), run iwpriv and look for monitor.

Hope I could help some of you.


I have monitor mode using these drivers, however scanning does not list any AP's even though the AP is less then 3' away from the card. Can you list AP's?


Yes, I can. It works.


Updated the firmware from 6.16 to 8.72 and now it works =)
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Thu Jan 19, 2006 6:39 am    Post subject: Reply with quote

Sodom wrote:
After wasting hours of time trying to get the monitor mode working again with newer kernels than 2.6.13 I found the following page:
http://www.projectiwear.org/~plasmahh/orinoco.html

My Setup:

Orinoco Chipset
Firmware Agere 8.10
kernel gentoo-sources-2.6.14-r5


I wonder, have you a copy of the firmware upgrade (or downgrade in my case)? I got my hands on an orinoco card with firmware v.8.72. From the looks of things, this firmware version as caused a lot of hassels. Unfortunately, lucent only offers the latest firmware update.
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Thu Jan 19, 2006 8:24 am    Post subject: Reply with quote

Never mind, answered my own question. Here is a link to the solution (I hope, haven't tested it yet - i need a windows machine to downgrade my firmware)

http://www.nervous.it/hw/dlink_dwl660_orinoco.html#flash
Back to top
View user's profile Send private message
Sodom
n00b
n00b


Joined: 02 Jun 2004
Posts: 58
Location: Dusseldorf, Germany

PostPosted: Fri Jan 20, 2006 1:34 pm    Post subject: Reply with quote

I also have a dlink dwl 660 - and in case of problems I will have a look at my original driver cd delivered with the card, because it should contain the firmware.
Just write me a short message, if needed.
Bye
_________________
"The only way...to avoid moral corruption would be to have an OS that is free." Richard M. Stallman
Back to top
View user's profile Send private message
Jerri
Guru
Guru


Joined: 03 Apr 2003
Posts: 353

PostPosted: Sat Jan 21, 2006 4:51 am    Post subject: Reply with quote

Well, it was a bit of a hassel, setting up windows xp on my laptop (without a cd drive) for the sole purpose of downgrading the firmware, however it worked. I was able to downgrade to version 8.10. and it appears that things are a little more stable. Kismet only crapped out after rougly 20 hours, which is a step up from 20 minutes with v8.72. I think i'll try downgrading again to v.7.5. the only catch is, you have to do it on windows 98 or 2000. It doesn't work on XP. hurray for more hoop jumping.

Anyone you is looking for upgrade or downgrade their firmware version on orinoco cards, i highy recommend visiting that web page posted above.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum