wpa with toshiba wireless agere pci mini card

Asked by Paolo

Ubuntu Feisty doesn't allow wpa mode with toshiba wireless mini card (toshiba satellite pro 4600). Only WPE mode is avaiable.
The same card and the same system works in wpa mode in windows xp (thanks to a recent agere driver)

Someone says he solved the problem re-compiling the kernel.

I ask if there is a better solution or some workaround to solve the problem.

thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Massimo Forti (slackwarelife) said :
#1

Thanks for your question, you can post the result of this command line:

$: lspci

Thanks

Revision history for this message
Paolo (pcolombini) said :
#2

here it is:

00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 11)
00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 11)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 03)
00:1f.6 Modem: Intel Corporation 82801BA/BAM AC'97 Modem (rev 03)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/XP (rev 63)
02:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
02:0c.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
02:0d.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 31)
02:0d.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 31)

Revision history for this message
Massimo Forti (slackwarelife) said :
#3

Sorry, but your wi-fi inetrface is not a internal pci, it is a external device ??? If it is a usb device, put this in the usb bus and than do in a shell:

$: lsusb

Thanks

Revision history for this message
Paolo (pcolombini) said :
#4

have a look at my lspcmcia output:

Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:02:0c.0)
Socket 0 Device 0: [orinoco_cs] (bus ID: 0.0)
Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:02:0d.0)
Socket 2 Bridge: [yenta_cardbus] (bus ID: 0000:02:0d.1)

As you can see in the second line there is the interface
Actually the interface is working and I can connect to my wireless router using wpe encryption.

The problem is that I can't use wpa. Using the gnome network applet, wap mode is not available.

I think the problem is related to the orinoco driver and wpa_supplicant because in winXP I can use the wpa mode

Revision history for this message
Massimo Forti (slackwarelife) said :
#5

Thanks many, you can see this:

http://ubuntuforums.org/showthread.php?t=286621

it's a mini how-to for ubuntu 6.10, but it works fine in ubuntu 7.04 too.

Thanks

Revision history for this message
Paolo (pcolombini) said :
#6

Thanks, but I don't want to recompile the kernel.
Seems that the native orinoco driver has some problems with wpa.

Unfortunately I think I'll move bacl to win until there is a driver or a new kernel fixing the problem

anyway, thank a lot for your help

Revision history for this message
Massimo Forti (slackwarelife) said :
#7

Hi, but this how-to don't ask you to recompile the kernel, but you must compile the correct driver, if you want we can do it.

Thanks

Revision history for this message
Paolo (pcolombini) said :
#8

Great!
I'd be great if you could.
My laptop is too slow to compile the driver.

I'm using Feisty Fawn so the kernel version is 2.6.20-15

thanks in advance

let me know

bye
P.

Revision history for this message
Massimo Forti (slackwarelife) said :
#9

Ok, we start ....
Open a shell and do this command:

$: sudo aptitude install build-essential linux-headers-`uname -r`

$: mkdir print && cd print

$: wget http://www.projectiwear.org/~plasmahh/orinoco-0.13e-SN-14.tar.bz2

$: tar -xzvf orinoco-0.13e-SN-14.tar.bz2

$: cd orinoco-0.13e-SN-14

$: make

#don't worry for the error, the result will be ok :)

$: sudo cp *.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless

REBOOT

The drivers are now installed, your NM now can found your card. Let me know. Thanks

Revision history for this message
Paolo (pcolombini) said :
#10

I tried but it doesn't wok.
"Make" doesn't create the .ko files

Revision history for this message
Massimo Forti (slackwarelife) said :
#11

Ok, I think the new driver sole most problems:

$: wget http://www.projectiwear.org/~plasmahh/orinoco-0.13e-SN-15.tar.bz2

$: tar -xzvf orinoco-0.13e-SN-15.tar.bz2

$: cd orinoco-0.13e-SN-15

Ok you can do all I wrote before, but the new wget are this. Thanks. Let me know.

Revision history for this message
Myles English (mylesenglish) said :
#12

Of course that should be tar -xjvf orinoco-0.13e-SN-15.tar.bz2

Revision history for this message
Paolo (pcolombini) said :
#13

No way
still a lot of error when I try make

Revision history for this message
Massimo Forti (slackwarelife) said :
#14

There are some problems with this driver. I try to understand. wait thanks

Can you help with this problem?

Provide an answer of your own, or ask Paolo for more information if necessary.

To post a message you must log in.