Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-21 Thread Peter Ruskin
On Tuesday 21 Oct 2003 05:40, Stephane Brossier wrote: > - one which says 'usb-uhci' instaed of 'uhci' > (How can i know which one is good for me? uhci or usb-uhci?) I have 2 computers here. One has usb-uhci and the other has uhci and ohci. I just discovered that `lspci -vv | grep HCI` reports

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-20 Thread Bill Kenworthy
r wrote: > Hi Peter, > > > >From: Peter Ruskin <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: [gentoo-user] Missing /dev/sda* entries ??? > >Date: Mon, 20 Oct 2003 06:13:34 +0100 > > > >On Mo

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-20 Thread Stephane Brossier
Hi Peter, From: Peter Ruskin <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Missing /dev/sda* entries ??? Date: Mon, 20 Oct 2003 06:13:34 +0100 On Monday 20 Oct 2003 02:28, Stephane Brossier wrote: > With 'uhci" module I got th

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Peter Ruskin
On Monday 20 Oct 2003 02:28, Stephane Brossier wrote: > With 'uhci" module I got the following: > bash-2.05b# lsmod > Module                  Size  Used by    Tainted: P > ide-scsi                7568   0 > sr_mod                 14648   0  (unused) > sg                     29900   0 > sd_mod      

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Jason Stubbs
On Monday 20 October 2003 12:38, Stephane Brossier wrote: (B> Hi Jason, (B> (B> >On Monday 20 October 2003 10:28, Stephane Brossier wrote: (B> > > Hi Peter, (B> > > (B> > > >On Sunday 19 Oct 2003 18:03, Stephane Brossier wrote: (B> > > > > bash-2.05b# grep HCI /usr/src/linux/.config (B> > >

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Stephane Brossier
Hi Jason, On Monday 20 October 2003 10:28, Stephane Brossier wrote: > Hi Peter, > > >On Sunday 19 Oct 2003 18:03, Stephane Brossier wrote: > > > bash-2.05b# grep HCI /usr/src/linux/.config > > > # CONFIG_USB_EHCI_HCD is not set > > > CONFIG_USB_UHCI=m > > > CONFIG_USB_UHCI_ALT=m > > > # CONFIG_USB

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Jason Stubbs
On Monday 20 October 2003 10:28, Stephane Brossier wrote: (B> Hi Peter, (B> (B> >On Sunday 19 Oct 2003 18:03, Stephane Brossier wrote: (B> > > bash-2.05b# grep HCI /usr/src/linux/.config (B> > > # CONFIG_USB_EHCI_HCD is not set (B> > > CONFIG_USB_UHCI=m (B> > > CONFIG_USB_UHCI_ALT=m (B> > >

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Stephane Brossier
Hi Peter, On Sunday 19 Oct 2003 18:03, Stephane Brossier wrote: > bash-2.05b# grep HCI /usr/src/linux/.config > # CONFIG_USB_EHCI_HCD is not set > CONFIG_USB_UHCI=m > CONFIG_USB_UHCI_ALT=m > # CONFIG_USB_OHCI is not set You only need one of USB_UHCI and USB_UHCI_ALT. They conflict. In your case

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Peter Ruskin
On Sunday 19 Oct 2003 18:03, Stephane Brossier wrote: > bash-2.05b# grep HCI /usr/src/linux/.config > # CONFIG_USB_EHCI_HCD is not set > CONFIG_USB_UHCI=m > CONFIG_USB_UHCI_ALT=m > # CONFIG_USB_OHCI is not set You only need one of USB_UHCI and USB_UHCI_ALT. They conflict. In your case CONFIG_US

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Peter Ruskin
On Sunday 19 Oct 2003 17:58, Stephane Brossier wrote: > bash-2.05b# /sbin/modprobe usb-storage > bash-2.05b# modprobe usb-uhci That should be modprobe uhci, not modprobe usb-uhci in your case. Try adding these lines to /etc/modules.autoload: uhci usb-storage ...then reboot and see what you get.

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Stephane Brossier
Hi Ernie, What chipset are you running? an Nforce2 chipset uses OHCI: It seems that I use UHCI: bash-2.05b# lspci -vv | grep HCI 00:07.2 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 [UHCI]) 00:07.3 USB Controller: VIA Technologies, Inc. USB (rev 16) (prog-if 00 [UHCI]) $ ca

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-19 Thread Stephane Brossier
Hi Peter, [...] You don't seem to have the USB root hub module loaded. Try these: modprobe uhci modprobe usb-uhci modprobe usb-ohci modprobe ehci-hcd If you want to know what root hub you have, do (as root): lspci -vv | grep HCI Mine shows: # lspci -vv | grep HCI 00:0a.0 USB Controller: NEC Corpo

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Ciaran McCreesh
On Sat, 18 Oct 2003 21:50:28 + "Stephane Brossier" <[EMAIL PROTECTED]> wrote: | I think I am not there yet. I did not try to attach my camera. Gentoo uses devfs for /dev. This means that you won't see anything in /dev unless a disk is actually there. You'll have to plug in the camera before th

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Ernie Schroder
On Saturday 18 October 2003 10:05 pm, Ernie Schroder wrote: > On Saturday 18 October 2003 07:03 pm, Stephane Brossier wrote: > > Hi Ernie, > > > > [...] > > > > >And you won't have a /dev/sda* until you plug in the camera. > > > Plug in the camera and do: > > >fdisk -l /dev/sd and hit the tab key a

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Ernie Schroder
On Saturday 18 October 2003 07:03 pm, Stephane Brossier wrote: > Hi Ernie, > > [...] > > >And you won't have a /dev/sda* until you plug in the camera. Plug > > in the camera and do: > >fdisk -l /dev/sd and hit the tab key a couple of times. You should > > see sda1 or maybe sdb1 If you do, do: > > I

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Peter Ruskin
On Sunday 19 Oct 2003 00:03, Stephane Brossier wrote: > Everything seems to be OK, all my modules are loaded: > bash-2.05b# lsmod > Module                  Size  Used by    Tainted: P > usb-storage            22264   0  (unused) > sd_mod                 11020   0  (autoclean) (unused) > scsi_mod  

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Redeeman
are you sure that you have scsi emulation, and scsi generic, and scsi disk support enabled in the kernel? ;) On Sun, 2003-10-19 at 01:03, Stephane Brossier wrote: > Hi Ernie, > > [...] > > >And you won't have a /dev/sda* until you plug in the camera. Plug in > >the camera and do: > >fdisk -l /de

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Stephane Brossier
Hi Ernie, [...] And you won't have a /dev/sda* until you plug in the camera. Plug in the camera and do: fdisk -l /dev/sd and hit the tab key a couple of times. You should see sda1 or maybe sdb1 If you do, do: I plugged the camera on the usb port but I don't see anything ??? bash-2.05b# fdisk -l

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Ernie Schroder
On Saturday 18 October 2003 05:50 pm, Stephane Brossier wrote: > Hi Ciaran, > > See comments below. > > From: Ciaran McCreesh <[EMAIL PROTECTED]> > > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: [gentoo-user] Missing /dev/sda* entr

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Stephane Brossier
Hi Ciaran, See comments below. From: Ciaran McCreesh <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Missing /dev/sda* entries ??? Date: Sat, 18 Oct 2003 20:43:25 +0100 On Sat, 18 Oct 2003 19:33:28 + "Stephane Brossier" &

Re: [gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Ciaran McCreesh
On Sat, 18 Oct 2003 19:33:28 + "Stephane Brossier" <[EMAIL PROTECTED]> wrote: | I am trying to configure the usb port to be able | to download the pictures from my digital camera. | | I have been looking at the USB Digital Camera HOWTO, | but the assumption is that the devices /dev/sda* | alre

[gentoo-user] Missing /dev/sda* entries ???

2003-10-18 Thread Stephane Brossier
Hi, I am trying to configure the usb port to be able to download the pictures from my digital camera. I have been looking at the USB Digital Camera HOWTO, but the assumption is that the devices /dev/sda* already exist. I don't have any devices 'sda*' under /dev. I tried the following: 1. I tried