Mini PCI Network Card in Dell c400

Booting, installing, newbie
Post Reply
Message
Author
N00bx1000
Posts: 26
Joined: Thu 28 Jan 2010, 01:52

Mini PCI Network Card in Dell c400

#1 Post by N00bx1000 »

I was sent a miniPCI wireless network card for my dell c400. Network wizard wants to use the orinoco_cs module. I can't raise the device. How do I find out what chipset it is and what module to use?

Thanks.

P.s. Yes, I am in the habit of plugging random things into my machines. No need to point that out. :)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

Use the command

Code: Select all

lspci -nn
Locate the vendor/product ID codes for your card, like [14e4:1677].

N00bx1000
Posts: 26
Joined: Thu 28 Jan 2010, 01:52

#3 Post by N00bx1000 »

Use the command
Code:
lspci -nn

Locate the vendor/product ID codes for your card, like [14e4:1677].
Thanks. The info is
[104c:ac50] (rev 02)
[104c:ac50] (rev 01)


How do I decipher that and find the puppy module for it?

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#4 Post by rcrsn51 »

Are you sure about those numbers? What were the full lines from lspci?

N00bx1000
Posts: 26
Joined: Thu 28 Jan 2010, 01:52

#5 Post by N00bx1000 »

Are you sure about those numbers? What were the full lines from lspci?
02:01.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Controller [104c:ac50] (rev 02)
02:03.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Controller [104c:ac50] (rev 01)

I sure hope these were the right lines to look at. I immediately ruled out the host, vga, display, usb controller, IDE interface, audio, modem, and ethernet (since its the same as before the install of new hardware).

All that's left were the: PCI bridge, ISA bridge, and two CardBus bridge listings.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#6 Post by tempestuous »

N00bx1000, you told us you had a miniPCI device, but it looks a lot more like you have a PCMCIA/Cardbus device.

To determine the device ID, we need you to run these two commands -

Code: Select all

pccardctl status 
pccardctl ident

N00bx1000
Posts: 26
Joined: Thu 28 Jan 2010, 01:52

#7 Post by N00bx1000 »

To determine the device ID, we need you to run these two commands -
Code:
pccardctl status
pccardctl ident
Sorry about the misinfo. MiniPCI is what I've heard this card referred to as. Mea culpa.

Anyway, the info is:
pccardctl status
...3.3V 16-bit PC Card
Subdevice 0 (function 0) bound to driver "orinoco_cs"

pccardctl indent
...product info: "Dell", "TrueMobile 1150 Series PC Card", "Version 01.01", ""
function: 6 (network)

The odd thing is, google says this card looks like a pcmcia card, but it looks sorta like this: http://store03.prostores.com/cyberinfin ... ff29_m.JPG

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#8 Post by Béèm »

@N00bx1000
You were asked to do a lspci -nn
You pasted only the info you thought was useful.

This not the way to do things.

You have to paste the whole output of the requested command.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#9 Post by rjbrewer »

Try running connection wizard and loading the "Wavelan_cs" module.

http://linux-wless.passys.nl/query_part ... dname=Dell

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#10 Post by tempestuous »

At the outset, your Truemobile 1150 wifi card is known to be troublesome in Linux. It's been discussed on this forum before, and a Google search gives no easy solution.

And by the way, you really should have told us which version of Puppy you're using - Lucid? Wary? Which version number?

The TrueMobile 1150 is an old wifi device, which contains the Lucent/Agere Orinoco wifi chipset. Although your pccardctl results don't properly show it, the device ID will be 0156:0002.
This device is supported by the orinoco_cs Linux driver, and the more modern hostap_cs driver also supports it.
It's definitely not supported by the wavelan_cs driver.

Let's try to get the orinoco_cs driver working first. Having a look at the underlying "orinoco" driver I see that it requires external firmware ... which is missing in Puppy 5.1/5.2. Groan.
So install this dotpet I have attached, then reboot.
Now run the Network Wizard again.

If still no success, I need you to run the "dmesg" command and report any/all lines relevant to the orinoco_cs module.

Also, be aware that wifi encryption complicates the issue while troubleshooting. While in the testing phase, you should disable encryption at your wifi router. This is standard practice in all operating systems, not just Linux.
Attachments
orinoco-firmware.pet
(99.89 KiB) Downloaded 260 times

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#11 Post by tempestuous »

I have sent N00bx1000 a PM asking for the results.

beaumos
Posts: 1
Joined: Fri 18 May 2012, 18:11

#12 Post by beaumos »

Stumbled across this post whilst installing puppy. Many thanks, this worked for me. The wireless puppy wizard reported that this wireless adapter was not listed as supporting WPA, however, I tried it to see and indeed it does. I does not seem to support WPA2.

Many thanks for this series of posts

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#13 Post by cthisbear »

beaumos :

Welcome to Puppy mate.

And thanks for reporting back that this worked for you.

Perhaps you could post your Puppy version

and hardware specs so that someone with the same
problems can be helped straight away.

Enjoy Puppy,
and don't be afraid to ask us any questions.

Regards.....Chris.

Post Reply