Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
beim systemstart wird der mountpoint für usb nicht gefunden
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
TyphoonPower
n00b
n00b


Joined: 27 Feb 2005
Posts: 25

PostPosted: Sat Mar 05, 2005 12:33 pm    Post subject: beim systemstart wird der mountpoint für usb nicht gefunden Reply with quote

hallo zusammen,

ich bekomm beim systemstart immer die warnung

Code:
Mounting local filesystem....                  [ok]
Mounting USB device filesystem (usbfs)....
Failed to mount USB device filesystem          [!!]


und weiss nicht, was da schiefläuft, bzw. wie ich das problem lösen soll.

ich hab schon versucht, in den logfiles zu suchen, weiss aber nicht in welchem logfile zu suchen ist, bzw., wo die ganzen logfiles abgelegt sind. als system-logger benutze ich syslog-ng

für alle tipps schon mal danke
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Mar 05, 2005 12:47 pm    Post subject: Reply with quote

Hi,

Zeig mal bitte deine "/etc/fstab". Nutz du udev oder devfs? Hast du coldplug oder hotplug installiert, bzw. was zeigt die Ausgabe von "rc-update show"?
Back to top
View user's profile Send private message
/dev/blackhawk
Guru
Guru


Joined: 12 Feb 2004
Posts: 380
Location: Germany

PostPosted: Sat Mar 05, 2005 12:54 pm    Post subject: Reply with quote

Ist 'libusb' installiert?

MFG

/dev/blackhawk
Back to top
View user's profile Send private message
TyphoonPower
n00b
n00b


Joined: 27 Feb 2005
Posts: 25

PostPosted: Sat Mar 05, 2005 1:11 pm    Post subject: Reply with quote

hi,

also coldplug und hotplug hab ich installiert.
die /etc/fstab sieht folgendermaßen aus:

Code:

# <fs>          <mountpoint>    <type>     <opts>         <dump/pass>

/dev/hda2      /boot      ext3      noauto,noatime      1 2
/dev/hda3      none      swap      sw                   0 0
/dev/hda4      /      ext3      noatime                  0 1
/dev/cdroms/cdrom0   /mnt/cdrom   auto      noauto,user  0 0

none         /proc      proc      defaults              0 0
none         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0
none         /proc/bus/usb   usbfs      defaults         0 0


deine frage, ob ich udev oder devfs nutze, kann ich net beantworten, da ich net weiss, was damit gemeint ist
Back to top
View user's profile Send private message
TyphoonPower
n00b
n00b


Joined: 27 Feb 2005
Posts: 25

PostPosted: Sat Mar 05, 2005 1:17 pm    Post subject: Reply with quote

@ /dev/blackhawk

also libusb hab ich mittlerweile auch installiert. beim anschließenden reboot kam allerdings wieder besagte fehlermeldung.
muss man das libusb nach der installation noch irgendwie einbinden? :?:

mfg
Back to top
View user's profile Send private message
/dev/blackhawk
Guru
Guru


Joined: 12 Feb 2004
Posts: 380
Location: Germany

PostPosted: Sat Mar 05, 2005 1:30 pm    Post subject: Reply with quote

Außer, wie Du es bereits gemacht hast, in der 'fstab' nicht.

MFG

/dev/blackhawk
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Sat Mar 05, 2005 1:39 pm    Post subject: Reply with quote

Ändere mal bitte die Zeile bezgl. "usbfs" in deiner fstab von:
Code:

...
none       /proc/bus/usb  usbfs    defaults    0     0
....

zu
Code:

usbfs       /proc/bus/usb  usbfs    defaults    0     0
Back to top
View user's profile Send private message
TyphoonPower
n00b
n00b


Joined: 27 Feb 2005
Posts: 25

PostPosted: Sat Mar 05, 2005 2:05 pm    Post subject: Reply with quote

hab jetzt die fstab auf deinen rat hin abgeändert, hat aber nichts genützt. beim reboot kam der fehler bzw. die warnung erneut.
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Sat Mar 05, 2005 2:13 pm    Post subject: Reply with quote

Versuche das mal per Hand zu mounten, vielleicht bekommst du dann eine aussagekräftigere Fehlermeldung.
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Sat Mar 05, 2005 2:21 pm    Post subject: Reply with quote

Ich habe eine USB Maus, ein USB Kabelmodem, eine USB Kamera und einen USB Stick im Betrieb.
Ich habe aber weder
none /proc/bus/usb usbfs defaults 0 0
noch
usbfs /proc/bus/usb usbfs defaults 0 0
in meiner fstab.
Back to top
View user's profile Send private message
TyphoonPower
n00b
n00b


Joined: 27 Feb 2005
Posts: 25

PostPosted: Sat Mar 05, 2005 2:51 pm    Post subject: Reply with quote

@flammenflitzer: wenn du diesen eintrag in deiner fstab nicht hast, was hast du dann für einstellungen vorgenommen oder module im kernel drin, dass dir der usb-stick erkannt wird. der wird nämlich bei mir noch nicht erkannt. die maus allerdings läuft mittlerweile mit usb.
Back to top
View user's profile Send private message
TyphoonPower
n00b
n00b


Joined: 27 Feb 2005
Posts: 25

PostPosted: Sat Mar 05, 2005 3:03 pm    Post subject: Reply with quote

@Anarcho: ich hab jetzt mal das verzeichnis /dev/bus/usb von hand gemounted, da hat mir das system doch tatsächlich gesagt,

Code:

mount: usbfs already mounted or /proc/bus/usb busy
mount: according to mtab, usbfs is already mounted on /proc/bus/usb


also das ding wäre bereits gemounted. jetzt versteh ich gar nix mehr. :roll:
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Sat Mar 05, 2005 4:29 pm    Post subject: Reply with quote

Code:

 cat /usr/src/linux/.config | grep USB | grep \# -v   
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
CONFIG_DVB_DIBUSB=m
CONFIG_DVB_DIBUSB_MISDESIGNED_DEVICES=y
CONFIG_DVB_B2C2_USB=m
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_MIDI=m
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_OV511=m
CONFIG_USB_SE401=m
CONFIG_USB_USBNET=y
CONFIG_USB_CDCETHER=y


Und vielleicht noch das

Code:

cat /usr/src/linux/.config | grep MTD | grep \# -v
CONFIG_MTD=m
CONFIG_MTD_PARTITIONS=y
CONFIG_MTD_CONCAT=m
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
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