View previous topic :: View next topic |
Author |
Message |
blamothe Apprentice


Joined: 31 Jan 2003 Posts: 231 Location: Cambridge Mass
|
Posted: Thu Jun 05, 2003 2:08 pm Post subject: whats the deal with MiniPCI |
|
|
ok, i have an orinco mini pci wireless card, and i have never been able to implement it under gentoo. what i am not sure of is this: are miniPCI cards just that, small versions of normal PCI cards, or are they just another form of PCMCIA cards. i have heard conflicting reports from the forums and from other people as well, and i am not sure. i tried both, but i still can't get my wireless working, so i guess i kinda want to know how to get wireless working as well as knowing if miniPCI is PCI or PCMCIA. thanks |
|
Back to top |
|
 |
rojaro l33t

Joined: 06 May 2002 Posts: 732
|
Posted: Thu Jun 05, 2003 2:25 pm Post subject: |
|
|
well, cardbus pcmcia cards are infact PCI cards and use the very same interfaces. so those miniPCI cards are nothing else than pci cards based upon pcmcia hardware. but that does not mean they're compatible with the pcmcia cards and tools ... _________________ A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970) |
|
Back to top |
|
 |
rtwick Tux's lil' helper

Joined: 27 Aug 2002 Posts: 138 Location: Philadelphia
|
Posted: Thu Jun 05, 2003 11:24 pm Post subject: |
|
|
I also have a miniPCI wireless card (detects as prism2 card). I installed linux-wlan-ng and it works fine. |
|
Back to top |
|
 |
blamothe Apprentice


Joined: 31 Jan 2003 Posts: 231 Location: Cambridge Mass
|
Posted: Fri Jun 06, 2003 12:34 am Post subject: |
|
|
so i take it that to get wireless working i need to take pcmcia support out of my kernel (i don't need it otherwise) and focus on getting it working as if it were a PCI card. how would i go about doing that? i have looked up all of the howto's, and they are all about setting up a wireless network, well i have the network, i just need to connect to it. thanks. |
|
Back to top |
|
 |
MBCook Tux's lil' helper


Joined: 27 Jul 2002 Posts: 136 Location: Insanity, USA
|
Posted: Fri Jun 06, 2003 12:41 am Post subject: |
|
|
A mini PCI card is basically that, it's a form of PCMCIA for laptops. Mine has a combo ethernet and modem card. They really aren't that big, roughly the same size as a PCMCIA card only more square. They are one of the only standardized things in laptops. If you look at Tom's Hardware Guide, they had a story about them a while ago with pictures.
They are basically there to provide a standard way to upgrade laptops other than PC cards. Now if only they would make a combo ethernet/wi-fi card... _________________ -- Michael
Read an intelligent book like "The New Thought Police" or "The War Against Boys", and learn the TRUTH. |
|
Back to top |
|
 |
blamothe Apprentice


Joined: 31 Jan 2003 Posts: 231 Location: Cambridge Mass
|
Posted: Fri Jun 06, 2003 2:47 am Post subject: |
|
|
Quote: | A mini PCI card is basically that, it's a form of PCMCIA for laptops | see, now you totally confused me. is it a form of PCMCIA or a smaller version of a PCI interface. from the name, it seems like it should be a smaller version of a PCI card, and many people say that this is true, but many people also say that it behaves just as a PCMCIA card, like you just did. whats the deal? and, anyway, i basically need to get wireless working, even if you tell me that it behaves like an MCA card, if that gets wireless to work, then i am ok with that. thanks |
|
Back to top |
|
 |
xr31Daisy Guru


Joined: 19 Jul 2002 Posts: 326 Location: Paris, France
|
Posted: Fri Jun 06, 2003 11:58 am Post subject: |
|
|
MBCook wrote: | A mini PCI card is basically that, it's a form of PCMCIA for laptops. .. |
No, a mini-PCI is a smaller version of a PCI card. And it's got nothing to do with PCMCIA. That's the simple version.
Now, to confiuse people a little bit, some manufacturers have been having a very nice idea : put pcmcia hardware on mini-pci cards !
e.g Dell TrueMobile 1150 :
there's a pcmcia version ( just fine ).
And there's a mini-pci version, based on the pcmcia version, which acts like a minipci to pcmcia bridge. _________________ #include "pictures.h" |
|
Back to top |
|
 |
rtwick Tux's lil' helper

Joined: 27 Aug 2002 Posts: 138 Location: Philadelphia
|
Posted: Fri Jun 06, 2003 2:17 pm Post subject: |
|
|
here's what I did to get my miniPCI wireless card working
I do have pcmcia support in kernel though not in use.
Code: | emerge linux-wlan-ng |
in /etc/conf.d/wlan.conf I put the following
Code: | WLAN_DEVICES="wlan0"
SSID_wlan0="UTKALIKA"
ENABLE_wlan0=y
cp /etc/conf.d/wlancfg-DEFAULT to /etc/conf.d/wlancfg-UTKALIKA
cp /etc/conf.d/wlancfg-UTKALIKA to /etc/wlan/wlancfg-UTKALIKA
rc-update add wlan default
cp /etc/init.d/net.eth0 /etc/init.d/net.wlan0
rc-update add net.wlan0 default
|
reboot and every thing was perfect.[/code]
UTKALIKA is the SSID set in my wireless router.
Hope This Helps
R'twick |
|
Back to top |
|
 |
rtwick Tux's lil' helper

Joined: 27 Aug 2002 Posts: 138 Location: Philadelphia
|
Posted: Fri Jun 06, 2003 5:35 pm Post subject: |
|
|
Oh I forgot to add
in /etc/modules.autoload put
prism2_pci
[/code] _________________ -This Is A Signature |
|
Back to top |
|
 |
MBCook Tux's lil' helper


Joined: 27 Jul 2002 Posts: 136 Location: Insanity, USA
|
Posted: Fri Jun 06, 2003 6:11 pm Post subject: |
|
|
This page is the one at Tom's Hardware I was talking about. It shows a picture of a MiniPCI card, a diagram of how it might be placed in a laptop, and a little information. This is from an article about laptop technology from 2001. Hope this clears up confusion.[/url] _________________ -- Michael
Read an intelligent book like "The New Thought Police" or "The War Against Boys", and learn the TRUTH. |
|
Back to top |
|
 |
|