Ah, it looks like you need to enable USB_STORAGE_USBAT instead. Doing a diff on the directories I see (< is 2.6.12.2 and > is 2.6.11.2);
... 71,72c92,93 < config USB_STORAGE_USBAT < bool "USBAT/USBAT02-based storage support (EXPERIMENTAL)" --- > config USB_STORAGE_HP8200e > bool "HP CD-Writer 82xx support (EXPERIMENTAL)" 75,90c96,97 < Say Y here to include additional code to support storage devices < based on the SCM/Shuttle USBAT/USBAT02 processors. < < Devices reported to work with this driver include: < - CompactFlash reader included with Kodak DC3800 camera < - Dane-Elec Zmate CompactFlash reader < - Delkin Efilm reader2 < - HP 8200e/8210e/8230e CD-Writer Plus drives ... On Sat, 25 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > I never looked at that before, but it includes the device (it's the > last one, I can't bold...): > > % cat /proc/bus/usb/devices > > T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 > B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 > D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0000 ProdID=0000 Rev= 2.06 > S: Manufacturer=Linux 2.6.12 uhci_hcd > S: Product=Intel Corporation 82801BA/BAM USB (Hub #2) > S: SerialNumber=0000:00:1f.4 > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms > > T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 > B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 > D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0000 ProdID=0000 Rev= 2.06 > S: Manufacturer=Linux 2.6.12 uhci_hcd > S: Product=Intel Corporation 82801BA/BAM USB (Hub #1) > S: SerialNumber=0000:00:1f.2 > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms > > T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1 > P: Vendor=03f0 ProdID=0207 Rev= 0.01 > S: Product=HP USB CD-Writer Plus > C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=ff Driver=(none) > E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=5ms > E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms > E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms > > Thx, > > Javier. > > > On 6/25/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > > Can you also post the contents of /proc/bus/usb/devices with it plugged > > in? > > > > On Sat, 25 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > > > > > OK, so I didn't know I was not doing it the right way... Sorry for > > > the previous post, I just wanted to bold the options I've always > > > used... > > > > > > Any ways, if you notice usb-storage seems to be enabled as a module isn't > > > it? > > > > > > CONFIG_USB_STORAGE=m > > > > > > Is that all required? If so, then I'm missing something still, since > > > I tried mounting a cd under the untit as I usually do, but didn't > > > work, it says scd0 is not a device or something like that (I'll post > > > the exact error later), and it was the one I used to mount cds on for > > > the usb cd-writer... > > > > > > This always worked with hotplug, maybe now that I don't have this > > > option I used I have to configure something I didn't need to before... > > > > > > Can you please let me know? > > > > > > Thx, > > > > > > Javier. > > > > > > > > > On 6/25/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > > > > Hi Javier, > > > > (BTW, your post didn't make it to the list due to having an HTML > > > > attachment). > > > > That option is to support nonstandard devices. Perhaps it wasn't > > > > needed anymore and removed? Have you tried using usb-storage? > > > > > > > > regards, > > > > > > > > Stephen. > > > > > > > > On Sat, 25 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > > > > > > > > > So I'm confused. Please take a look at the config file for > > > > > 2.6.11.10<http://2.6.11.10>(USB storage section): > > > > > > > > > > ONFIG_USB_STORAGE=m > > > > > # CONFIG_USB_STORAGE_DEBUG is not set > > > > > # CONFIG_USB_STORAGE_RW_DETECT is not set > > > > > # 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=y > > > > > # CONFIG_USB_STORAGE_SDDR09 is not set > > > > > # CONFIG_USB_STORAGE_SDDR55 is not set > > > > > # CONFIG_USB_STORAGE_JUMPSHOT is not set > > > > > > > > > > Now take a look at the config file for 2.6.12: > > > > > > > > > > CONFIG_USB_STORAGE=m > > > > > # CONFIG_USB_STORAGE_DEBUG is not set > > > > > # 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_USBAT is not set > > > > > # CONFIG_USB_STORAGE_SDDR09 is not set > > > > > # CONFIG_USB_STORAGE_SDDR55 is not set > > > > > # CONFIG_USB_STORAGE_JUMPSHOT is not set > > > > > > > > > > Again, I don't see the HP8200e option fo 2.6.12. So I don't know what > > > > > I'm > > > > > missing.. Could it be that I'm missing a new option necessary for the > > > > > hp > > > > > driver to show up? I doubt it since I have the scsi options required > > > > > enabled... > > > > > > > > > > Please let me know what I'm doing wrong, I'm also attaching the full > > > > > config > > > > > files... > > > > > > > > > > Javier. > > > > > > > > > > > > > > > > > > > > On 6/25/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > > > > > > There are no changes between 2.6.12 and 2.6.12.1 <http://2.6.12.1> > > > > > > that > > > > > would make any > > > > > > difference to this. Did you perhaps have SCSI off during the config > > > > > > step? > > > > > > > > > > > > On Sat, 25 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > > > > > > > > > > > > > I wanted to turn it on when "make menuconfig", but it wasn't > > > > > > > there. > > > > > > > I'll try with 2.6.12.1 <http://2.6.12.1> then which is the one you > > > > > mentioned includes > > > > > > > it... > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > Javier. > > > > > > > > > > > > > > > > > > > > > On 6/25/05, Stephen J. Gowdy <[EMAIL PROTECTED]> wrote: > > > > > > > > It is still there in 2.6.12.1 <http://2.6.12.1>. Did you > > > > > > > > perhaps not > > > > > turn it on? I assume > > > > > > > > you are talking about usb-storage? > > > > > > > > > > > > > > > > On Sat, 25 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > Until kernel 2.6.11.10 <http://2.6.11.10> I always enabled a > > > > > > > > > mass > > > > > storage module for my > > > > > > > > > hp8200e usb cd-writer, and it always worked pretty nice. I > > > > > > > > > updated > > > > > to > > > > > > > > > from kernel 2.6.11.10 <http://2.6.11.10> to kernel 2.6.12 > > > > > > > > > yesterday, > > > > > and the module was > > > > > > > > > no longer available. > > > > > > > > > > > > > > > > > > Could it be that the module has been obsoleted or something? > > > > > > > > > If so, > > > > > > > > > what alternatives are out there to still use hp8200e usb > > > > > > > > > cd-writer > > > > > > > > > under newer kernels? Would it be that there' s separate > > > > > > > > > dirver now > > > > > > > > > available, not from the kernel itself? If so, could any one > > > > > > > > > please > > > > > > > > > direct me to it? > > > > > > > > > > > > > > > > > > Thx, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > /------------------------------------+-------------------------\ > > > > > > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > > > > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > > > > > > |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | > > > > > > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > > > > > > \------------------------------------+-------------------------/ > > > > > > > > > > > > > > > > > > > -- > > > > > > /------------------------------------+-------------------------\ > > > > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > > > > |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | > > > > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > > > > \------------------------------------+-------------------------/ > > > > > > > > > > > > > -- > > > > /------------------------------------+-------------------------\ > > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > > |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | > > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > > \------------------------------------+-------------------------/ > > > > > > > -- > > /------------------------------------+-------------------------\ > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > \------------------------------------+-------------------------/ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opÌk > _______________________________________________ > [email protected] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > -- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
