Re: PCMCIA question

2006-10-10 Thread Paul Dwerryhouse
On Tue, Oct 10, 2006 at 01:53:14PM -0400, Curt Howland wrote:
> Quick question about PCMCIA cards. I bought a Linksys 802.11g card to 
> repace the 802.11b card, in a 1998 vintage laptop.
> 
> When I put the new card in, I get the error "Cardbus not supported".

I'd imagine your laptop only supports 16-bit PCMCIA, not 32-bit Cardbus
(ie, your laptop is too old for the card).

Have a look at http://en.wikipedia.org/wiki/Cardbus. It explains the
difference.

Cheers,

Paul

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584

A look at Ubuntu Server Edition:
http://nepotismia.com/review/ubuntu/server/6.06/


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



PCMCIA question

2006-10-10 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi. Running up to date Sid.

Quick question about PCMCIA cards. I bought a Linksys 802.11g card to 
repace the 802.11b card, in a 1998 vintage laptop.

When I put the new card in, I get the error "Cardbus not supported".

Having never seen this error before, if someone could give me a quick 
what/where/why I would appreciate it.

Needless to say, whether the correct drivers are available is 
irrelevant at this point, which in the past has been my only 
concern. :^(

Curt-


- -- 
September 11th, 2001
The most successful single day ever for gun control
and central planning advocates in American history.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iQEVAwUBRSveGy9Y35yItIgBAQJspgf/Yz8c+iQY0L+0B+xwy1lSFoVHY3dOpqmf
DnW+VuifTnJ3aasa4Lb1TKEeBCaGMzHUvYneMy2bG87XSmxk4A4mUGgiApgc2Pk9
b9J76pO3M0p9HaDmiykGqg45L45d6J5F5+5JpR32VHnGF7izcdj6RkZhnrZBppyn
qMTaDvlrCXRM9TZR5dv7OCYV81Iglw/9XFyx8K1VJh2QoyqUaBMjrrUu4jexF1Fd
+Wkf1GOMIZEogfdZMo1z5smU1ANWd+MtFlfFi4bDal83ldN6NzrfZzbMkczKtgO1
7lRnBTC9m1/rpwpSX5Ixn1RNiu24XvJWy8iE+XPCMqKjHXpmt8LvJw==
=r9Tx
-END PGP SIGNATURE-


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



Re: Laptop Pcmcia question -- follow up question

2003-06-07 Thread Jake Johnson
Make sure your chipset module is loaded.  Try lsmod to list the modules
that are currently loaded.  Use modprobe of insmod if you don't see the
modules you are looking
for.

Jake Johnson
http://www.plutoid.com";>http://www.plutoid.com

On Fri, 6 Jun 2003, Ben Kal wrote:

> On 5 Jun 2003 Larry <[EMAIL PROTECTED]> wrote:
>
> > Yes, I do have pcmcia-cs installed.  The cardmgr I see is loaded at boot.
> > But when, for example, I run cardinfo, I get an idcation of no card, even
> > if I've put a flashdisk or ethernet card in.
> >
> > Perhaps I need to load a driver for whatever card I insert, 
>
> Of course.
>
> >  though I thought that's what cardmgr did.
>
> Indeed, IF it can find the driver.
>
> 'man cardmgr' tells us:
> "When a card is inserted, cardmgr looks up the card in a database of known
> cards. If the card can be identified, appropriate device drivers will be
> loaded and bound to the card".
>
> The 'database of known cards' is the file
>   /etc/pcmcia/config
> I think you must search that file for cards you insert, and check if the
> drivers mentioned in their 'bind' instructions are present in
>   /lib/modules//pcmcia/
>
> If they are and your pcmcia cards nevertheless do not work, I am stuck.
> Otherwise, I believe that you have to get the package
>   pcmcia-source
> Use it to compile a package called
>   pcmcia-modules-
> after configuring pcmcia-source to produce all the driver modules you may
> possibly want to use. Finally install your
>   pcmcia-modules-
> package and your pcmcia subsystem should be ok.
>
> Ben
>
> --
>
> B.F.M. Kal
> Anjelierstraat 1,   2014 TC Haarlem,  Netherlands
> tel +31 23 5324909, [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>


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



Re: Laptop Pcmcia question -- follow up question

2003-06-06 Thread Ben Kal
On 5 Jun 2003 Larry <[EMAIL PROTECTED]> wrote:

> Yes, I do have pcmcia-cs installed.  The cardmgr I see is loaded at boot. 
> But when, for example, I run cardinfo, I get an idcation of no card, even
> if I've put a flashdisk or ethernet card in.
>
> Perhaps I need to load a driver for whatever card I insert, 

Of course.

>  though I thought that's what cardmgr did.

Indeed, IF it can find the driver.

'man cardmgr' tells us:
"When a card is inserted, cardmgr looks up the card in a database of known
cards. If the card can be identified, appropriate device drivers will be
loaded and bound to the card".

The 'database of known cards' is the file
  /etc/pcmcia/config
I think you must search that file for cards you insert, and check if the
drivers mentioned in their 'bind' instructions are present in
  /lib/modules//pcmcia/

If they are and your pcmcia cards nevertheless do not work, I am stuck.
Otherwise, I believe that you have to get the package
  pcmcia-source
Use it to compile a package called
  pcmcia-modules-
after configuring pcmcia-source to produce all the driver modules you may
possibly want to use. Finally install your
  pcmcia-modules-
package and your pcmcia subsystem should be ok.

Ben

-- 

B.F.M. Kal
Anjelierstraat 1,   2014 TC Haarlem,  Netherlands
tel +31 23 5324909, [EMAIL PROTECTED]


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



Re: Laptop Pcmcia question -- follow up question

2003-06-06 Thread Larry
David wrote:
> Do you see non-errors?  My laptop spews a fair bit
> of information
> about PCMCIA chipsets and what not...
> 
> 
> Do you have the pcmcia-cs package installed?
> 
> -- 
> David Maze [EMAIL PROTECTED] 
> http://people.debian.org/~dmaze/
> "Theoretical politics is interesting.  Politicking
> should be illegal."
>   -- Abra Mitchell
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 

Yes, I do have pcmcia-cs installed.  The cardmgr I see
is loaded at boot.  But when, for example, I run
cardinfo, I get an idcation of no card, even if I've
put a flashdisk or ethernet card in.

Perhaps I need to load a driver for whatever card I
insert, though I thought that's what cardmgr did.

When a driver is loaded for a flash disk, what device
would I mount?


__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


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



Re: Laptop Pcmcia question -- follow up question

2003-06-05 Thread David Z Maze
Larry <[EMAIL PROTECTED]> writes:

> Thanks for the help.
>
> I've installed the pcmcia-modules-2.2.20.
>
> During boot, I see no errors now related to PCMCIA.

Do you see non-errors?  My laptop spews a fair bit of information
about PCMCIA chipsets and what not...

> But when I plug in a lan card, or flashdisk, the
> cardinfo program shows nothing, nor can I access 
> either card.

Do you have the pcmcia-cs package installed?

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell


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



Re: Laptop Pcmcia question -- follow up question

2003-06-05 Thread Larry
Thanks for the help.

I've installed the pcmcia-modules-2.2.20.

During boot, I see no errors now related to PCMCIA.

But when I plug in a lan card, or flashdisk, the
cardinfo program shows nothing, nor can I access 
either card.

What's the next step?



__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


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



Re: Laptop Pcmcia question

2003-06-05 Thread Ryan Nowakowski
Upgrade your kernel to 2.4.18 (assuming your running Debian woody 3.0)
and install the pcmcia modules for that kernel:

apt-get install kernel-image-2.4.18-686 kernel-pcmcia-modules-2.4.18-686
(assuming your running a Pentium Pro or better)

- Ryan

On Wed, Jun 04, 2003 at 10:19:18AM -0700, Larry wrote:
> I've got a Gateway laptop that has pcmcia slots, and
> have installed Debian.  
> 
> Under lib/modules/2.2.20 I don't see any pcmcia
> directory with drivers.
> 
> During boot, I see it try to load pcmcia, but it
> squawks at the missing drivers.
> 
> How to I get pcmcia up and running?


pgp0.pgp
Description: PGP signature


Re: Laptop Pcmcia question

2003-06-05 Thread Mark Roach
On Wed, 2003-06-04 at 13:19, Larry wrote:
> I've got a Gateway laptop that has pcmcia slots, and
> have installed Debian.  
> 
> Under lib/modules/2.2.20 I don't see any pcmcia
> directory with drivers.
> 
> During boot, I see it try to load pcmcia, but it
> squawks at the missing drivers.
> 
> How to I get pcmcia up and running?
> 

install pcmcia-modules-2.2.20


-Mark


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



Laptop Pcmcia question

2003-06-05 Thread Larry
I've got a Gateway laptop that has pcmcia slots, and
have installed Debian.  

Under lib/modules/2.2.20 I don't see any pcmcia
directory with drivers.

During boot, I see it try to load pcmcia, but it
squawks at the missing drivers.

How to I get pcmcia up and running?



__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


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



Re: PCMCIA question

1998-06-15 Thread Ian Stuart
E.L. Meijer (Eric) wrote:
> What are you trying to do?  The modules are included in the kernel-image
> .deb package you made with make-kpkg --revision=custom.1.0 kernel_image.
> There is noo need for a separate module_image package.  I do sometimes
> have problems with the installation of modules if I don't remove the
> /lib/modules/ directory entirely before installing a new
> kernel-image*.deb.  I am using version 3.03 of kernel-package.
The problem is with the PCMCIA modules, which are not part of the
standard distribution, so they need to be compited and installed with
the kernel.

I have also found that any time I remake the kernel, I have to re-do the
pcmcia mudules as well (but that may just be me misunderstanding the
system...)

-- 
Ian Stuart
Medicine & Veterinary Medicine Computing Support
The University of Edinburgh

  http://www.tardis.ed.ac.uk/~kiz/

LandRovers - a 50-year-old stop-gap that has become the most successful 
 4x4 production vehicle in the world.


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


Re: PCMCIA question

1998-06-15 Thread Maarten Bezemer


On Mon, 15 Jun 1998, E.L. Meijer (Eric) wrote:

> 
> What are you trying to do?  The modules are included in the kernel-image
> .deb package you made with make-kpkg --revision=custom.1.0 kernel_image.
> There is noo need for a separate module_image package.  I do sometimes
> have problems with the installation of modules if I don't remove the
> /lib/modules/ directory entirely before installing a new
> kernel-image*.deb.  I am using version 3.03 of kernel-package.

pcmcia-cs is in /usr/src/modules/pcmcia-cs, and I guess that's not the
same as /usr/src/linux ... Saturday I got the same error from
dpkg-gencontrol trying to make-kpkg a kernel_image... I haven't been able
to fix that either.

--
Maarten



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


Re: PCMCIA question

1998-06-15 Thread E.L. Meijer \(Eric\)
> 
> 
> 
> On Mon, 15 Jun 1998, Ian Stuart wrote:
> 
> > I use make-kpkg, so I run 
> > make-kpkg clean
> > make-kpkg --revision=custom.1.0 kernel_image # custom.1.0 is kernel
> > name
> 
> this went fine...
> 
> > 
> > now do the PCMCIA modules:
> > make-kpkg --revision=custom.1.0 modules_image
> 
> this gave an error: something with chown and illegal seek...
> 
> What's up now?

What are you trying to do?  The modules are included in the kernel-image
.deb package you made with make-kpkg --revision=custom.1.0 kernel_image.
There is noo need for a separate module_image package.  I do sometimes
have problems with the installation of modules if I don't remove the
/lib/modules/ directory entirely before installing a new
kernel-image*.deb.  I am using version 3.03 of kernel-package.

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


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


Re: PCMCIA question

1998-06-15 Thread Maarten Bezemer


On Mon, 15 Jun 1998, Ian Stuart wrote:

> I use make-kpkg, so I run 
> make-kpkg clean
> make-kpkg --revision=custom.1.0 kernel_image # custom.1.0 is kernel
> name

this went fine...

> 
> now do the PCMCIA modules:
> make-kpkg --revision=custom.1.0 modules_image

this gave an error: something with chown and illegal seek...

What's up now?

--
Maarten



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


Re: PCMCIA question

1998-06-15 Thread Debian User List Account


On Mon, 15 Jun 1998, Ian Stuart wrote:

> To get a PCMCIA card to work, you need to remake the kernel, and the
> PCMCIA modules, and then reinstall the kernel.
> 
> For this, you'll need the kernel source and the pcmcia source.

installing the kernel source is ok (2.0.32-5 from hamm), but how should I
install pcmcia source in /usr/src/linux? Or should it be in
/usr/src/modules?
Anyway, I have to compile the kernel on another machine than the laptop,
just because of the speed (150 >> 50).
But I'll try, thanx for the quick reply!

[snip]
> 
> now do the PCMCIA modules:
> make-kpkg --revision=custom.1.0 modules_image

i guess that should be from within /usr/src/modules?

> 

--
Maarten



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


Re: PCMCIA question

1998-06-15 Thread Ian Stuart
M.C. Bezemer wrote:
>  I've a problem: my laptop doesn't seem to see a Fujitsu LAN card (10
> base-T). Is the problem in the kernel or is it somewhere else?
To get a PCMCIA card to work, you need to remake the kernel, and the
PCMCIA modules, and then reinstall the kernel.

For this, you'll need the kernel source and the pcmcia source.

Ensure that networking and Ethernet are enables, but that all the
specific manufacturer options are turned off.

I use make-kpkg, so I run 
make-kpkg clean
make-kpkg --revision=custom.1.0 kernel_image # custom.1.0 is kernel
name

now do the PCMCIA modules:
make-kpkg --revision=custom.1.0 modules_image

finally, install the .deb files
dpkg -i ../kernel-image-2.0.3x_custom.1.0_i386.deb \
../pcmcia-modules-2.0.3x_3.0.1-2+custom.1.0_i386.deb

-- 
Ian Stuart
Medicine & Veterinary Medicine Computing Support
The University of Edinburgh

  http://www.tardis.ed.ac.uk/~kiz/

LandRovers - a 50-year-old stop-gap that has become the most successful 
 4x4 production vehicle in the world.


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


PCMCIA question

1998-06-15 Thread M.C. Bezemer

Hi,

 I've a problem: my laptop doesn't seem to see a Fujitsu LAN card (10
base-T). Is the problem in the kernel or is it somewhere else?

Thanx in advance,
 Maarten Bezemer



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