View previous topic :: View next topic |
Author |
Message |
zero17 n00b

Joined: 23 Sep 2004 Posts: 23
|
Posted: Mon Nov 29, 2004 11:14 pm Post subject: cannot mount usb flash drive |
|
|
hello all, I am new on gentoo and linux. I wanted to mount my new usb flash drive. And I have cruzer mini Sandisk flash drive.
ok I add this to my /etc/fstab
Code: | /dev/sda1 /mnt/Sandisk vfat defaults,noauto,user,sync 0 0 |
after that should I do reboot or any other line code I have to enter? because when I mount it, it says
Code: | root@zero17 mnt # mount /mnt/Sandisk
mount: mount point /mnt/Sandisk does not exist |
even though I rebooted or not, then I did try to create new folder on /mnt folder called Sandisk, but still didn't work. Any help would be really appreciated, thanks  |
|
Back to top |
|
 |
El_Presidente_Pufferfish Veteran


Joined: 11 Jul 2002 Posts: 1179 Location: Seattle
|
Posted: Mon Nov 29, 2004 11:29 pm Post subject: |
|
|
as root
that should work successfully, and fix that specific error |
|
Back to top |
|
 |
SZwarts l33t


Joined: 13 Oct 2003 Posts: 629 Location: Sydney, NSW, Australia
|
Posted: Mon Nov 29, 2004 11:34 pm Post subject: |
|
|
El_Presidente_Pufferfish wrote: | as root
that should work successfully, and fix that specific error |
zero17 wrote: |
then I did try to create new folder on /mnt folder called Sandisk, but still didn't work.
|
...
You still need to compile usb support and mass storage support into your kernel
Code: |
$ cd /usr/src/linux
$ make menuconfig
|
there select these kernel options:
Code: |
Device Drivers -->
SCSI device support --->
[*] legacy /proc/scsi/ support
<*> SCSI disk support
<*> SCSI generic support
USB support --->
<*> Support for Host-side USB
[*] USB device filesystem
<*> EHCI HCD (USB 2.0) support
<*> UHCI HCD (most Intel and VIA) support
<*> USB Mass Storage support
|
or [M] if you prefer modules instead of kernel drivers.
Then install your new kernel reboot and you should get your /dev/sda1 when you insert your usb pen (test this), mount it with vfat and you're ready. _________________ only when it is dark enough, can you see the stars |
|
Back to top |
|
 |
zero17 n00b

Joined: 23 Sep 2004 Posts: 23
|
Posted: Tue Nov 30, 2004 4:53 am Post subject: still not working |
|
|
Ok SZwarts, thank you for your help, but after I did what you told me to, it still doesnt work. After I made a change to the kernel, and then I compile it with typing make, and reboot the computer. And then this is what I got:
Code: | root@zero17 adit # mount /mnt/Sandisk/
mount: /dev/sda1 is not a valid block device |
Code: | root@zero17 adit # mount vfat /mnt/Sandisk/
mount: special device vfat does not exist |
Code: | root@zero17 adit # mount -t vfat -o umask=0000 /dev/sda /mnt/Sandisk
mount: /dev/sda is not a valid block device
|
and I do have /Sandisk folder on my /mnt folder
I still confuse what I did wrong...  |
|
Back to top |
|
 |
SZwarts l33t


Joined: 13 Oct 2003 Posts: 629 Location: Sydney, NSW, Australia
|
Posted: Tue Nov 30, 2004 5:50 am Post subject: |
|
|
Did you compile and install your new kernel?
Now run this without the usb pen attached
Code: |
$ su
passwd:
$ cd /dev
$ ls -al sda*
ls: sda*: No such file or director
|
and now insert your usb pen and then again
So this is the test if your kernel is function properly, after you insert your usb pen even before mounting you should see these sda devices. Can you confirm that? And if something else is happening, can you post the result of what you get?
and can you also post the result of
Code: |
$ dmesg | tail -n 25
|
right after you've inserted your usbpen? _________________ only when it is dark enough, can you see the stars |
|
Back to top |
|
 |
zero17 n00b

Joined: 23 Sep 2004 Posts: 23
|
Posted: Tue Nov 30, 2004 6:13 am Post subject: |
|
|
I am sorry, but how you compile and install the new kernel. What I did is just made a change to make menuconfig, and the save the change, and then just type make after that. then I reboot my computer, that what I did. i just followed what you told me above. Since I really newbie, please tell me the step what should I do if I did it wrong.
now, without usb pen attached
Code: | root@zero17 dev # ls -al sda*
brw-rw---- 1 root disk 8, 0 Sep 15 07:08 sda
brw-rw---- 1 root disk 8, 1 Sep 15 07:08 sda1
brw-rw---- 1 root disk 8, 10 Sep 15 07:08 sda10
brw-rw---- 1 root disk 8, 11 Sep 15 07:08 sda11
brw-rw---- 1 root disk 8, 12 Sep 15 07:08 sda12
brw-rw---- 1 root disk 8, 13 Sep 15 07:08 sda13
brw-rw---- 1 root disk 8, 14 Sep 15 07:08 sda14
brw-rw---- 1 root disk 8, 15 Sep 15 07:08 sda15
brw-rw---- 1 root disk 8, 2 Sep 15 07:08 sda2
brw-rw---- 1 root disk 8, 3 Sep 15 07:08 sda3
brw-rw---- 1 root disk 8, 4 Sep 15 07:08 sda4
brw-rw---- 1 root disk 8, 5 Sep 15 07:08 sda5
brw-rw---- 1 root disk 8, 6 Sep 15 07:08 sda6
brw-rw---- 1 root disk 8, 7 Sep 15 07:08 sda7
brw-rw---- 1 root disk 8, 8 Sep 15 07:08 sda8
brw-rw---- 1 root disk 8, 9 Sep 15 07:08 sda9
|
after usb pen attached
Code: | root@zero17 dev # ls -al sda*
brw-rw---- 1 root disk 8, 0 Sep 15 07:08 sda
brw-rw---- 1 root disk 8, 1 Sep 15 07:08 sda1
brw-rw---- 1 root disk 8, 10 Sep 15 07:08 sda10
brw-rw---- 1 root disk 8, 11 Sep 15 07:08 sda11
brw-rw---- 1 root disk 8, 12 Sep 15 07:08 sda12
brw-rw---- 1 root disk 8, 13 Sep 15 07:08 sda13
brw-rw---- 1 root disk 8, 14 Sep 15 07:08 sda14
brw-rw---- 1 root disk 8, 15 Sep 15 07:08 sda15
brw-rw---- 1 root disk 8, 2 Sep 15 07:08 sda2
brw-rw---- 1 root disk 8, 3 Sep 15 07:08 sda3
brw-rw---- 1 root disk 8, 4 Sep 15 07:08 sda4
brw-rw---- 1 root disk 8, 5 Sep 15 07:08 sda5
brw-rw---- 1 root disk 8, 6 Sep 15 07:08 sda6
brw-rw---- 1 root disk 8, 7 Sep 15 07:08 sda7
brw-rw---- 1 root disk 8, 8 Sep 15 07:08 sda8
brw-rw---- 1 root disk 8, 9 Sep 15 07:08 sda9
|
same thing happened. Should I rename it /dev/sda1 to /dev/sda16 on my /etc/fstab, since I already have sda1 when usb pen not attached?
Code: | root@zero17 dev # dmesg | tail
scsi2 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 5
usb 1-1: USB disconnect, address 5
usb 1-1: new full speed USB device using address 6
scsi3 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 6
|
and this is the full dmesg if you want to see
Code: | root@zero17 dev # dmesg
Linux version 2.6.8.1 (root@Arioch) (gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #4 Sat Sep 18 23:19:58 CDT 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e6c00 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 00000000040fd800 (usable)
BIOS-e820: 00000000040fd800 - 00000000040ff800 (ACPI data)
BIOS-e820: 00000000040ff800 - 00000000040ffc00 (ACPI NVS)
BIOS-e820: 00000000040ffc00 - 0000000010000000 (usable)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
256MB LOWMEM available.
On node 0 totalpages: 65536
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 61440 pages, LIFO batch:15
HighMem zone: 0 pages, LIFO batch:1
DMI 2.1 present.
ACPI disabled because your bios is from 2000 and too old
You can enable it with acpi=force
Built 1 zonelists
Kernel command line: root=/dev/hda7 video=vesa:ywrap,mtrr vga=791
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 798.376 MHz processor.
Using tsc for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 254920k/262144k available (2652k kernel code, 6492k reserved, 935k data, 160k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 1581.05 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff 00000000 00000000 00000000
CPU: After vendor identify, caps: 0383fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel Pentium III (Coppermine) stepping 03
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 798.0074 MHz.
..... host bus clock speed is 99.0759 MHz.
checking if image is initramfs...it isn't (ungzip failed); looks like an initrd
Freeing initrd memory: 40k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd993, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router PIIX/ICH [8086/7110] at 0000:00:07.0
vesafb: framebuffer at 0xfc000000, mapped to 0xd0800000, size 3072k
vesafb: mode is 1024x768x16, linelength=2048, pages=0
vesafb: protected mode interface info at c000:02e5
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
audit: initializing netlink socket (disabled)
audit(1101762672.4294966926:0): initialized
NTFS driver 2.1.15 [Flags: R/O].
udf: registering filesystem
Limiting direct PCI/PCI transfers.
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... silentjpeg size 21768 bytes, found (1024x768, 20089 bytes, v3).
Console: switching to colour frame buffer device 122x40
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 440BX Chipset.
agpgart: Maximum main memory to use for agp memory: 204M
agpgart: AGP aperture is 64M @ 0xf8000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
natsemi dp8381x driver, version 1.07+LK1.0.17, Sep 27, 2002
originally by Donald Becker <becker@scyld.com>
http://www.scyld.com/network/natsemi.html
2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
PCI: Found IRQ 10 for device 0000:00:11.0
natsemi eth0: NatSemi DP8381[56] at 0xd0b06000 (0000:00:11.0), 00:09:5b:1a:61:49, IRQ 10, port TP.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller at PCI slot 0000:00:07.1
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1440-0x1447, BIOS settings: hda:pio, hdb:DMA
ide1: BM-DMA at 0x1448-0x144f, BIOS settings: hdc:DMA, hdd:pio
hda: Maxtor 6E040L0, ATA DISK drive
hdb: Maxtor 5T030H3, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: _NEC DV-5700A, ATAPI CD/DVD-ROM drive
hdd: CREATIVE CD-RW RW1210E, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(33)
hda: hda1 hda2 < hda5 hda6 hda7 >
hdb: max request size: 128KiB
hdb: 60030432 sectors (30735 MB) w/2048KiB Cache, CHS=59554/16/63, UDMA(33)
hdb: hdb1
hdc: ATAPI 40X DVD-ROM drive, 256kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
USB Universal Host Controller Interface driver v2.2
PCI: Found IRQ 9 for device 0000:00:07.2
PCI: Sharing IRQ 9 with 0000:00:10.0
uhci_hcd 0000:00:07.2: Intel Corp. 82371AB/EB/MB PIIX4 USB
uhci_hcd 0000:00:07.2: irq 9, io base 00001400
uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
Advanced Linux Sound Architecture Driver Version 1.0.4 (Mon May 17 14:31:44 2004 UTC).
PCI: Found IRQ 9 for device 0000:00:10.0
PCI: Sharing IRQ 9 with 0000:00:07.2
ALSA device list:
#0: Sound Blaster Audigy (rev.3) at 0x1420, irq 9
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
ip_conntrack version 2.1 (2048 buckets, 16384 max) - 296 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
NET: Registered protocol family 1
NET: Registered protocol family 17
RAMDISK: Couldn't find valid RAM disk image starting at 0.
ReiserFS: hda7: found reiserfs format "3.6" with standard journal
usb 1-1: new full speed USB device using address 2
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 2
usb 1-2: new full speed USB device using address 3
ReiserFS: hda7: using ordered data mode
ReiserFS: hda7: journal params: device hda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda7: checking transaction log (hda7)
ReiserFS: hda7: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 160k freed
Adding 506008k swap on /dev/hda6. Priority:-1 extents:1
nvidia: module license 'NVIDIA' taints kernel.
PCI: Found IRQ 11 for device 0000:01:00.0
PCI: Sharing IRQ 11 with 0000:00:10.2
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-6111 Tue Jul 27 07:55:38 PDT 2004
Real Time Clock Driver v1.12
eth0: DSPCFG accepted after 0 usec.
eth0: link up.
eth0: Setting full-duplex based on negotiated link capability.
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 0 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 1 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 2 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 3 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 4 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 5 changed to on
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
spurious 8259A interrupt: IRQ7.
usb 1-1: USB disconnect, address 2
usb 1-1: new full speed USB device using address 4
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 4
usb 1-1: USB disconnect, address 4
usb 1-1: new full speed USB device using address 5
scsi2 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 5
usb 1-1: USB disconnect, address 5
usb 1-1: new full speed USB device using address 6
scsi3 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 6 |
Thanks. |
|
Back to top |
|
 |
SZwarts l33t


Joined: 13 Oct 2003 Posts: 629 Location: Sydney, NSW, Australia
|
Posted: Tue Nov 30, 2004 6:25 am Post subject: |
|
|
zero17 wrote: | I am sorry, but how you compile and install the new kernel. What I did is just made a change to make menuconfig, and the save the change, and then just type make after that. |
This is compiling the kernel you still need to install it. So after the make && make modules_install you:
Code: |
$ su
passwd:
$ mount /boot
$ cp /boot/bzImage /boot/bzImage.old
$ cp /usr/src/linux/arch/i386/boot/bzImage /boot
|
But a small warning here, if you're new.. This installs your new kernel, that means that if your new kernel is not functioning, because you've made other (wrong) changes in make menuconfig too, this good damage your system in such a way that it can't reboot. That is why you make the bzImage.old, if this happend, boot from a livecd and copy the bzImage.old over bzImage.
Anyway if everything looks fine, cross your fingers, and reboot.
zero17 wrote: |
Code: |
usb 1-1: new full speed USB device using address 4
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
|
|
When I insert a usbpen I get
Code: |
usb 1-4: new high speed USB device using address 2
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.1
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 1000944 512-byte hdwr sectors (512 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
USB Mass Storage device found at 2
usb 1-4: USB disconnect, address 2
usb 1-4: new high speed USB device using address 3
scsi1 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.1
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 1000944 512-byte hdwr sectors (512 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host1/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi1, channel 0, id 0, lun 0, type 0
USB Mass Storage device found at 3
usb 1-4: USB disconnect, address 3
|
As you can see here it finds sda drives, which is still lacking in your system. _________________ only when it is dark enough, can you see the stars |
|
Back to top |
|
 |
zero17 n00b

Joined: 23 Sep 2004 Posts: 23
|
Posted: Tue Nov 30, 2004 6:57 am Post subject: |
|
|
Still not working after I install the new kernel. after I reboot it still give me this
Code: | root@zero17 dev # mount /mnt/Sandisk/
mount: /dev/sda1 is not a valid block device
|
and also still the same for dmesg
Code: | root@zero17 dev # dmesg | tail -n 25
eth0: link up.
eth0: Setting full-duplex based on negotiated link capability.
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 0 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 1 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 2 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 3 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 4 changed to on
bootsplash 3.1.4-2004/02/19-spock-0.1: looking for picture.... found (1024x768, 20089 bytes, v3).
bootsplash: status on console 5 changed to on
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
agpgart: Found an AGP 1.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode
usb 1-1: new full speed USB device using address 3
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 3
|
|
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20612
|
Posted: Wed Dec 01, 2004 2:09 am Post subject: |
|
|
Have you searched for other threads mentioning sandisk or cruzer? There are also some generic USB device threads that may be helpful. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
|
|
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
|
|