Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[usb] monté mais problêmes...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Gentoo_Lover
l33t
l33t


Joined: 10 Jun 2004
Posts: 707
Location: ln -s France/Aquitaine/Bordeaux/ Localisation

PostPosted: Thu Feb 17, 2005 3:51 pm    Post subject: [usb] monté mais problêmes... Reply with quote

rebonjour à tous me voila à essayer depuis 2h a peux pres de monter mon usbfs sur /proc/bus/usb comme indiqué dans la hanndbook mais il ne veut pas me le monter au boot , pourtant il capte que c'est du usbfs mais aprés j'ai le droit à
Code:

* Failed to mount usbfs [!!]

ou quelque chose dans le genre pourtant voici mon fstab
:
Code:
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

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

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda2      /boot      ext2      noauto,noatime      1 2
/dev/hda4      /      ext3      noatime         0 1
/dev/hda3      none      swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro      0 0
#/dev/fd0      /mnt/floppy   auto      noauto         0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

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



et ensuite voici mon .config de kernel 2.6.10-r6 pourtant j'ai bien mis l'usb :

Code:

# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_AUDIO=y
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=m

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_RW_DETECT=y
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set

#
# USB Input Devices
#
CONFIG_USB_HID=y

CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
CONFIG_USB_RTL8150=m
CONFIG_USB_USBNET=m

#
# USB Host-to-Host Cables
#
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_GENESYS=y
CONFIG_USB_NET1080=y
CONFIG_USB_PL2301=y
CONFIG_USB_KC2190=y

#
# Intelligent USB Devices/Gadgets
#
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_ZAURUS=y
CONFIG_USB_CDCETHER=y

#
# USB Network Adapters
#
CONFIG_USB_AX8817X=y

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_TEST is not set

#
# USB ATM/DSL drivers
#

#
# USB Gadget Support
#
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG_FILES is not set
CONFIG_USB_GADGET_NET2280=y
CONFIG_USB_NET2280=m
# CONFIG_USB_GADGET_PXA2XX is not set
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_SA1100 is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
# CONFIG_USB_GADGET_OMAP is not set
CONFIG_USB_GADGET_DUALSPEED=y
# CONFIG_USB_ZERO is not set
# CONFIG_USB_ETH is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FILE_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
(partie usb uniquement)

donc je ne comprend pas peut être un truc en M qui faut mettre en dd ou j'en sais rien je ne trouve pas :(
vous pouvez m'aider sa serai simpas :wink:
_________________
My fvwm desktop screen : http://romain.perier.free.fr/fvwm/fvwm-last.png

http://www.gentoofr.org


Last edited by Gentoo_Lover on Thu Feb 17, 2005 6:30 pm; edited 3 times in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Feb 17, 2005 3:56 pm    Post subject: Reply with quote

que donne un :

Code:
mount none -t usbfs /proc/bus/usb/


:?:
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3636
Location: Belgium

PostPosted: Thu Feb 17, 2005 4:02 pm    Post subject: Re: [usb] je n'arrive pas à le monter .... Reply with quote

Gentoo_Lover wrote:
Code:
none                    /proc/bus/usb   usbfs           defaults                0 0

Moi j'ai :
Quote:
usbdevfs /proc/bus/usb usbdevfs defaults,noauto 0 0

et ça marche :cool:
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Feb 17, 2005 4:08 pm    Post subject: Reply with quote

moi j'ai mieux ...

rien concernant le usbfs dans mon fstab ..

donc je peux vivre sans :D
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
Gentoo_Lover
l33t
l33t


Joined: 10 Jun 2004
Posts: 707
Location: ln -s France/Aquitaine/Bordeaux/ Localisation

PostPosted: Thu Feb 17, 2005 4:11 pm    Post subject: Reply with quote

kernel_sensei wrote:
que donne un :

Code:
mount none -t usbfs /proc/bus/usb/


:?:


çà me retourne :
Code:

mount : none est déjà monté ou /proc/bus/usb est occupé


le message exacte du boot est :
Code:

*Mounting USB device filesystem(usbfs)...
*Failed to mount USB device filesystem   [!!]


le plus bizarre c'est que en faisant un cat /proc/mounts j'ai :
Code:

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

8O

@ghoti : j'essais et je te confirme !

sinon vous avez une idée ?:cry:
_________________
My fvwm desktop screen : http://romain.perier.free.fr/fvwm/fvwm-last.png

http://www.gentoofr.org
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Thu Feb 17, 2005 4:18 pm    Post subject: Reply with quote

je ne comprend pas vraiment ce que tu recherches à monter, pourrais-tu m'éclairer là-dessus.
Parce que je sais par exemple, si tu essayes de monter une clef usb qui a été utilisée et formatée par windob tu dois la monter en vfat .....
Back to top
View user's profile Send private message
Gentoo_Lover
l33t
l33t


Joined: 10 Jun 2004
Posts: 707
Location: ln -s France/Aquitaine/Bordeaux/ Localisation

PostPosted: Thu Feb 17, 2005 4:21 pm    Post subject: Reply with quote

j'essais tout simplement de monter mes périphériques usb , comme par exemple mon sagem fast 800 dont j'ai installé les drivers mais il ne me rest plus que ce problême à résoudre et ensuite a moi le net sous ma nouvelle gentoo ....

suite au messages que je vous ais passé , vous avez pas une idée ?
ps : est ce que mes config kernel sur l'usb ci dessus ont l'air conrrectes ?
_________________
My fvwm desktop screen : http://romain.perier.free.fr/fvwm/fvwm-last.png

http://www.gentoofr.org
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Thu Feb 17, 2005 4:27 pm    Post subject: Reply with quote

Hum, sur toutes les machines Gentoo que j'ai installé, pas de usbfs dans /etc/fstab, le usbfs est monté tout seul dans /proc/bus/usb...
A mon avis, il te fait une erreur car il est DEJA monté (regarde ce que sort "mount", ou fait un cat /etc/mtab, il doit déja y etre).
Donc la solution est de supprimer cette ligne de ton fstab
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
Gentoo_Lover
l33t
l33t


Joined: 10 Jun 2004
Posts: 707
Location: ln -s France/Aquitaine/Bordeaux/ Localisation

PostPosted: Thu Feb 17, 2005 4:54 pm    Post subject: Reply with quote

en effet guilc c'était bien çà :D merci , çà se charge sauf que mon modem il est pas capté par eagle :(
en voulant démarré /etc/init.d/eagle-usb start (a la main) il ne peux pas demarrer ppd et me dit qu'il trouve pas le modem :(
vous avez pas une idée ?



EDIT:
pourtant mettons que j'ai foiré la config des petits fichiers pour les logins ou autre çà devrai démarrer et ensuite me dire que çà va pas mais la j'ai l'impression que çà monte bien usbfs mais qu'il me capte pas le modem ....bizarre .... vous en pencez quoi ?
_________________
My fvwm desktop screen : http://romain.perier.free.fr/fvwm/fvwm-last.png

http://www.gentoofr.org
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3636
Location: Belgium

PostPosted: Thu Feb 17, 2005 5:31 pm    Post subject: Reply with quote

ghoti wrote:
Moi j'ai :
Quote:
usbdevfs /proc/bus/usb usbdevfs defaults,noauto 0 0

et ça marche :cool:
kernel_sensei wrote:
moi j'ai mieux ...
rien concernant le usbfs dans mon fstab ..

Ouais, au temps pour moi :oops:
En réalité, usbfs est monté automatiquement par /etc/init.d/localmount.
La notation "usbdevfs" est obsolète mais mon fstab ne provoque pas d'erreur, sans doute à cause du "noauto".
(probablement une relique de mes premières configs ;) )
Back to top
View user's profile Send private message
Gentoo_Lover
l33t
l33t


Joined: 10 Jun 2004
Posts: 707
Location: ln -s France/Aquitaine/Bordeaux/ Localisation

PostPosted: Thu Feb 17, 2005 5:35 pm    Post subject: Reply with quote

ghoti wrote:
ghoti wrote:
Moi j'ai :
Quote:
usbdevfs /proc/bus/usb usbdevfs defaults,noauto 0 0

et ça marche :cool:
kernel_sensei wrote:
moi j'ai mieux ...
rien concernant le usbfs dans mon fstab ..

Ouais, au temps pour moi :oops:
En réalité, usbfs est monté automatiquement par /etc/init.d/localmount.
La notation "usbdevfs" est obsolète mais mon fstab ne provoque pas d'erreur, sans doute à cause du "noauto".
(probablement une relique de mes premières configs ;) )

lol effectivement je n'ai pas voulu de le dire mais noauto je comprenais pas trop lié au usbdevfs..... en tout cas çà marche , mais sinon vous avez pas une solution pour mon modem qui est pas reconnu par eagle-usb ? à vrai dire je comprend plus trop étant donné que l'usb est maintenant monté donc çà devrai être bon mais apparement non :(
help...

EDIT : c'est vraiment bizarre car l'usbfs est bien monté sans erreur au boot :) , mais le problême c'est que mon modem n'est même pas alimenter par l'usb (la led power n'est pas allumée) donc à vrai dire je comprend plus trop ..... je ne suis même pas certain que l'usb marche sous ma gentoo....(la preuve c'ets bizarre)
_________________
My fvwm desktop screen : http://romain.perier.free.fr/fvwm/fvwm-last.png

http://www.gentoofr.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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