Re: USB storage device access

2003-01-15 Thread dbrett
Thanks for the kick in the pants. PCI card would be nice, but I have two problems. The first problem is I have not yet found out how to get the slot to work with out locking up the computer during boot (It was suggested I make a change to GRUB, I have not had a chance to try this yet). The sec

USB Serial adaptors. Was: USB storage device access

2003-01-13 Thread Chris Watt
At 17:17 2003/01/11 -0500, you wrote: I have similiar problem. I bought a usb to serial adpter. How do I find it out which device it is? I am trying to get minicom to use this connection. If you're using full-blown devfs and usbdevfs, then USB serial ports should appear as /dev/usb/tts/0, /d

Re: USB storage device access

2003-01-12 Thread Rodolfo Canet-Castelló
El vie, 10-01-2003 a las 18:10, Mad Hatter escribió: > Hi, > > I have one of those USB flash drives > (http://www.cigarusb.com) and am having trouble > accessing > it from RH8.0. When I plug it in, the usb-storage > module > seems to get loaded but I'm not sure which device file > has the filesys

Re: USB storage device access

2003-01-12 Thread Edward Dekkers
> I sure hope so. I have a computer with no serial ports and have to have > at least one. Although a PCI card may have been simpler, what happens to /var/log/messages when you insert the device? Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- redhat-list mailing li

Re: USB storage device access

2003-01-12 Thread dbrett
I sure hope so. I have a computer with no serial ports and have to have at least one. david On Mon, 13 Jan 2003, Edward Dekkers wrote: > > I have similiar problem. I bought a usb to serial adpter. How do I find > > it out which device it is? I am trying to get minicom to use this > > connect

Re: USB storage device access

2003-01-12 Thread Edward Dekkers
> I have similiar problem. I bought a usb to serial adpter. How do I find > it out which device it is? I am trying to get minicom to use this > connection. Jeez, is that even supported under Linux? Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- redhat-list mailin

Re: USB storage device access

2003-01-11 Thread dbrett
I have similiar problem. I bought a usb to serial adpter. How do I find it out which device it is? I am trying to get minicom to use this connection. david On Fri, 10 Jan 2003, Mad Hatter wrote: > > Look in /proc/partitions. Add device. Wait 3 > > seconds. Check > > /proc/partitions aga

Re: USB storage device access

2003-01-10 Thread Mad Hatter
> Look in /proc/partitions. Add device. Wait 3 > seconds. Check > /proc/partitions again. Note that if you've added Thanks, that helps. It turned out to be /dev/sda1 after all and it worked fine (not sure why it didn't before). Ram __ Do y

Re: USB storage device access

2003-01-10 Thread Todd A. Jacobs
On Fri, 10 Jan 2003, Mad Hatter wrote: > seems to get loaded but I'm not sure which device file has the > filesystem I can mount. I tried /dev/sda? but the don't seem to work. Check the following: cat /proc/scsi/scsi or use the -scanbus flag to cdrecord. There doesn't really seem to be

Re: USB storage device access

2003-01-10 Thread Samuel Flory
Mad Hatter wrote: Hi, I'm not seeing any obvious indication in /var/log/messages as to what /dev/sda?? device the drive is made available as. Maybe the experts can deduce this from the following output: - Jan 7 16:04:02 abc kernel: hub.c: USB new device conne

Re: USB storage device access

2003-01-10 Thread Mad Hatter
Hi, I'm not seeing any obvious indication in /var/log/messages as to what /dev/sda?? device the drive is made available as. Maybe the experts can deduce this from the following output: - Jan 7 16:04:02 abc kernel: hub.c: USB new device connect on bus1/1, assign

Re: USB storage device access

2003-01-10 Thread Cliff Wells
On Fri, 2003-01-10 at 09:10, Mad Hatter wrote: > Hi, > > I have one of those USB flash drives > (http://www.cigarusb.com) and am having trouble > accessing > it from RH8.0. When I plug it in, the usb-storage > module > seems to get loaded but I'm not sure which device file > has the filesystem I c

USB storage device access

2003-01-10 Thread Mad Hatter
Hi, I have one of those USB flash drives (http://www.cigarusb.com) and am having trouble accessing it from RH8.0. When I plug it in, the usb-storage module seems to get loaded but I'm not sure which device file has the filesystem I can mount. I tried /dev/sda? but the don't seem to work. On Mandr