Re: How to activate PCMCIA ethernet card in ThinkPad?

2008-10-28 Thread Florian Kulzer
On Tue, Oct 28, 2008 at 17:15:32 -0400, Ken Heard wrote: > Florian Kulzer wrote: > > > Maybe there has been a regression or the card needs a driver that has > > been removed during the last cleanup of binary firmware blobs in the > > Debian kernel sources (which happened in version 2.6.24 or .25 I

Re: How to activate PCMCIA ethernet card in ThinkPad?

2008-10-28 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Kulzer wrote: > Maybe there has been a regression or the card needs a driver that has > been removed during the last cleanup of binary firmware blobs in the > Debian kernel sources (which happened in version 2.6.24 or .25 IIRC). > > I would c

Re: How to activate PCMCIA ethernet card in ThinkPad?

2008-10-28 Thread Florian Kulzer
On Mon, Oct 27, 2008 at 23:16:32 -0400, Ken Heard wrote: > Florian Kulzer wrote: [ snip: The tg3 driver seems to think that everything is OK with the built-in card. If you want to pursue this further then we need to know how you tested this card and found that it was "sluggish". ] > > Did you

Re: How to activate PCMCIA ethernet card in ThinkPad?

2008-10-27 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Kulzer wrote: > Check the syslog or dmesg output for messages from the tg3 driver. Command "dmesg|grep tg3" returns the following: [2.310795] tg3.c:v3.92.1 (June 9, 2008) [ 55.476397] tg3: eth0: Link is up at 100 Mbps, full duplex. [

Re: How to activate PCMCIA ethernet card in ThinkPad?

2008-10-27 Thread Florian Kulzer
On Sun, Oct 26, 2008 at 22:28:11 -0400, Ken Heard wrote: > I have a Lenovo ThinkPad R61 which has a built-in ethernet card, > designated eth0, which command "lspci" identifies as follows: > > Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02) > > While this card works, by

How to activate PCMCIA ethernet card in ThinkPad?

2008-10-26 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a Lenovo ThinkPad R61 which has a built-in ethernet card, designated eth0, which command "lspci" identifies as follows: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02) While this card works, by comparison with my de

Speed problems with Xircom PCMCIA ethernet card

2008-10-01 Thread Cultural Sublimation
Hi, I have a Xircom PCMCIA 100/10 ethernet card on my laptop. This is what "dmesg | grep eth0" tells me: Code: [24.588107] eth0: Xircom cardbus revision 3 at irq 11 [30.956255] xircom cardbus adaptor found, registering as eth0, using irq 11 Now, at first glance the card seems to work fine. Ho

Re: Re: Xircom pcmcia ethernet card not working in Etch

2007-04-26 Thread Dario Teixeira
> The following workaround kind of solved the problem: > - Add pnpbios=off to the boot options. There was some reference for this in > the boot messages. > - As root execute > pccardctl eject ; pccardctl insert Hey, And thanks for the reply. I tried it, but it didn't work. Note that my PCMCI

Re: Xircom pcmcia ethernet card not working in Etch

2007-04-25 Thread Cláudio E. Elicker
On Wednesday 25 April 2007 19:14, Dario Teixeira wrote: > Dear Debian users, > > I have just installed Debian Etch, my very first Debian. (Though I've > used Kubuntu before). I did a CD based installation, using the KDE spin. > I am now trying to connect to the network, but I have a problem since

Xircom pcmcia ethernet card not working in Etch

2007-04-25 Thread Dario Teixeira
Dear Debian users, I have just installed Debian Etch, my very first Debian. (Though I've used Kubuntu before). I did a CD based installation, using the KDE spin. I am now trying to connect to the network, but I have a problem since neither the drivers for my laptop's wireless card are installed

debian webinst with silicom pcmcia ethernet card

2005-10-21 Thread Riivo
hello, i have trouble installing debian on my laptop computer, because install cannot detect my Silicon pcmcia ethernet card and i have no clue what to do.. any help? :) riivo[EMAIL PROTECTED]

Re: Laptop PCMCIA Ethernet Card and Wireless

2003-03-16 Thread Emilio Murcia
Metnetsky escribió: If anyone read my previous message, I just installed Debian, very bare boned. I'd like to begin updating my system as well as downloading all my backup files off of my server. So during the install I configured PCMCIA with all the Intel defaults. My system was then able to

Re: Laptop PCMCIA Ethernet Card and Wireless

2003-03-15 Thread Hugh Saunders
On Sat, Mar 15, 2003 at 06:39:32PM -0500, Metnetsky wrote: > I also have a PCMCIA wireless card, > suggestions or links on how I might go about installing that? what is it? linux-wlan-ng, is a good place to start. [http://www.linux-wlan.com/linux-wlan/] wlan is fun:-) hugh ps: this isnt for ins

Laptop PCMCIA Ethernet Card and Wireless

2003-03-15 Thread Metnetsky
If anyone read my previous message, I just installed Debian, very bare boned. I'd like to begin updating my system as well as downloading all my backup files off of my server. So during the install I configured PCMCIA with all the Intel defaults. My system was then able to connect through my eth

How to slow-down a PCMCIA ethernet card

2002-01-16 Thread Olivier Crouzet
Dear all, I am currently experiencing problems with Sylpheed when checking mail on POP3 servers. This problem has recently occurred and seems to be related to the fact that I am now connected at 100MPS whereas I used to connect only at 10MPS (then I had no problems). When I check mail, 7 out of 1

Re: PCMCIA Ethernet card in 2.4.6 kernel

2001-07-31 Thread Nathan E Norman
On Mon, Jul 30, 2001 at 10:54:05PM +0100, Stig Brautaset wrote: > * Aaron Traas <[EMAIL PROTECTED]> spake thus: > > tried to download the pcmcia-source package (although it looks like > > these directions were meant exclusively for the 2.2 series kernels), > > and the make-kpkg modules_image failed

Re: PCMCIA Ethernet card in 2.4.6 kernel

2001-07-30 Thread Ken Mead
Aaron, Here's how I FINALLY got mine going Grab a 2.4.* kernel from ftp.kernel.org as well as the newest pcmcia-cs package from sourceforge.net. Then compile your 2.4.* kernel with whatever options you require, however, eliminate ALL pcmcia options from the kernel. If I remember correctly

Re: PCMCIA Ethernet card in 2.4.6 kernel

2001-07-30 Thread Stig Brautaset
* Aaron Traas <[EMAIL PROTECTED]> spake thus: > tried to download the pcmcia-source package (although it looks like > these directions were meant exclusively for the 2.2 series kernels), > and the make-kpkg modules_image failed. What am I doing wrong? Do I > need to modprobe a module (no modules ar

PCMCIA Ethernet card in 2.4.6 kernel

2001-07-30 Thread Aaron Traas
I recently installed Potato (2.2r2) on my laptop, re-pointed my apt-sources to the 'testing' branch, and did an apt-get dist-upgrade. Everything worked 100% perfectly (after some tweaking to get X running, that is :). ANYway, there were a few features I needed that weren't compiled into the stock

Re: 2.4.0-test11, PCMCIA ethernet card through yenta-socket

2000-12-01 Thread Andy Bastien
Pending further investigation, we now allege that Marvin Stodolsky wrote: > My PCMCIA "3Com Corporation", "3CCFE575BT", "LAN Cardbus Card", "001" > manfid: 0x0101, 0x5157 > function: 6 (network) > PCI id: 0x10b7, 0x5157 > is working fine under 2.2.17 and under the 2.4.0-test11 with the "old >

2.4.0-test11, PCMCIA ethernet card through yenta-socket

2000-12-01 Thread Marvin Stodolsky
My PCMCIA "3Com Corporation", "3CCFE575BT", "LAN Cardbus Card", "001" manfid: 0x0101, 0x5157 function: 6 (network) PCI id: 0x10b7, 0x5157 is working fine under 2.2.17 and under the 2.4.0-test11 with the "old way" PCMCIA support of compiling all the pcmcia modules, # lsmod Module

Re: pcmcia ethernet card

2000-10-27 Thread Thomas Guettler
On Fri, Oct 27, 2000 at 11:14:15AM +0200, Andrew D Dixon wrote: > Hi all, > Any ideas? I'm new to networking and pcmcia devices to so if you could > point me to any documentation I should read I'd appreciate it. If you are new to networking at all read the NET-HOWTO. See package doc-linux-text,

RE: pcmcia ethernet card

2000-10-27 Thread Sean 'Shaleh' Perry
a) there is a debian-laptop list b) ensure that you have: pcmcia-cs and pcmcia-modules- installed c) insert card, as root type: cardctl status, you should see info about your card. cardctl ident should tell you the type of card you inserted. On most laptops a successful card insertion causes 2

pcmcia ethernet card

2000-10-27 Thread Andrew D Dixon
Hi all, I'm trying to install a Netgear model FA 510 eternet card on my laptop. Right now the laptop has just go the Slink base system on it and once I get the ethernet card working I'll install all the other packages I need. I went through the network configuration in the install but it doesn't s

Re: pcmcia ethernet card module problem

2000-04-08 Thread Alex Kwan
Hi! I install potato on a laptop, following error message was displayed at the booting time: calculating module dependencies... depmod: ***Unresolved symbols in /lib/modules/2.2.14/pcmcia/3c575_cb.o depmod: ***Unresolved symbols in /lib/modules/2.2.14/pcmcia/tulip_cb.o depmod: ***Unresolved symbo

Re: Only the PCMCIA Ethernet Card not Work

2000-04-08 Thread Alex Kwan
Hi! I have installed potato (floppies set base system) on my laptop, the modem card, scsi-2 card, and pcmcia CDROM all work fine, only the pcmcia ethernet card won't, (I have try two cards: 3com574TX and Melco LPC2-TX), If I inserted the modem card, scsi-2 card or pcmcia CDROM, then I exe

RE: Installation via PCMCIA ethernet card

1999-03-02 Thread Mark Ciciretti
Get the drivers disk from 3Com and make the drivers as per their instructions. Then run 3c589.exe, or something similar to that, from there you can set the IRQ and the other setings of the card. On 28-Feb-99 Liam Healy wrote: > I am trying to install Debian 2.1 on a Dell Latitude XPi CD via the >

Installation via PCMCIA ethernet card

1999-02-28 Thread Liam Healy
I am trying to install Debian 2.1 on a Dell Latitude XPi CD via the network. This computer has a new hard disk, so I partitioned the disk with cfdisk, then started to put Debian on the second partition, leaving the first partition for Windows NT. I went through the dbootstrap procedure of configu

Re: PCMCIA Ethernet card?

1997-05-01 Thread Jean Pierre LeJacq
I've used the Linksys EC2T successfully. -- Jean Pierre On Thu, 1 May 1997 [EMAIL PROTECTED] wrote: > I am looking for recommendations for a > PCMCIA ethernet card with both thinnet and > 10bt and a modest price tag. > This only need work with linux. -- TO UNSUBSCRIBE

Re: PCMCIA Ethernet card?

1997-05-01 Thread dthayer
On Thu, 1 May 1997 [EMAIL PROTECTED] wrote: > > I am looking for recommendations for a > PCMCIA ethernet card with both thinnet and > 10bt and a modest price tag. > This only need work with linux. I have been using an NDC Instant link which cost about $100 at Elek-Tek. A wor

PCMCIA Ethernet card?

1997-05-01 Thread rir
I am looking for recommendations for a PCMCIA ethernet card with both thinnet and 10bt and a modest price tag. This only need work with linux. rob [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail