Re: PCMCIA problem

2006-10-29 Thread Chris Bannister
On Thu, Oct 26, 2006 at 10:09:36AM -0500, Robotis Konstantinos wrote:
 I have Debian Sarge with kernel 2.6.8-2 and I want to install a wireless 
 pcmcia
 card. The kernel is configured with every module related to PCMCIA as far as I
 am concerned and the pcmcia-cs package is also installed. The problem is that
 when the the /etc/init.d/pcmcia script starts I always get following:
 
 euklides:/usr/src# /etc/init.d/pcmcia start
 Starting PCMCIA services: using yenta_socket instead of i82365
 cardmgr[6759]: no sockets found!
 done.
 
 Any suggestions?

Install pcmciautils. apt-cache show pcmciautils.
Read the stuff in /usr/share/doc/pcmciautils/

There are issues with wireless pcmcia, something about wireless not
working in a cardbus socket.

-- 
Chris.
==
 ... the official version cannot be abandoned because the implication of
rejecting it is far too disturbing: that we are subject to a government
conspiracy of `X-Files' proportions and insidiousness.
Letter to the LA Times Magazine, September 18, 2005.


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



PCMCIA problem

2006-10-26 Thread Robotis Konstantinos
I have Debian Sarge with kernel 2.6.8-2 and I want to install a wireless
pcmcia card. The kernel is configured with every module related to
PCMCIA as far as I am concerned and the pcmcia-cs package is also
installed. The problem is that when the the /etc/init.d/pcmcia script
starts I always get following:
 

euklides:/usr/src# /etc/init.d/pcmcia start

Starting PCMCIA services: using yenta_socket instead of i82365

cardmgr[6759]: no sockets found!

done.
 

Any suggestions?
 

I haven't provided you with the details of the wireless card because
that's irrelevant (for the time being) since the pcmcia device is not
recognized.


Re: PCMCIA -Problem nach Update von Kernel 2.2 nach 2.4

2006-07-10 Thread Martin Reising
On Mon, Jul 10, 2006 at 07:28:15AM +0200, Niels Stargardt wrote:
 Hmm hier mal die Ausgaben bei beiden Kerneln:
 Linux tine 2.4.18-1-686 #1 Wed May 17 21:26:54 UTC 2006 i686 unknown
 Module  Size  Used byNot tainted
 pcmcia_core38688   0
 apm 8892   1  (autoclean)
 af_packet  11432   0  (unused)
 rtc 5400   0  (autoclean)
 ext2   30400   1  (autoclean)
 ide-disk6592   2  (autoclean)
 ide-probe-mod   7968   0  (autoclean)
 ide-mod   129420   2  (autoclean) [ide-disk ide-probe-mod]
 ext3   56544   0  (autoclean)
 jbd35032   0  (autoclean) [ext3]
 unix   13380   5  (autoclean)
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i82365.o: init_module:
 No such device
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i82365.o: insmod
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i
 82365.o failed
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i82365.o: insmod i82365
 failed
 Hint: insmod errors can be caused by incorrect module parameters,
 including invalid IO or IRQ parameters
 modprobe: pre-install ds failed
 modprobe: insmod pcnet_cs failed

Wurde bei 2.4 nicht i82365 durch yenta_socket ersetzt? Wenn ja,
versuch es doch mal mit

PCIC=yenta_socket 

in /etc/default/pcmcia.

Laut

http://groups.google.de/group/linux.debian.user.german/browse_frm/thread/86b421109b4362e2/ee337bf43c0e7017?lnk=stq=reising+yentarnum=1#ee337bf43c0e7017

hat das beim Wechsel von 2.2.10 auf 2.4.24 geholfen.
-- 
Nicht Absicht unterstellen, wenn auch Dummheit ausreicht!


pgpm7Jxg3UxGM.pgp
Description: PGP signature


PCMCIA -Problem nach Update von Kernel 2.2 nach 2.4

2006-07-09 Thread Niels Stargardt
Moin, moin,
ich betreibe hier ein Notebook mit Debian Woody und Kernel 2.2 als
Server. Bei dem Notebook ist das Display kaputt und es ist sehr
frickelig ein Monitor anzuschliessen. Ich habe versucht auf den
2.4-Kernel zu wechseln. Das System bootet auch, ist aber anschließend
nicht per Netz ansprechbar. Leider weiss ich nicht wie ich den Chipsatz
von der PCMCIA-Netzwerkkarte herausbekomme. Ich hatte ursprünglich mal
eine D-Link DFE-650TXD-Karte benutzt, die ich ausgetauscht habe, ohne
etwas konfigurieren zu müssen. Sie sind also vermutlich gleich. Evtl.
weiss jemand den Befehl um den Chipsatz abzufragen (Die Karte ist auch
nicht so leicht rauszuziehen)?

Ich habe herausbekommen, das einige Module nicht korrekt geladen werden.
Zunächst das Ergebnis von lsmod mit Kernel 2.2
Linux tine 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686 unknown
Module  Size  Used by
pcnet_cs   12644   1
83906088   0  [pcnet_cs]
ds  6400   2  [pcnet_cs]
i82365 22672   2
pcmcia_core45824   0  [pcnet_cs ds i82365]
af_packet   6136   0  (unused)

nun das Ergebnis mit Kernel 2.4:

Sun Jul  9 21:07:28 CEST 2006
Linux tine 2.4.18-1-686 #1 Wed May 17 21:26:54 UTC 2006 i686 unknown
Module  Size  Used byNot tainted
pcmcia_core38688   0
apm 8892   1  (autoclean)
af_packet  11432   0  (unused)
rtc 5400   0  (autoclean)
ext2   30400   1  (autoclean)
ide-disk6592   2  (autoclean)
ide-probe-mod   7968   0  (autoclean)
ide-mod   129420   2  (autoclean) [ide-disk ide-probe-mod]
ext3   56544   0  (autoclean)
jbd35032   0  (autoclean) [ext3]
unix   13380   5  (autoclean)

ein modprobe pcnet_cs ergibt folgendes
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: init_module:
Operation not permitted
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: insmod
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o
failed
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: insmod pcnet_cs
failed
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters

Die Konfiguration ist also nicht rund. Ich verstehe nur nicht wieso ich
die Karte anders konfigurieren muss? Und wo stelle ich diese Parameter
ein?

Vielen Dank für Eure Hinweise.
Niels



Re: PCMCIA -Problem nach Update von Kernel 2.2 nach 2.4

2006-07-09 Thread Evgeni Golov
On Sun, 9 Jul 2006 21:36:47 +0200 Niels Stargardt
[EMAIL PROTECTED] wrote:

 ich betreibe hier ein Notebook mit Debian Woody und Kernel 2.2 als
 Server. Bei dem Notebook ist das Display kaputt und es ist sehr
 frickelig ein Monitor anzuschliessen. Ich habe versucht auf den
 2.4-Kernel zu wechseln. Das System bootet auch, ist aber anschließend
 nicht per Netz ansprechbar. Leider weiss ich nicht wie ich den
 Chipsatz von der PCMCIA-Netzwerkkarte herausbekomme. Ich hatte
 ursprünglich mal eine D-Link DFE-650TXD-Karte benutzt, die ich
 ausgetauscht habe, ohne etwas konfigurieren zu müssen. Sie sind also
 vermutlich gleich. Evtl. weiss jemand den Befehl um den Chipsatz
 abzufragen (Die Karte ist auch nicht so leicht rauszuziehen)?

Also wenn ich mich nicht irre, ist lspci intelligent genug auch pcmcia
Karten anzuzeigen. (Zumindest unter Sid mit 2.6.x ;-)) Google mit dem
passenden String gefüttert sollte dir genug Anhaltspunkte zum Thema
Chipsatz und Treiber geben.
Ich würde übrigens auf der älteren Hardware dennoch einen 2.6.x
empfehlen, der ist etwas performanter wegen den I/O Schedulern.

 ein modprobe pcnet_cs ergibt folgendes
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: init_module:
 Operation not permitted
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: insmod
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o
 failed
 /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: insmod pcnet_cs
 failed
 Hint: insmod errors can be caused by incorrect module parameters,
 including invalid IO or IRQ parameters
 
 Die Konfiguration ist also nicht rund. Ich verstehe nur nicht wieso
 ich die Karte anders konfigurieren muss? Und wo stelle ich diese
 Parameter ein?

müsstest du per modprobe modul parameter=wert regeln können, 
modinfo modul bringt eine Liste der möglichen Parameter mit.

-- 
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  -|-   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net

Fuer windows hab keine Zeit weil wenn ich nachhause komm will ich
lieber poppen und nich noch mein OS reparieren (Therion -
german-freakz.net)


pgpkis5IQVbO8.pgp
Description: PGP signature


Re: PCMCIA -Problem nach Update von Kernel 2.2 nach 2.4

2006-07-09 Thread Andreas Pakulat
On 09.07.06 21:49:49, Evgeni Golov wrote:
 On Sun, 9 Jul 2006 21:36:47 +0200 Niels Stargardt
 [EMAIL PROTECTED] wrote:
 Ich würde übrigens auf der älteren Hardware dennoch einen 2.6.x
 empfehlen, der ist etwas performanter wegen den I/O Schedulern.

Wofuer man aber auch entsprechende Anwendungen braucht. Ausserdem (siehe
anderen Thread von Niels von heute nachmittag) ist die Hardware so
lahm, das das keinen Unterschied macht. Ausserdem gibts in Woody
keinen 2.6er Kernel und er sollte erstmal einen Kernel zum laufen
bekommen bevor er das dist-upgrade auf Sarge macht. Und einen 2.6er in
Woody zu installieren ist vmtl. deutlich mehr Arbeit als das Modul fuer
die Karte korrekt zu laden.

Andreas

-- 
Write yourself a threatening letter and pen a defiant reply.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: PCMCIA -Problem nach Update von Kernel 2.2 nach 2.4

2006-07-09 Thread Niels Stargardt
On Sun, 9 Jul 2006 21:49:49 +0200
Evgeni Golov [EMAIL PROTECTED] wrote:

  vermutlich gleich. Evtl. weiss jemand den Befehl um den Chipsatz
  abzufragen (Die Karte ist auch nicht so leicht rauszuziehen)?
 
 Also wenn ich mich nicht irre, ist lspci intelligent genug auch pcmcia
 Karten anzuzeigen. (Zumindest unter Sid mit 2.6.x ;-)) Google mit dem
 passenden String gefüttert sollte dir genug Anhaltspunkte zum Thema
 Chipsatz und Treiber geben.

tine:~# lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX - 82443BX/ZX Host bridge (AGP
disabled) (rev 03)
00:02.0 CardBus bridge: Toshiba America Info Systems ToPIC97 (rev 05)
00:02.1 CardBus bridge: Toshiba America Info Systems ToPIC97 (rev 05)
00:04.0 VGA compatible controller: Trident Microsystems Cyber 9525 (rev
49)
00:05.0 Bridge: Intel Corp. 82371AB PIIX4 ISA (rev 02)
00:05.1 IDE interface: Intel Corp. 82371AB PIIX4 IDE (rev 01)
00:05.2 USB Controller: Intel Corp. 82371AB PIIX4 USB (rev 01)
00:05.3 Bridge: Intel Corp. 82371AB PIIX4 ACPI (rev 02)
00:07.0 Communication controller: Lucent Microelectronics 56k WinModem
(rev 01)
00:0a.0 Communication controller: Toshiba America Info Systems FIR Port
(rev 23)
00:0c.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E
(rev 10)

Also negativ, lspci erkennt die Karte nicht.

 Ich würde übrigens auf der älteren Hardware dennoch einen 2.6.x
 empfehlen, der ist etwas performanter wegen den I/O Schedulern.

Performance ist kein Problem. Ich will vor allem jetzt erstmal Woody auf
2.4 kriegen.

  ein modprobe pcnet_cs ergibt folgendes
  /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: init_module:
  Operation not permitted
  /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: insmod
  /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o
  failed
  /lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o: insmod
  pcnet_cs failed
  Hint: insmod errors can be caused by incorrect module parameters,
  including invalid IO or IRQ parameters
  
  Die Konfiguration ist also nicht rund. Ich verstehe nur nicht wieso
  ich die Karte anders konfigurieren muss? Und wo stelle ich diese
  Parameter ein?
 
 müsstest du per modprobe modul parameter=wert regeln können, 
 modinfo modul bringt eine Liste der möglichen Parameter mit.
 
Hmm hier mal die Ausgaben bei beiden Kerneln:
Linux tine 2.4.18-1-686 #1 Wed May 17 21:26:54 UTC 2006 i686 unknown
Module  Size  Used byNot tainted
pcmcia_core38688   0
apm 8892   1  (autoclean)
af_packet  11432   0  (unused)
rtc 5400   0  (autoclean)
ext2   30400   1  (autoclean)
ide-disk6592   2  (autoclean)
ide-probe-mod   7968   0  (autoclean)
ide-mod   129420   2  (autoclean) [ide-disk ide-probe-mod]
ext3   56544   0  (autoclean)
jbd35032   0  (autoclean) [ext3]
unix   13380   5  (autoclean)
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i82365.o: init_module:
No such device
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i82365.o: insmod
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i
82365.o failed
/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/i82365.o: insmod i82365
failed
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
modprobe: pre-install ds failed
modprobe: insmod pcnet_cs failed
filename:   
/lib/modules/2.4.18-1-686/kernel/drivers/net/pcmcia/pcnet_cs.o
description: NE2000 compatible PCMCIA ethernet driver
author:  David Hinds [EMAIL PROTECTED]
license: GPL
parm:irq_mask int
parm:irq_list int array (min = 1, max = 4)
parm:if_port int
parm:use_big_buf int
parm:mem_speed int
parm:delay_output int
parm:delay_time int
parm:use_shmem int
parm:full_duplex int
parm:hw_addr int array (min = 6, max = 6)
filename:/lib/modules/2.4.18-1-686/kernel/drivers/net/8390.o
description: none
author:  none
license: GPL
filename:/lib/modules/2.4.18-1-686/kernel/drivers/pcmcia/ds.o
description: PCMCIA Driver Services 3.1.22
author:  David Hinds [EMAIL PROTECTED]
license: Dual MPL/GPL
Sun Jul  9 20:25:33 CEST 2006
Linux tine 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686 unknown
Module  Size  Used by
pcnet_cs   12644   1
83906088   0  [pcnet_cs]
ds  6400   2  [pcnet_cs]
i82365 22672   2
pcmcia_core45824   0  [pcnet_cs ds i82365]
af_packet   6136   0  (unused)
filename:/lib/modules/2.2.20-idepci/pcmcia/pcnet_cs.o
description: NE2000 compatible PCMCIA ethernet driver
author:  David Hinds [EMAIL PROTECTED]
license: none
parm:irq_mask int
parm:irq_list int array (min = 1, max = 4)
parm:if_port int
parm:use_big_buf int
parm:mem_speed int
parm:delay_output int
parm:delay_time int
parm: 

Re: PCMCIA problem

2006-04-18 Thread Pär Lindén
Tack för alla tips ang. PCMCIA. Det visade sig dock, lite pinsamt, vara 
ett hårdvarurelaterat problem jag drabbats av. Nätverkskortet var helt 
enkelt trasigt visade det sig efter många om och men.


MVH
Pär Lindén

Karl Hammar wrote:

Johan Mattsson wrote:


Hej.

Pär Lindén wrote:
  
På denna har jag installerat Kanotix, 100 procent kompatibel med 
Debian Sid men med en customkernel och lite andra fix. Fram till nu 
har jag anslutit till internet via ett externt nätverkskort, som jag 
anslutit till USB porten. Detta har fungerat utan problem. Nu har jag 
skaffat ett ethernetkort (PCcard/Cardbus tror jag) till PCMCIA 
slotten.  Detta fungerar dock inte alls. 


Det samma gäller för min laptop med cid; PCMCIA-nätverkskortet fungerar
direkt  men det går bra att som root köra ifup eth0.  Du kan även fixa
till problemet i filen /etc/init.d/networking så görs det automatiskt
vid start.
  

Hej!
Normalt borde det ju fungera med ifup, men det gör inte det. När jag 
försöker få liv i kortet (som root) med ifup får jag upp följande:


~# ifup eth0
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

eth0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
exiting.
Failed to bring up eth0.

Var sjutton kan felet ligga??
MVH
Pär



Du har antagligen ingen drivrutin för nätverkskortet laddat.
Du kan kontrollera det genom att se vilka nätverksanslutningar som är 
tillgängliga:


 $ cat /proc/net/dev
 Inter-|   Receive|...
  face |bytespackets errs drop fifo frame compressed multicast|...
 lo: 357   4000 0  0 0 ...
   eth0: 2972455   14162000 0  0 0 ...
   eth1:   0   0000 0  0 0 ...
 $

Som man ser har jag tre nätversksanslutningar tillgängliga: lo, eth0 och
eth1. Du har förmodligen bara lo i din lista.

Stegen för att få igång en nätverksanslutning är att:

1, ladda drivrutin - kan man göra
  . manuellt: modprobe modulnamn
  . automatiskt: med pcmcia-cs eller hotplug
2, sätt ipnummer mm.
  . manuellt: ifconfig ... alt. dhclient eth0
  . automatiskt: ifup alt. i konfigfiler till pcmcia-cs/hotplug

Vet du vilket kort du har och vilken drivrutin i linux som passar
föreslår jag att du gör:

 # modprobe modulnamn
 # ifconfig eth0 192.168.1.22
 # ifconfig

bara för att se om du kan få igång det. Om du är på ett nät där man
måste använda dhcp, kan du fortsätta med:

 # dhclient eth0
vänta
 # host ftp.sunet.se
 
och se om du får svar.


Hälsningar,
/Karl

---
Karl HammarAspö Data   [EMAIL PROTECTED]
Lilla Aspö 2340 Nätverk
S-742 94 Östhammar0173 140 57Datorer/Utrustning
Sverige  070 511 97 84Linux/Unix konsulting
---



  



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



Re: PCMCIA problem

2006-04-16 Thread Karl Hammar
 Johan Mattsson wrote:
  Hej.
 
  Pär Lindén wrote:
  På denna har jag installerat Kanotix, 100 procent kompatibel med 
  Debian Sid men med en customkernel och lite andra fix. Fram till nu 
  har jag anslutit till internet via ett externt nätverkskort, som jag 
  anslutit till USB porten. Detta har fungerat utan problem. Nu har jag 
  skaffat ett ethernetkort (PCcard/Cardbus tror jag) till PCMCIA 
  slotten.  Detta fungerar dock inte alls. 
 
  Det samma gäller för min laptop med cid; PCMCIA-nätverkskortet fungerar
  direkt  men det går bra att som root köra ifup eth0.  Du kan även fixa
  till problemet i filen /etc/init.d/networking så görs det automatiskt
  vid start.
 Hej!
 Normalt borde det ju fungera med ifup, men det gör inte det. När jag 
 försöker få liv i kortet (som root) med ifup får jag upp följande:
 
 ~# ifup eth0
 Internet Software Consortium DHCP Client 2.0pl5
 Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
 All rights reserved.
 
 Please contribute if you find this software useful.
 For info, please visit http://www.isc.org/dhcp-contrib.html
 
 eth0: ERROR while getting interface flags: No such device
 Bind socket to interface: No such device
 exiting.
 Failed to bring up eth0.
 
 Var sjutton kan felet ligga??
 MVH
 Pär

Du har antagligen ingen drivrutin för nätverkskortet laddat.
Du kan kontrollera det genom att se vilka nätverksanslutningar som är 
tillgängliga:

 $ cat /proc/net/dev
 Inter-|   Receive|...
  face |bytespackets errs drop fifo frame compressed multicast|...
 lo: 357   4000 0  0 0 ...
   eth0: 2972455   14162000 0  0 0 ...
   eth1:   0   0000 0  0 0 ...
 $

Som man ser har jag tre nätversksanslutningar tillgängliga: lo, eth0 och
eth1. Du har förmodligen bara lo i din lista.

Stegen för att få igång en nätverksanslutning är att:

1, ladda drivrutin - kan man göra
  . manuellt: modprobe modulnamn
  . automatiskt: med pcmcia-cs eller hotplug
2, sätt ipnummer mm.
  . manuellt: ifconfig ... alt. dhclient eth0
  . automatiskt: ifup alt. i konfigfiler till pcmcia-cs/hotplug

Vet du vilket kort du har och vilken drivrutin i linux som passar
föreslår jag att du gör:

 # modprobe modulnamn
 # ifconfig eth0 192.168.1.22
 # ifconfig

bara för att se om du kan få igång det. Om du är på ett nät där man
måste använda dhcp, kan du fortsätta med:

 # dhclient eth0
vänta
 # host ftp.sunet.se
 
och se om du får svar.

Hälsningar,
/Karl

---
Karl HammarAspö Data   [EMAIL PROTECTED]
Lilla Aspö 2340 Nätverk
S-742 94 Östhammar0173 140 57Datorer/Utrustning
Sverige  070 511 97 84Linux/Unix konsulting
---




Re: PCMCIA problem

2006-04-15 Thread Pär Lindén

Johan Mattsson wrote:

Hej.

Pär Lindén wrote:
På denna har jag installerat Kanotix, 100 procent kompatibel med 
Debian Sid men med en customkernel och lite andra fix. Fram till nu 
har jag anslutit till internet via ett externt nätverkskort, som jag 
anslutit till USB porten. Detta har fungerat utan problem. Nu har jag 
skaffat ett ethernetkort (PCcard/Cardbus tror jag) till PCMCIA 
slotten.  Detta fungerar dock inte alls. 


Det samma gäller för min laptop med cid; PCMCIA-nätverkskortet fungerar
direkt  men det går bra att som root köra ifup eth0.  Du kan även fixa
till problemet i filen /etc/init.d/networking så görs det automatiskt
vid start.

Hej!
Normalt borde det ju fungera med ifup, men det gör inte det. När jag 
försöker få liv i kortet (som root) med ifup får jag upp följande:


~# ifup eth0
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

eth0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
exiting.
Failed to bring up eth0.

Var sjutton kan felet ligga??
MVH
Pär



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



Re: PCMCIA problem

2006-04-15 Thread Johan Mattsson

Hej.

Pär Lindén wrote:
På denna har jag installerat Kanotix, 100 procent kompatibel med 
Debian Sid men med en customkernel och lite andra fix. Fram till nu 
har jag anslutit till internet via ett externt nätverkskort, som jag 
anslutit till USB porten. Detta har fungerat utan problem. Nu har jag 
skaffat ett ethernetkort (PCcard/Cardbus tror jag) till PCMCIA 
slotten.  Detta fungerar dock inte alls. 


Det samma gäller för min laptop med cid; PCMCIA-nätverkskortet fungerar
direkt  men det går bra att som root köra ifup eth0.  Du kan även fixa
till problemet i filen /etc/init.d/networking så görs det automatiskt
vid start.

Bästa hälsningar Johan.




PCMCIA problem

2006-04-14 Thread Pär Lindén

Hej!
Jag har en laptop som har några år på nacken (Pentium 3). På denna har 
jag installerat Kanotix, 100 procent kompatibel med Debian Sid men med 
en customkernel och lite andra fix. Fram till nu har jag anslutit till 
internet via ett externt nätverkskort, som jag anslutit till USB porten. 
Detta har fungerat utan problem. Nu har jag skaffat ett ethernetkort 
(PCcard/Cardbus tror jag) till PCMCIA slotten.  Detta fungerar dock inte 
alls. Datorn upptäcker visserligen att det sitter ett kort i slotten, 
och Yenta meddelar under bootup att Routing cardbus interrupts to PCI.
Problemet jag har är att jag inte vet hur jag skall gå vidare för att 
lösa det här problemet, som är väldigt irriterande. Jag är tacksam för 
all hjälp.


Glad Påsk
Pär


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



avaya wireless/pcmcia problem

2004-05-07 Thread Alex Handle
Hallo,

Hab hier einen acer aspire 1300 und diese wirelesskarte:

Socket 0:
  product info: Avaya Communication, Avaya Wireless PC Card, Version 
01.01, 
  manfid: 0x0156, 0x0002
  function: 6 (network)

mein problem:
die karte funktionierte brächtig mit kernel 2.4.x unter debian stable und 
unstable.
nach einem upgrade auf 2.6 funktioniert die karte nur noch, wenn ich 
/etc/init.d/pcmcia restart mache und dann die karte neu einstecke.
der treiber wird beim ersten mal nicht geladen ...

hier eine lsmod ausgabe (nach pcmcia restart):


[EMAIL PROTECTED]:~# lsmod
Module  Size  Used by
orinoco_cs  9224  1
orinoco43916  1 orinoco_cs
hermes  8448  2 orinoco_cs,orinoco
via_rhine  21768  0
mii 5056  1 via_rhine
crc32   4352  1 via_rhine
nfs   100976  0
lockd  64072  1 nfs
sunrpc139656  2 nfs,lockd
parport_pc 25280  1
lp 10884  0
parport41288  2 parport_pc,lp
usb_storage51232  0
scsi_mod   79808  1 usb_storage
af_packet  17864  0
yenta_socket   17408  1
ds 18436  3 orinoco_cs
pcmcia_core63876  3 orinoco_cs,yenta_socket,ds
ipv6  244736  8
rtc12664  0


danke im voraus

ciao
alex



Re: pcmcia problem (3Com 3c575)

2002-09-26 Thread Andy Saxena

On Thu, Sep 26, 2002 at 10:52:52AM -0700, Lars Jensen wrote:
 Hi Andy,
 
 1) What module is for this card listed when you do an lsmod as root?
 
 2) Are you using the same kernel (2.4.18) with the kernel-pcmcia-modules?
 
 
 Thanks for your help,
 Lars.

Lars,

Firstly, please keep your posts to the list so others may benefit and
contribute.

I compiled the driver into the kernel instead of making it a module. The
reason I did this is because I see no particular advantage in having a
driver that is used 99.9% of the time be dynamically loaded and unloaded
into the kernel. I think you can get more information in Thomas's reply
to your original post.

I was using 2.4.18 till last week, and then moved on up to 2.4.19.

I am attaching my kernel config file. You should think about compiling a
customized kernel. I did compile in pcmcia and cardbus support, though I
don't think it is used by the driver code. Here's the relevant portion
of the kernel config file.

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set

I also compiled in hotplugging support, which I think is needed. Here's
the relevant portion.

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y


Here's the relevant section that shows support for the ethernet card.

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI is not set
# CONFIG_NET_POCKET is not set


If you are compiling your own kernel, and you compile the driver into
the kernel, rather than as a module, you will know if your card is
working when the ethernet card connector light comes on at boot up. As a
prerequisite, you should be connected to a network before booting your
machine.

I don't use the pcmcia-modules package as it's not needed with this
particular model.

Enough said :-}. 

-Andy


#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y
# 

pcmcia problem (3Com 3c575)

2002-09-25 Thread Lars Jensen

I just upgraded my kernel, using the debian pre-compiled kernel image
for kernel 2.4.18, I also installed the corresponding
kernel-pcmcia-modules-2.4.18 package. The packages installed fine, but I
can't get pcmcia to see my 3Com PC card. The card is a 10/100 LAN
CardBus, model 3CXFE575CT, and it worked fine with kernel 2.2.19 and
its corresponding pcmcia package, using the 3c575 driver. I have another
card, an NE2000 compatible that uses the pcnet_cs driver, and that
works fine with new 2.4.18. My modem card also works with
2.4.18. I didn't even have to run modconf to make either of these work.

When I look under /lib/modules/2.4.18/kernel/drivers/net/pcmcia I notice
that only 3c574 and 3c589 drivers are present for 3Com  PC-cards. Does this
mean that other 3Com cards are not supported?

iAny ideas anyone?

Thanks,
Lars.

--
Lars Jensen, Truckee Meadows Community College, Reno NV 89512-3999.
Tel: 775.673.7113 E-mail: [EMAIL PROTECTED]


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




Re: pcmcia problem (3Com 3c575)

2002-09-25 Thread Thomas R. Shemanske

Lars Jensen wrote:
 I just upgraded my kernel, using the debian pre-compiled kernel image
 for kernel 2.4.18, I also installed the corresponding
 kernel-pcmcia-modules-2.4.18 package. The packages installed fine, but I
 can't get pcmcia to see my 3Com PC card. The card is a 10/100 LAN
 CardBus, model 3CXFE575CT, and it worked fine with kernel 2.2.19 and
 its corresponding pcmcia package, using the 3c575 driver. I have another
 card, an NE2000 compatible that uses the pcnet_cs driver, and that
 works fine with new 2.4.18. My modem card also works with
 2.4.18. I didn't even have to run modconf to make either of these work.
 
 When I look under /lib/modules/2.4.18/kernel/drivers/net/pcmcia I notice
 that only 3c574 and 3c589 drivers are present for 3Com  PC-cards. Does this
 mean that other 3Com cards are not supported?
 
 iAny ideas anyone?
 
 Thanks,
 Lars.
 
 --
 Lars Jensen, Truckee Meadows Community College, Reno NV 89512-3999.
 Tel: 775.673.7113 E-mail: [EMAIL PROTECTED]
 
 


Try modprobe 3c59x

 From the kernel source help line:

CONFIG_VORTEX:

This option enables driver support for a large number of 10mbps and
10/100mbps EISA, PCI and PCMCIA 3Com network cards:

Vortex(Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI
Boomerang (EtherLink XL 3c900 or 3c905)PCI
Cyclone   (3c540/3c900/3c905/3c980/3c575/3c656)PCI and Cardbus
Tornado   (3c905)  PCI
Hurricane (3c555/3cSOHO)   PCI

If you have such a card, say Y and read the Ethernet-HOWTO,
available from http://www.tldp.org/docs.html#howto. More
specific information is in
Documentation/networking/vortex.txt and in the comments at
the beginning of drivers/net/3c59x.c.

If you want to compile this as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read Documentation/modules.txt as well as
Documentation/networking/net-modules.txt.


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




PCMCIA Problem

2002-07-23 Thread Torsten

hallo
folgendes : ich habe woody 3.0 auf notebook installiert.
der pcmcia support funktioniert eigentlich auch ,
nur das ich kein netzwerk konfigurieren kann.

das netzwerk ist zwar konfiguriert, aber nicht einsatzbereit.
so, die sinngemäße übersetzung.

am anderen notebook funzt es immer einwandfrei.
woran kann es liegen?

mfg torsten



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: PCMCIA Problem

2002-07-23 Thread Bernd Grube

Moin!
* Torsten [EMAIL PROTECTED] [020723 11:42]:
 
 das netzwerk ist zwar konfiguriert, aber nicht einsatzbereit.
 so, die sinngemäße übersetzung.
Hast Du /etc/pcmcia/network.opts angepasst?
MfG Bernd


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




PCMCIA-Problem (W-Linx LinxPRO)

2002-07-05 Thread Niklas Deutschmann

Hi Leute,

Ich habe einige Probleme mit meiner PCMCIA-Netzwerkkarte (W-Linx LinxPRO) in 
einem Toshiba Satellite Pro 480CDT. Ich benutze Woody (Kernel noch 2.2.17), 
pcmcia-cs-3.1.33 (direkt von Sourceforge, nicht das Debian-Paket). Folgende 
Probleme treten auf:
- Wenn ich die Card-Services stoppe und dann wieder starte, bekomme ich eine 
Kernel-Panic (attempt to kill idle task).
- Die Karte wird beim Booten nicht richtig konfiguriert (2 hohe Pieptöne und 
dann ein hoher und ein tiefer). Wenn ich die Karte herausnehme und wieder 
einstecke, läuft das Netzwerk, auch, wenn ich cardctl eject 0; sleep 3; 
cardctl insert 0 eingebe. Das Problem tritt auch dann nicht auf, wenn ich 
mit herausgenommener Karte boote und sie erst später einstecke.
Ich habe schon die exclude-Anweisungen für andere Toshiba-Laptops aus dem 
HOWTO ausprobiert, hat aber nichts gebracht. Das Problem trat unter Potato 
gelegentlich auf (nicht reproduzierbar), unter Woody jetzt immer. Ich schicke 
auch mal das Syslog.

Gruß
Niklas


syslog:
Jul  3 23:42:12 doppelkorn kernel: Linux PCMCIA Card Services 3.1.33
Jul  3 23:42:12 doppelkorn kernel:   kernel build: 2.2.17 #1 Sun Jun 25 
09:24:41 EST 2000
Jul  3 23:42:12 doppelkorn kernel:   options:  [pci] [cardbus] [apm] [pnp]
Jul  3 23:42:12 doppelkorn kernel: PCI routing table version 1.0 at 0xf8e80
Jul  3 23:42:12 doppelkorn kernel: PnP: PNP BIOS installation structure at 
0xc00f8e30
Jul  3 23:42:12 doppelkorn kernel: PnP: PNP BIOS version 1.0, entry at 
f:9113, dseg at 0
Jul  3 23:42:13 doppelkorn insmod: Using 
/lib/modules/2.2.17/pcmcia/pcmcia_core.o
Jul  3 23:42:13 doppelkorn insmod: Symbol version prefix ''
Jul  3 23:42:13 doppelkorn kernel: Intel ISA/PCI/CardBus PCIC probe:
Jul  3 23:42:13 doppelkorn kernel:   Toshiba ToPIC97 rev 03 PCI-to-CardBus at 
slot 00:02, mem 0x6800
Jul  3 23:42:13 doppelkorn kernel: host opts [0]: [slot 0xd0] [ccr 0x11] 
[cdr 0x86] [rcr 0x02] [no pci irq] [lat 168/176] [bus 20/20]
Jul  3 23:42:13 doppelkorn kernel: host opts [1]: [slot 0xd0] [ccr 0x21] 
[cdr 0x86] [rcr 0x02] [no pci irq] [lat 168/176] [bus 21/21]
Jul  3 23:42:13 doppelkorn kernel: ISA irqs (default) = 3,5,10 polling 
interval = 1000 ms
Jul  3 23:42:13 doppelkorn insmod: Using /lib/modules/2.2.17/pcmcia/i82365.o
Jul  3 23:42:13 doppelkorn insmod: Symbol version prefix ''
Jul  3 23:42:13 doppelkorn insmod: Using /lib/modules/2.2.17/pcmcia/ds.o
Jul  3 23:42:13 doppelkorn insmod: Symbol version prefix ''
Jul  3 23:42:13 doppelkorn kernel: cs: cb_alloc(bus 20): vendor 0x13d1, 
device 0xab08
Jul  3 23:42:13 doppelkorn cardmgr[210]: watching 2 sockets
Jul  3 23:42:13 doppelkorn cardmgr[211]: starting, version is 3.1.33
Jul  3 23:42:13 doppelkorn cardmgr[211]: initializing socket 0
Jul  3 23:42:13 doppelkorn cardmgr[211]: socket 0: Linksys EtherFast PCMPC200 
v2
Jul  3 23:42:14 doppelkorn kernel: cs: cb_free(bus 20)
Jul  3 23:42:14 doppelkorn rpc.statd[215]: Version 1.0 Starting
Jul  3 23:42:14 doppelkorn cardmgr[211]:   product info: CardBus, Fast 
Ethernet, V1.0, 
Jul  3 23:42:14 doppelkorn cardmgr[211]:   manfid: 0x13d1, 0xab02  function: 
6 (network)
Jul  3 23:42:14 doppelkorn cardmgr[211]:   PCI id: 0x13d1, 0xab08

Jul  3 23:42:14 doppelkorn cardmgr[211]: executing: 'modprobe cb_enabler'
Jul  3 23:42:14 doppelkorn kernel: cs: cb_alloc(bus 20): vendor 0x13d1, 
device 0xab08
Jul  3 23:42:14 doppelkorn cardmgr[211]: executing: 'modprobe tulip_cb'
Jul  3 23:42:15 doppelkorn kernel: cs: cb_config(bus 20)
Jul  3 23:42:15 doppelkorn kernel: cs: IO port probe 0x0100-0x04ff: clean.
Jul  3 23:42:15 doppelkorn kernel: cs: IO port probe 0x0800-0x08ff: clean.
Jul  3 23:42:15 doppelkorn kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Jul  3 23:42:15 doppelkorn kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Jul  3 23:42:15 doppelkorn kernel:   fn 0 bar 1: io 0x800-0x8ff
Jul  3 23:42:15 doppelkorn kernel:   fn 0 bar 2: mem 0x6002-0x600203ff
Jul  3 23:42:15 doppelkorn kernel:   fn 0 rom: mem 0x6000-0x6001
Jul  3 23:42:15 doppelkorn kernel:   irq 3
Jul  3 23:42:15 doppelkorn kernel: cs: cb_enable(bus 20)
Jul  3 23:42:15 doppelkorn kernel:   bridge io map 0 (flags 0x21): 0x800-0x8ff
Jul  3 23:42:15 doppelkorn kernel:   bridge mem map 0 (flags 0x1): 
0x6000-0x60020fff
Jul  3 23:42:15 doppelkorn kernel: tulip_attach(device 14:00.0)
Jul  3 23:42:15 doppelkorn kernel: tulip.c:v0.91g-ppc 7/16/99 
[EMAIL PROTECTED] (modified by [EMAIL PROTECTED] for XIRCOM CBE, 
fixed by Doug Ledford)
Jul  3 23:42:15 doppelkorn kernel: eth0: ADMtek Centaur-C rev 17 at 0x800, 
00:E0:98:9A:D9:99, IRQ 3.
Jul  3 23:42:15 doppelkorn cardmgr[211]: executing: './network start eth0'
Jul  3 23:42:15 doppelkorn cardmgr[211]: + Sample private network setup
Jul  3 23:42:15 doppelkorn cardmgr[211]: + /sbin/ifconfig eth0 up 
193.11.244.92 netmask 255.255.255.0 broadcast 193.11.244.255
Jul  3 23:42:16 doppelkorn cardmgr[211]: shutting down socket 0
Jul  3 23:42:16 doppelkorn cardmgr[211]: executing: './network stop 

PCMCIA Problem

2002-05-29 Thread Ablassmeier, Michael

ok hi..

meine pcmcia karte (TRENDnet TE100-PCBUSR) läuft ganz gut,
zummindest mit dem 2.2.19 Standart Kernel.

Da der 2.2.19 allerdings probleme mit der Soundkarte macht
(wenn ich das entsprechende Modul lade gibts nen irsinnig
lauten durchgehenden peepton ???!!) und ich auch sonst gerne
einen angepassten hätte hab ich mir gedacht bau ich neu ..

naja.. pcmcia läd unter standart die module:

i82365
ds
pcmcia_core
tulip_cb
cb_enabler

naja, also hab ich beim pcmcia support als chipsatz den i82365 aktiviert,
das ds, pcmcia_core sind auch da, allerdings scheint der tulip_cb unter
neueren versionen anders tu heissen ?? (xircom_cb)

nungut, ein versuch das pcmcia system zu startet endet mit einem:

Starting PCMCIA services: modulesinsmod: a module named pcmcia_core already
exits
Intel PCIC probe: not foujnd
/lib/modules/2.4.17/pcmcia/i82365.o: init_module: No such device -- (!! ??)
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
snip


wenn ich das ganze fest in den kernel mit einbinde, gibts keine
fehlermeldung, allerdings wird
der karte auch kein ethernet device zugelegt


wie is das nu mit dem tulip_cb ??
heisst der in neueren kernel versionen anders ?


--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




eth0 - PCMCIA - problem

2002-03-14 Thread klooz
Witam,

Mam zainstalowanego linuxa na notebooku. Jest to jedyny system na nim
zainstalowany. Do czasu jak miałem Debiana Potato 2.2r0 i w nim zawarte
modutils, pcmcia-cs, ne2k-pci etc. karta sieciowa działała bez żadnego
problemu. Postawnowiłem zrobić upgrade do woodyego. Karta sieciowa
przestała działać. Wiem, że sam kontroler PCMCIA działa. To widać w
logach, no i działa modem na PCMCIA :)

Podczas wkładania karty do któregokolwiek ze slotów kontrolera PCMCIA w
syslogu dostaje taka inforamcje:

Mar  7 11:40:06 localhost cardmgr[343]: unsupported card in socket 0
Mar  7 11:40:06 localhost cardmgr[343]:   product info: Network
Everywhere, Fast Ethernet 10/100 PC Card, 2.0,  
Mar  7 11:40:06 localhost cardmgr[343]:   manfid: 0x0149, 0xc1ab
function: 6 (network)

Zanim zrobiłem upgrade nie było żadnego problemu:

Feb 24 11:57:41 localhost cardmgr[147]: initializing socket 1
Feb 24 11:57:41 localhost cardmgr[147]: socket 1: NE2000 Compatible
Ethernet
Feb 24 11:57:41 localhost cardmgr[147]: executing: 'insmod
/lib/modules/2.2.17/pcmcia/8390.o'
Feb 24 11:57:41 localhost cardmgr[147]: executing: 'insmod
/lib/modules/2.2.17/pcmcia/pcnet_cs.o'
Feb 24 11:57:41 localhost kernel: eth0: NE2000 Compatible: io 0x300, irq
9, hw_addr 00:E0:98:89:BB:D1
Feb 24 11:57:41 localhost cardmgr[147]: executing: './network start eth0'

Czy jesteście w stanie podpowiedzieć mi jak uruchomić te karte?

Dodam jeszcze, że w ubiegłym roku miałem tylko woodyego i karta działała
bez problemu. Nie wiem co więcej wam napisać, żeby było jak najwięcej
informacji...

-- 
 Pozdrawiam,
Andrzej Kluz [EMAIL PROTECTED]











PCMCIA Problem mit Toshiba 2800-300 Laptop

2002-03-03 Thread Stefan Krauth

Hallo erstmal,

Nach einem nervenden Wochenende und ca 200 Kernelcompilier-
versuchen muss ich mich nun doch hier melden. 

Erstmal ein paar Daten: 

Toshiba 2800-300, 

PCMCIA Netzwerkkarte von Genius
lspci sagt: Digital Equipment Corporation DECchip 21142/43
(wird über den tulip_cb Treiber angesprochen bzw. über xircom_cb) 

und das PCMCIA selbst:
CardBus Bridge: Toshiba America Info Systems ToPIC95 (rev 07) 

Sound:
Yamaha Corporation YMF-754 [DS-1E Audio Controller] 

Kleiner Lebenslauf:
Die Woody-Installation vom Netz funktioniert einwandfrei. Wobei
auch hier das tulib_cb modul und der cardmgr von Hand nachgeladen
werden mussten. Nach dem Restart erstmal kein Sound. Modul ymf7xx
erfolgreich nachgeladen ertönt ein ständiges Brummen. Also Upgrade
auf Kernel-image-2.4.16. Gleiches Bild ... PCMCIA tut, Sound nicht.
Also versuchte das ganze selbst zu bauen. Resultat: Sound funktioniert
PCMCIA nicht.
Wobei das nicht ganz stimmt cardinfo erkennt ein Cardbus Hotplug device.
(Vorher hatte es eine: Tulip Based Ethernet Card erkannt)
Dabei bleibt es dann aber auch - keine Funktionalität und eth0 gibt es
nicht. Eigentlich ist alles geladen: i82365, ds, pcmcia_core, cb_enabler.
Was fehlschlägt ist: yenta_socket. (Meldung: can't init module)
Keine Ahnung warum .. alles stimmt soweit. Den Kernel noch
50 mal umcompiliert mit kleinen veränderungen .. mal die treiber im
Kernel, mal als Modul ... keine Verbesserung. Eine config meines 2.4.17er
Kernels gibts hier: http://www.silence-design.net/config.txt 

Witzigerweise liegten PCMCIA(beide Slots), Grafikkarte, Soundkarte und
Ethernet Controller auf IRQ 11. Ich bin mir nicht sicher ob das so stimmen
kann. 

Jedenfalls habe ich versucht mittel des Modulparameters irq_list=xx die 
Irq-Verteilung etwas fairer zu gestalten ... kein Erfolg. (oder heist der
Parameter anders ?). 

Aber wie kann das sein ?! wenn lspci die Informationen von der Netzwerk-
karte richtig ausgibt (DECchip ... ) dann kann doch noch nicht alles ver-
loren sein oder ? 

Zur Info:
Ich hatte RedHat 7.2 installiert. Selbes Symptom: PCMCIA geht, Sound brummt.
Hier wurde das Problem aber behoben als ich mit up2date mein System
aktualisiert hatte ... Das war dann 2.4.9. (wobei ich nicht glaube das das
am Kernel lag). 

Laut www.toshiba-tro.de sollte eigentlich alles einwandfrei funktionieren.
(die liefern auch nur SuSE und RedHat Anweisungen). 

... das mir jetzt keiner sagt ich solle doch RedHat drauf lassen *g* ... 

Jedenfalls bin ich mit meinem Latein am Ende. Und google konnte auch nicht
viel wissenswerten liefern :( 

Wäre super wenn ich hier Hilfe, Denkanstösse, sonstwas bekommen könnte. 

Gruß,
Stefan 


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: PCMCIA Problem mit Toshiba 2800-300 Laptop

2002-03-03 Thread Stefan Krauth

Hi,

ich muss gleich noch etwas hinzufügen: 

Thema Bios. Im Bios lässt sich der PCMCIA Mode einstellen.
Stelle ich ihn auf CardBus, kann das i82365 Modul nicht geladen werden.
Stelle ich ihn auf PCIC, kann das yenta_socket nicht geladen werden.
Stelle ich ihn auf Auto, kann das i82365 Modul nicht geladen werden. 

Meine Netzwerkkarte ist eine CardBus-Karte und cardinfo zeigt mir
den Eintrag CardBus Hotplug Device auch nur im Auto oder CardBus Modus.
Ansonnsten sagt er 'none'. 

Benötige ich villeicht nur entweder yenta_socker(CardBus) ODER i82360(PCIC)?
wie dem auch sei, ich bekomm's nicht gebacken :-( 

Gruß,
Stefan 

Stefan Krauth schreibt: 

 Hallo erstmal, 
 
 Nach einem nervenden Wochenende und ca 200 Kernelcompilier-
 versuchen muss ich mich nun doch hier melden.  
 
 Erstmal ein paar Daten:  
 
 Toshiba 2800-300,  
 
 PCMCIA Netzwerkkarte von Genius
 lspci sagt: Digital Equipment Corporation DECchip 21142/43
 (wird über den tulip_cb Treiber angesprochen bzw. über xircom_cb)  
 
 und das PCMCIA selbst:
 CardBus Bridge: Toshiba America Info Systems ToPIC95 (rev 07)  
 
 Sound:
 Yamaha Corporation YMF-754 [DS-1E Audio Controller]  
 
 Kleiner Lebenslauf:
 Die Woody-Installation vom Netz funktioniert einwandfrei. Wobei
 auch hier das tulib_cb modul und der cardmgr von Hand nachgeladen
 werden mussten. Nach dem Restart erstmal kein Sound. Modul ymf7xx
 erfolgreich nachgeladen ertönt ein ständiges Brummen. Also Upgrade
 auf Kernel-image-2.4.16. Gleiches Bild ... PCMCIA tut, Sound nicht.
 Also versuchte das ganze selbst zu bauen. Resultat: Sound funktioniert
 PCMCIA nicht.
 Wobei das nicht ganz stimmt cardinfo erkennt ein Cardbus Hotplug device.
 (Vorher hatte es eine: Tulip Based Ethernet Card erkannt)
 Dabei bleibt es dann aber auch - keine Funktionalität und eth0 gibt es
 nicht. Eigentlich ist alles geladen: i82365, ds, pcmcia_core, cb_enabler.
 Was fehlschlägt ist: yenta_socket. (Meldung: can't init module)
 Keine Ahnung warum .. alles stimmt soweit. Den Kernel noch
 50 mal umcompiliert mit kleinen veränderungen .. mal die treiber im
 Kernel, mal als Modul ... keine Verbesserung. Eine config meines 2.4.17er
 Kernels gibts hier: http://www.silence-design.net/config.txt  
 
 Witzigerweise liegten PCMCIA(beide Slots), Grafikkarte, Soundkarte und
 Ethernet Controller auf IRQ 11. Ich bin mir nicht sicher ob das so stimmen
 kann.  
 
 Jedenfalls habe ich versucht mittel des Modulparameters irq_list=xx die 
 Irq-Verteilung etwas fairer zu gestalten ... kein Erfolg. (oder heist der
 Parameter anders ?).  
 
 Aber wie kann das sein ?! wenn lspci die Informationen von der Netzwerk-
 karte richtig ausgibt (DECchip ... ) dann kann doch noch nicht alles ver-
 loren sein oder ?  
 
 Zur Info:
 Ich hatte RedHat 7.2 installiert. Selbes Symptom: PCMCIA geht, Sound 
 brummt.
 Hier wurde das Problem aber behoben als ich mit up2date mein System
 aktualisiert hatte ... Das war dann 2.4.9. (wobei ich nicht glaube das das
 am Kernel lag).  
 
 Laut www.toshiba-tro.de sollte eigentlich alles einwandfrei funktionieren.
 (die liefern auch nur SuSE und RedHat Anweisungen).  
 
 ... das mir jetzt keiner sagt ich solle doch RedHat drauf lassen *g* ...  
 
 Jedenfalls bin ich mit meinem Latein am Ende. Und google konnte auch nicht
 viel wissenswerten liefern :(  
 
 Wäre super wenn ich hier Hilfe, Denkanstösse, sonstwas bekommen könnte.  
 
 Gruß,
 Stefan 


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




embeded nic and wireless pcmcia problem

2002-02-20 Thread techlists
Okay, I have a laptop with an embedded nic, and A wireless Netgear MA401 PCMCIA 
card.  Both work fine except for one problem.

If the wireless nic is in on boot, once it boots I have to ifconfig eth0 down 
in order for the wlan0(wireless) to work.

Is there a way for the system to just recognize that the embedded in not being 
used, and that the pcmcia nic should be up?

Wayne

pcmcia problem after upgrade

1999-06-22 Thread Michael Roark
I am sure this has come up before, but I can't find the answer in the
archives. I just upgraded from 2.0 - 2.1 via apt-get. Everything seemed to go
smoothly, but the new card services won't recognize my ethernet card. It's a
Linksys Etherfast 10/100 PC Card (not Cardbus). I get a middle tone and low
tone when inserting the card. I checked and it seems to be using the right
IRQ. Any suggestions?

Michael


PCMCIA Problem

1999-06-08 Thread Stefano D'Ubaldi
Hello everybody,

I installed Debian 2.1 (kernel ver. 2.0.36)on my i386 PC. When I try to
load the PCMCIA base modules I get the message
'modules/lib/modules/2.0.36/pcmcia/i82365.o
 init_module:device or resource busy' and in
/var/log/messages 'kernel build:2.0.36 unknown
  Intel PCIC probe: not found'

How can I get throught it? 
__
DO YOU YAHOO!?
Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it


Re: PCMCIA Problem

1999-06-08 Thread Sergey V Kovalyov
 I installed Debian 2.1 (kernel ver. 2.0.36)on my i386 PC. When I try to
 load the PCMCIA base modules I get the message
 'modules/lib/modules/2.0.36/pcmcia/i82365.o
  init_module:device or resource busy' and in
 /var/log/messages 'kernel build:2.0.36 unknown
   Intel PCIC probe: not found'
 
 How can I get throught it? 

My guess - you have a different type of PCMCIA chip. When you configure
the PCMCIA (if I remember correctly, it is pcmcia-config program), it
tells you, that there are two differend kinds of chips and asks you to
select one. I guess yours is not Intel i82365, but the other one.

Sergey.


Re: PCMCIA problem

1997-01-15 Thread Brian Mays
Jose Oncina [EMAIL PROTECTED] writes:

   I am trying to install Debian 1.2 in a laptop, everything goes ok
 until I try to load the module of my PCMCIA card (the 3c589_cs).
 
 The program answers:
 
   Can't locate module 3c589_cs
 
 The same happened for any PCMCIA module.
 
 In order to solve this problem I opened another shell and I added
 the line:
   
 
   path[pcmcia]=/lib/modules/`uname -r`/pcmcia
 
 in
   
   /etc/conf.modules
 
 then it says:
 
   No dependency information for module
/lib/modules/2.0.27/pcmcia/3c589_cs.o
 
 then I execute:
 
   depmod -a
 
 and it says:
 
   Installation succeeded
 
 and the rest goes ok.
 
 When I reboot the system it loads the module but the net does not work!
 
 Why?

I'm not sure that I understand what you are trying to do.  Are you
trying to load the PCMCIA modules manually (that is, using insmod)?
The PCMCIA modules are not designed to be loaded this way.  Instead
they should be loaded automatically by the cardmgr program.

The cardmgr program monitors the PCMCIA sockets and loads the
appropriate device drivers (kernel module) when a card is inserted.
This way the user doesn't need specify any PCMCIA modules to load in
the /etc/modules file nor must he supply a path to the PCMCIA modules'
location in the /etc/conf.modules file.  Instead, the appropriate
modules are loaded automatically for all PCMCIA cards that have been
inserted into the computer.  Furthermore, the modules are loaded and
removed automatically as new cards are inserted and replaced.

For Debian users, PCMCIA support is provided in two complimentary
packages: pcmcia-cs and pcmcia-modules-kernel_version.  The
pcmcia-modules.. package contains the kernel modules, and the
pcmcia-cs package provides the cardmgr program, its configuration
files, some auxiliary programs, and documentation.  Both of these
packages are needed for PCMCIA support.

If you are using a PCMCIA network card, you should know that the
network information should go in the /etc/pcmcia/network.opts file
(found in the pcmcia-cs package) and NOT in the /etc/init.d/network
file.  This is important.  Your PCMCIA network card will not be able
to reach your network if you try to establish the network connection
in the /etc/init.d/network file.

-- 
Brian


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


PCMCIA problem

1997-01-14 Thread Jose Oncina
Hello,

  I am tring to instal Debian 1.2 in a laptop, everythins goes ok
until I try to load the module of my PCMCIA card (the 3c589_cs).

The program ansewers:

  Can't locate module 3c589_cs

The same happend for any PCMCIA module.

In order to solve this problem I opened an other sehel an I add
the line:
  

  path[pcmcia]=/lib/modules/`uname -r`/pcmcia

in
  
  /etc/conf.modules

then it says:

  No dependancy information for module
   /lib/modules/2.0.27/pcmcia/3c589_cs.o

then I execute:

  depmod -a

and it says:

  Instalation succeeded

and the rest goes ok.


When I reboot the system it loads the module but the net does no work!

Why?

   Jose


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


PCMCIA problem on Toshiba Satellite Pro 410CDT Solved but what about X?

1997-01-10 Thread Nico De Ranter
Howdy,

I managed to install Debian on my Toshiba (thanks to all who helped).  However
I'm still having problems with X.  I managed to create a decent XF86Config file
however when I return to text-mode after running startx, my screen starts
making a very high pitched noise (hope this is correct English :-).  I guess
I'm somehow trying to run my screen on a wrong frequency, but I have no idea
where to start looking (the size in X seems wright, the frequency in xvidtune
is a bit off (60.3Hz in stead of 60Hz but that shouldn't bother).  The strange
thing is that I only get the noise when I'm back in textmode afterwards, not
when I'm running X?

Any suggestions?

Thanks in advance,

Nico.

-- 
--
Nico De Ranter
Sony Objective Composer (SOCOM)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 17 41 Telefax: +32 2 726 26 86
e-mail: [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


PCMCIA problem on Toshiba Satellite Pro 410CDT Solved but what about X?

1997-01-10 Thread Terrence M. Brannon
Nico De Ranter writes:
  Howdy,
  
  I managed to install Debian on my Toshiba (thanks to all who helped).  
  However
  I'm still having problems with X.  I managed to create a decent XF86Config 
  file
  however when I return to text-mode after running startx, my screen starts

Consult the Linux Laptop page for the toshiba 100CS. It worked  for my
2150CDS.
http://www.cs.utexas.edu/users/kharker/linux-laptop/

I can mail you my XF86 config when I log off--- didnt start windows so
cant get to it now! Email me if you need it.




-- 
terrence brannon [EMAIL PROTECTED]  telephones: home: 818-844-6401
360 S. Euclid Ave #124, Pasadena, CA 91101  /o)\fax: 213-740-5687
http://rana.usc.edu:8376/~brannon   \(o/ that's right, 56*8*7


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: PCMCIA problem on Toshiba Satellite Pro 410 CDT

1997-01-09 Thread Richard G. Roberto
On Wed, 8 Jan 1997, Nico De Ranter wrote:

 
 Hi,
 
 I just tried to install Debian on a Toshiba Satellite Pro 410 CDT with a 3Com
 Etherlink III PCMCIA network adapter.  I wanted to install Debian using NFS 
 but
 the installation disks do not seem to recognize my PCMCIA-adapter (it doesn't
 even start thinking about the pcmcia network adapter).  Does anybody know how
 to install Debian on this machine.  I really don't feel like putting 
 everything
 on disks :-) and I do not have a CDROM distribution.

Exactly what do you have installed?  I installed on a couple of
Tecra laptops by putting base on a dos formatted partition I
later used for swap.  I only needed to have the two floopies and
mount the dos partition.  I also put the pcmcia-modules and
pcmcia-cs packages on the same partition so I only had to do a
dpkg -i on those packages and I had networking!  I used dselect's
ftp method to do the rest of the install, where I grabbed
pcmcia-source so I could mess around with custom kernels of
various revs and recompile the pcmcia modules.

The important thing to tell you about this setup is to _not_
configure the network in the dinstall process.  That will only
confuse the pcmcia startup.  Let the pcmcia package take care of
configuring the network.

Good luck.

Richard G. Roberto
[EMAIL PROTECTED]
011-81-3-3437-7967 - Tokyo, Japan


--
***
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
***


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


PCMCIA problem on Toshiba Satellite Pro 410 CDT

1997-01-08 Thread Nico De Ranter

Hi,

I just tried to install Debian on a Toshiba Satellite Pro 410 CDT with a 3Com
Etherlink III PCMCIA network adapter.  I wanted to install Debian using NFS but
the installation disks do not seem to recognize my PCMCIA-adapter (it doesn't
even start thinking about the pcmcia network adapter).  Does anybody know how
to install Debian on this machine.  I really don't feel like putting everything
on disks :-) and I do not have a CDROM distribution.


Thanks in advance,

Nico.


-- 
--
Nico De Ranter
Sony Objective Composer (SOCOM)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 17 41 Telefax: +32 2 726 26 86
e-mail: [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]