Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
T-Sinus 154 Card WLAN PCMCIA funkt nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Wed Oct 13, 2004 4:33 pm    Post subject: T-Sinus 154 Card WLAN PCMCIA funkt nicht Reply with quote

Hallo,

naja wie der Titel schon ziemlich genau sagt, habe ich mit der WLAN Karte,
T-Sinus 154 Card große Probleme.

Ok, man könnte sagen, man kauft auch keine Hardware bei der Telekom,
aber sie war billig und ich habe eben den Fehler gemacht, 'tschuldigung!

lspci -v
Code:
0000:02:00.0 Network controller: Intersil Corporation Intersil ISL3890 [Prism GT/Prism Duette] (rev 01)
        Subsystem: Accton Technology Corporation: Unknown device b301
        Flags: bus master, medium devsel, latency 56, IRQ 10
        Memory at 20800000 (32-bit, non-prefetchable)
        Capabilities: [dc] Power Management version 1

lspci -vn
Code:
0000:02:00.0 Class 0280: 1260:3890 (rev 01)
        Subsystem: 1113:b301
        Flags: bus master, medium devsel, latency 56, IRQ 10
        Memory at 20800000 (32-bit, non-prefetchable)
        Capabilities: [dc] Power Management version 1


Versuch 1:
Prism54 als Kernel-Modul

Code:
Loaded prism54 driver, version 1.2
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 10 (level, low) -> IRQ 10
eth1: islpci_open()
eth1: resetting device...
eth1: uploading firmware...
eth1: firmware uploaded done, now triggering reset...
eth1: device soft reset timed out
eth1: timeout waiting for mgmt response 1000, triggering device
eth1: timeout waiting for mgmt response
eth1: timeout waiting for mgmt response 1000, triggering device
eth1: timeout waiting for mgmt response
eth1: timeout waiting for mgmt response 1000, triggering device
eth1: timeout waiting for mgmt response
eth1: timeout waiting for mgmt response 1000, triggering device
eth1: timeout waiting for mgmt response
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgmt tx queue is still full
eth1: mgt_commit has failed. Restart the device
eth1: removing device
eth1: islpci_close ()
dhcpcd[14889]: recvfrom: Network is down
dhcpcd[14889]: dhcpStop: ioctl SIOCSIFADDR: No such device
dhcpcd[14889]: dhcpStop: ioctl SIOCSIFFLAGS: No such device
Unloaded prism54 driver


Versuch 2:
ndiswrapper

Code:
ndiswrapper version 0.11 loaded (preempt=no,smp=no)
loadndisdriver: loadndisdriver: main(479): version 0.11 started
devfsd[935]: error calling: "unlink" in "GLOBAL"
devfsd[935]: error calling: "unlink" in "GLOBAL"
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 10 (level, low) -> IRQ 10
ndiswrapper: using irq 10
wlan0: ndiswrapper ethernet device 00:30:f1:cd:0a:07 using driver ts154icb
wlan0: encryption modes supported: WEP, WPA with TKIP, AES/CCMP
ndiswrapper: driver ts154icb () added
net.agent[14996]: add event not handled


Mit dem Kernel-Modul geht die Karte gar nicht, mit ndiswrapper geht die Karte genau wie unter Win nur ganz kurze Zeit,
danach crasht mir das ganze System, Linux friert einfach ein, Win XP Bluescreen!

Kennt jemand eine baugleiche Karte, da die T-Com bestimmt nicht ihre eigenen Karten produziert,
würde es mich sehr interessieren welche Originalkarte da ihr Unwesen treibt
bzw. ob es mit anderen Treibern besser gehen würde?!
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
3of10
n00b
n00b


Joined: 28 Mar 2004
Posts: 66
Location: München

PostPosted: Fri Oct 15, 2004 10:42 am    Post subject: Reply with quote

Hallo ank!

Zu Deinem Versuch 1, das Problem ist nicht unbekannt ;) Auf dem nachfolgenden Link findest Du eine Lösung dafür.

http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=97
_________________
Gruß / kind regards,
3of10

C / C++ / Java Software Developer
Back to top
View user's profile Send private message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Fri Oct 15, 2004 3:19 pm    Post subject: Reply with quote

Hi,

hatte ja schon fast die Hoffnung aufgegeben,
dass mir noch jemand zu Hilfe kommt.

Also ich habe jetzt folgendes gemacht;
Quote:
Alternatively, you can try this dirty patch to prism54:
(Based on a relatively actual CVS)
In islpci_hotplug.c at line 298 -
printk(KERN_NOTICE "%s: got resume request\n", ndev->name);

Insert after the above line -
pci_enable_device(pdev);


Hat allerdings überhaupt nichts gebracht, so wie ich den Bugreport verstanden habe,
tritt das Problem bei den SMC Karten nur auf, wenn das Laptop aus dem Standby bzw. Ruhezustand wieder aufwacht.
Das ist bei mir aber nicht der Fall sondern ich bekomme die Karte
auch nicht zum Laufen wenn ich normale hochfahre...
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
ank666
Guru
Guru


Joined: 12 May 2004
Posts: 319
Location: CO/BY/DE

PostPosted: Sat Oct 16, 2004 2:44 pm    Post subject: Reply with quote

Ohh man, das scheint ja eine neverending story zu werden...

Habe heute mal die Prism54 CVS Treiber angetestet,
aber (noch) keinen Erfolg!

Kerneloption pci=biosirq
Code:
Loaded prism54 driver, version 1.2
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 10 (level, low) -> IRQ 10
eth1: resetting device...
eth1: uploading firmware...
eh1: firmware version: 1.0.4.3
eth1: firmware upload complete
eth1: no 'reset complete' IRQ seen - retrying
eth1: no 'reset complete' IRQ seen - retrying
eth1: interface reset failure
prism54: Your card/socket may be faulty, or IRQ line too busy :(
dhcpcd[14413]: dhcpStart: ioctl SIOCSIFFLAGS: Timer expired

Kerneloption noacpi apic=off
Code:
Loaded prism54 driver, version 1.2
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
PCI: No IRQ known for interrupt pin A of device 0000:02:00.0. Please try using pci=biosirq.
eth1: could not install IRQ handler
prism54: probe of 0000:02:00.0 failed with error -5
dhcpcd[4351]: dhcpStart: ioctl SIOCGIFHWADDR: No such device


Kann mir denn niemand der Linux WLAN Götter helfen? :roll:
_________________
Auf der Verpackung stand benötigt Windows 9x/2000/XP oder BESSER, deshalb hab ich Linux installiert
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum