Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SDCard Zugriff nicht möglich (gelöst)
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
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Thu Apr 09, 2009 2:35 pm    Post subject: SDCard Zugriff nicht möglich (gelöst) Reply with quote

Hallo,

habe hier gnome auf gentoo 2.6.29-r1 Kernel.

Wenn ich meinen Cardreader mit eingelegter SD Karte einstecke bekomme ich leider keinen Zugriff.
Das Log sieht wie folgt aus:
Code:
Apr  9 16:33:12 Linuxserver sd 7:0:0:0: [sdf] Attached SCSI removable disk
Apr  9 16:33:12 Linuxserver sd 7:0:0:0: Attached scsi generic sg6 type 0
Apr  9 16:33:12 Linuxserver usb-storage: device scan complete
Apr  9 16:33:20 Linuxserver usb 2-5: new high speed USB device using ehci_hcd and address 4
Apr  9 16:33:20 Linuxserver usb 2-5: New USB device found, idVendor=0aec, idProduct=3260
Apr  9 16:33:20 Linuxserver usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr  9 16:33:20 Linuxserver usb 2-5: Product: USB Storage Device
Apr  9 16:33:20 Linuxserver usb 2-5: Manufacturer: Generic
Apr  9 16:33:20 Linuxserver usb 2-5: SerialNumber: 0AEC326000001A000
Apr  9 16:33:20 Linuxserver usb 2-5: configuration #1 chosen from 1 choice
Apr  9 16:33:20 Linuxserver scsi8 : SCSI emulation for USB Mass Storage devices
Apr  9 16:33:20 Linuxserver usb-storage: device found at 4
Apr  9 16:33:20 Linuxserver usb-storage: waiting for device to settle before scanning
Apr  9 16:33:25 Linuxserver scsi 8:0:0:0: Direct-Access     Generic  USB Storage-CFC  I20A PQ: 0 ANSI: 0 CCS
Apr  9 16:33:25 Linuxserver sd 8:0:0:0: [sdf] Attached SCSI removable disk
Apr  9 16:33:25 Linuxserver sd 8:0:0:0: Attached scsi generic sg6 type 0
Apr  9 16:33:25 Linuxserver usb-storage: device scan complete


Nur leider erscheint nichts unter dem Eintrag Compact Flash-Laufwerk in gnome Orte...

Die SD Card ist mit fat32 formatiert. Der vfat Support ist fest im Kernel einkompiliert.

Was kann man da tun? Zugriff per /dev/sdf habe ich auch nicht...weder mit fdisk noch mit cat.

G. R.


Last edited by Tinitus on Thu Apr 16, 2009 7:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
69719
l33t
l33t


Joined: 20 Sep 2004
Posts: 865

PostPosted: Thu Apr 09, 2009 2:48 pm    Post subject: Re: SDCard Zugriff nicht möglich Reply with quote

Tinitus wrote:
Zugriff per /dev/sdf habe ich auch nicht...weder mit fdisk noch mit cat.

Also root oder als User?
Wie sieht es denn mit /dev/sg6 aus?
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2406
Location: Germany

PostPosted: Fri Apr 10, 2009 5:48 pm    Post subject: Reply with quote

Hmm poppt auch nix auf?

Also natürlich sollte das device auf fdisk usw reagieren. Aber vielleicht versteckt es sich durch automatischer Mountfunktion auch unerwartet unter /media/$NAME-Der-Karte bei mir hängen da jetzt seit "kurzem" immer meine USB-Sticks... (dabei mochte ich mein altmodisches, manuelles einhängen ohne edev/udev, also durch fstab in /mnt/mein-usb-stick)
Back to top
View user's profile Send private message
Aldo
Guru
Guru


Joined: 15 Jan 2003
Posts: 440
Location: Cologne, Germany

PostPosted: Sat Apr 11, 2009 4:55 pm    Post subject: Reply with quote

Ist die SD-Karte größer als 2 GB?
Mein interner Cardreader liest bzw erkennt nur Karten bis 2 GB, alles was gößer ist (z.B. meine 4 GB-Card) muss ich über einen externen Reader nutzen.
Schau mal ob das bei dir der Fall ist.
_________________
Abit A-N78-HD
Phenom 9750
8 GB Ram
Linux 2.6.29-gentoo
FreeBSD 7.2
Back to top
View user's profile Send private message
69719
l33t
l33t


Joined: 20 Sep 2004
Posts: 865

PostPosted: Sat Apr 11, 2009 7:13 pm    Post subject: Reply with quote

Aldo wrote:
Ist die SD-Karte größer als 2 GB?
Mein interner Cardreader liest bzw erkennt nur Karten bis 2 GB, alles was gößer ist (z.B. meine 4 GB-Card) muss ich über einen externen Reader nutzen.
Schau mal ob das bei dir der Fall ist.

Dann kann er wohl mit SDHC nicht umgehen.
Back to top
View user's profile Send private message
Aldo
Guru
Guru


Joined: 15 Jan 2003
Posts: 440
Location: Cologne, Germany

PostPosted: Sat Apr 11, 2009 10:34 pm    Post subject: Reply with quote

escor wrote:
Dann kann er wohl mit SDHC nicht umgehen.

Also mein interner Reader nicht.
Aber vielleicht hat Tinitus ja auch so ein Teil. Das würde sein Problem dann erklären.
_________________
Abit A-N78-HD
Phenom 9750
8 GB Ram
Linux 2.6.29-gentoo
FreeBSD 7.2
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4712
Location: Germany

PostPosted: Sun Apr 12, 2009 11:22 am    Post subject: Reply with quote

Bei Cardreadern mit mehreren Laufwerken wird auch häufig
Code:
CONFIG_SCSI_MULTI_LUN=y
im Kernel benötigt, ist dies bei dir gesetzt?
Back to top
View user's profile Send private message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Thu Apr 16, 2009 7:51 pm    Post subject: Reply with quote

Josef.95 wrote:
Bei Cardreadern mit mehreren Laufwerken wird auch häufig
Code:
CONFIG_SCSI_MULTI_LUN=y
im Kernel benötigt, ist dies bei dir gesetzt?


Hi,
das war es...steht auch im Wiki..auch wie man es temporär einschaltet...

Danke

G. R.
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