View previous topic :: View next topic |
Author |
Message |
sense.d n00b
Joined: 07 Feb 2003 Posts: 62
|
Posted: Thu Jul 01, 2004 9:12 am Post subject: Problem mit Xircom R2BE-100 CardBus Card |
|
|
hallo leute...
ich benutze kernel 2.6.6 und hab mir eine xircom r2be-100 pcmcia karte reingesteckt...
funktionierte auf anhieb... (Dacht ich zumindest)
hab aber das problem, dass wenn ich die karte beim hochfahren eingesteckt lasse, er bei der dateisystemerkennung der festplatte einfriert....
mach ich sie raus funktioniert alles einwandfrei... steck ich sie eben später ein...
nur merke ich, dass sie bei weitem nicht die 100 mbit bringt, die sie bringen sollte... beim mp3 hören übers netz stockt er alle 5 -10 sekunden...
habe gelesen, dass die treiber für diese karte noch mehr oder weniger experimental sind (kernel-2.4+)... ist das immernoch so?
wie löse ich das problem?
cat /proc/pci:
Code: | ...
Bus 6, device 0, function 0:
Ethernet controller: Xircom Cardbus Ethernet 10/100 (#9) (rev 3).
IRQ 9.
Master Capable. Latency=64. Min Gnt=20.Max Lat=40.
I/O at 0x4800 [0x487f].
Non-prefetchable 32 bit memory at 0x11000000 [0x110007ff].
Non-prefetchable 32 bit memory at 0x11000800 [0x11000fff].
... |
cardctl status
Code: | Socket 0:
no card
Socket 1:
3.3V CardBus card
function 0: [ready]
|
cardctl ident
Code: | Socket 0:
no product info available
Socket 1:
no product info available
|
hoffe ihr könnt mir da weiter helfen
achja im kernel hab ich sämtliche pcmcia NIC-Treiber als Modul kompiliert...
kann das sein, dass der fälschlicherweise die karte mit dem xircom 16-bit modul lädt?!
mein netzwerkswitch zeigt nur 10mbit an
danke
gruß
sensed |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Thu Jul 01, 2004 5:45 pm Post subject: |
|
|
Install mal mii-tool, vielleicht kann dir das genauere Infos liefern. _________________ Dinosaur week! (Ok, this thread is so last week) |
|
Back to top |
|
|
sense.d n00b
Joined: 07 Feb 2003 Posts: 62
|
Posted: Thu Jul 01, 2004 7:20 pm Post subject: |
|
|
unter welchem namen kann ich das mii-tool mergen? mit "mii-tool" hats nicht geklappt |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Thu Jul 01, 2004 7:38 pm Post subject: |
|
|
Oh, sorry. Da habe ich jetzt sowieso etwas durcheinander gebracht. Versuchs mal mit mii-diag (zu finden in sys-apps/mii-diag) und mii-tool -v (zu finden in sys-apps/net-tools). _________________ Dinosaur week! (Ok, this thread is so last week) |
|
Back to top |
|
|
sense.d n00b
Joined: 07 Feb 2003 Posts: 62
|
Posted: Mon Jul 05, 2004 10:30 am Post subject: |
|
|
ok dabei kam raus:
Code: | root@flachmann sensed # mii-tool -v
eth0: negotiated 100baseTx-HD, link ok
product info: vendor 00:10:18, model 51 rev 1
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-HD 10baseT-HD
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
root@flachmann sensed # mii-diag
Using the default interface 'eth0'.
Basic registers of MII PHY #0: 1000 782d 0040 6331 00a1 45e1 0005 2001.
The autonegotiated capability is 00a0.
The autonegotiated media type is 100baseTx.
Basic mode control register 0x1000: Auto-negotiation enabled.
You have link beat, and everything is working OK.
Your link partner advertised 45e1: Flow-control 100baseTx-FD 100baseTx 10baseT-FD 10baseT, w/ 802.3X flow control.
End of basic transceiver information.
|
und nun?
scheint ja alles ok... aber es funzt trotzdem nicht... |
|
Back to top |
|
|
|