Re: CompactFlash-Karten

From: Stefan Jahn <stefan.jahn(at)nemesis-sektor.de>
Date: Thu, 5 Dec 2002 22:10:48 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hallo,

Am Donnerstag, 5. Dezember 2002 21:33 schrieb Bernd Walter:
> Ne - das muß eine andere Ursache haben.
> Der Patch ist für OHCI Controller eindeutig notwendig und wirkt sich
> darauf auch nicht aus.
> Hast du im aktuellen Kernel immer noch umass eincompiliert?
> kldstat -v | grep umass sollte dir das sagen:
> [51]cicely13# kldstat -v | grep umass
> 33 uhub/umass

Ok, jetzt hab ich wieder umass drin (diemal über make buildkernel).

Eine Ausgabe von "usbdevs -dv" bringt immer noch die selbe Meldung wie
schon gemailt. Der Kartenleser erscheint nicht:
|Controller /dev/usb0:
|addr 1: self powered, config 1, OHCI root hub(0x0000), SiS(0x0000), rev 1.00
| uhub0
| port 1 addr 2: low speed, power 100 mA, config 1, USB Mouse(0xc00c),
|Logitech(0x046d), rev 6.20
| ums0
| port 2 powered

Was mir komisch vorkommt ist das dein Patch die Zeile 1810 angibt und bei mir
ist es die Zeile 1530:

- --- ohci.c.orig Thu Dec 5 20:57:44 2002
+++ ohci.c Thu Dec 5 21:00:46 2002
@@ -1530,7 +1530,7 @@
        SPLUSBCHECK;
 
        /* XXX */
- - for (p = head; p == NULL && p->next != sed; p = p->next)
+ for (p = head; p != NULL && p->next != sed; p = p->next)
                ;
        if (p == NULL)
                panic("ohci_rem_ed: ED not found\n");

Ist die einzigste Fundstelle die ich gefunden habe. Habe die Änderung manuell
vorgenommen per Editor.

Gruß & Danke,
Stefan

- --
Stefan Jahn | ICQ: 156608868 (Zeiram)
mailto:stefan.jahn(at)nemesis-sektor.de | AIM: Gueggel
http://www.nemesis-sektor.de | FAX: 01212-511286355
http://www.oberdoerfler-schlitzohren.de |
- ----------------------------------------+------------------------
PGP-Key: http://www.nemesis-sektor.de/pgp.txt
Fingerprint: F5C3 3949 1130 D838 CBAF 2028 CF6C 5FE3 797C 6C02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE978Dez2xf43l8bAIRAoLmAJwNASD6/BFqHbYdMkcScyE5dhVyaQCcDIfL
4jby5AVV4sueWGubTUVX5VE=
=unqm
-----END PGP SIGNATURE-----

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 05 Dec 2002 - 22:11:39 CET

search this site