[Linux-usb-users] There was a virus found on your attachment

2004-04-22 Thread Norton_AntiVirus_Gateways
NOTICE -- NOTICE -- NOTICE -- NOTICE -- NOTICE -- NOTICE -- NOTICE This email was not delivered to the addressee for one of the following reasons: * A virus was detected in an attachment to the email. * The type of attachment is not accepted as a matter of policy. The mail was withheld from the int

Re: [Linux-usb-users] function "register_chrdev" crashes

2004-04-22 Thread Brad Hards
On Fri, 23 Apr 2004 10:51 am, fro wrote: > Hello all, > > I have compiled a kernel module but when I go to load > it the function call res = register_chrdev( 120, > "x10device", &device_fops ); causes the > initialization process to stall because the function > seg faults. I am running system 2.6.

Re: [Linux-usb-users] usb mass storage woes

2004-04-22 Thread Marr
On Thursday 22 April 2004 07:53pm, Matthew Dharm wrote: > On Thu, Apr 22, 2004 at 05:06:51PM -0500, Marr wrote: > > On Thursday 22 April 2004 02:46pm, tj wrote: > > > Which scsi /dev do you use to mount a usb mmc reader/writer to? > > > > > > > > >From this, it looks like you should be using '/dev

[Linux-usb-users] function "register_chrdev" crashes

2004-04-22 Thread fro
Hello all, I have compiled a kernel module but when I go to load it the function call res = register_chrdev( 120, "x10device", &device_fops ); causes the initialization process to stall because the function seg faults. I am running system 2.6.1-1.65. The Oops file looks like this: Apr 21 19:53

Re: [Linux-usb-users] usb mass storage woes

2004-04-22 Thread Matthew Dharm
On Thu, Apr 22, 2004 at 05:06:51PM -0500, Marr wrote: > On Thursday 22 April 2004 02:46pm, tj wrote: > > Which scsi /dev do you use to mount a usb mmc reader/writer to? > > > >From this, it looks like you should be using '/dev/sdb1' (second SCSI bus = > 'b', 1st partition on MMC card = '1'). T

Re: [Linux-usb-users] usb mass storage woes

2004-04-22 Thread tj
s It was the scsi disk module. Like I said, I am not a scsi expert. I can mount the mmc device, don't have an SD device to try. Thank you for your assitance To Marr FYI: It does mount on /dev/sda1, not sdb1. Again, thanks for everyones help tj Stephen J. Gowdy wrote: Do you have SCSI Disk supp

Re: [Linux-usb-users] usb mass storage woes

2004-04-22 Thread Marr
On Thursday 22 April 2004 02:46pm, tj wrote: > Which scsi /dev do you use to mount a usb mmc reader/writer to? (snip) > Now, one thing I do notice is there is no /dev/sda0, is that correct? Yes, that's normal. > # cdrecord -scanbus > Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002

Re: [Linux-usb-users] usb mass storage woes

2004-04-22 Thread Stephen J. Gowdy
Do you have SCSI Disk support in yoru kernel or loaded as a module? Doesn't look like you do have MULTI_LUN support... On Thu, 22 Apr 2004, tj wrote: > Which scsi /dev do you use to mount a usb mmc reader/writer to? > > Here is my lsmod: > > usb-storage25712 0 (unused) > uhci

Re: [Linux-usb-users] USB mouse

2004-04-22 Thread Seika van Olstroem
Okay i solved my problem. If i insmod the uhci driver he didn't recognize my USB mouse. But if i did the following: rmmod uhci_hcd insmod ehci-hcd.ko rmmod ehci_hcd insmod uhci-hcd.ko the uhci driver it works fine. I'm not sure but it seems to be a bug of the uhci driver. Stephen J. Gowdy wrot

[Linux-usb-users] usb mass storage woes

2004-04-22 Thread tj
Which scsi /dev do you use to mount a usb mmc reader/writer to? Here is my lsmod: usb-storage25712 0 (unused) uhci 25616 0 (unused) usbcore62016 1 [usb-storage uhci] When I plug in the device, with or without the MMC card in it, dmesg repo

[Linux-usb-users] PROBLEM: CF Card Readers hanging machine (usb-storage problem?)

2004-04-22 Thread Vanja Hrustic
I have 2 CF card readers, which I wanted to use with Linux. I've even bought one of them (SanDisk SDDR-75) because it was reported on quite few places that it works with Linux. Readers are: Apacer AP-MSCRU10 (3-slot reader) SanDisk SDDR-75 (2-slot reader) What happens is that when I copy files t