You are not logged in.
Pages: 1
hi,
i get sda: assuming drive cache: write through when i put my usbstick into the first usb slot on my notebook. nothing works then. i just can ctrl-c to escape.
i'm using arch 0.6. usb_storage, sd_mod and sr_mod are loaded.
ne1 can help me out?
Offline
what kernel do you use? try the other
also try after plugging in the stick to check what happened with usb
check before and after sticking in the key:
more /proc/bus/usb/devices
The impossible missions are the only ones which succeed.
Offline
i'm using kernel 2.6.3
also try after plugging in the stick to check what happened with usb
check before and after sticking in the key:
hm i cant see any difference. i see.. hm two text blocks (cant copy it cause my notebook is without network atm).
the only difference i see is the serial number and bus (Bus=04 and Bus=03).
(btw: the stick works on my suse9.0)
Offline
i'm using kernel 2.6.3
also try after plugging in the stick to check what happened with usb
check before and after sticking in the key:hm i cant see any difference. i see.. hm two text blocks (cant copy it cause my notebook is without network atm).
the only difference i see is the serial number and bus (Bus=04 and Bus=03).
(btw: the stick works on my suse9.0)
if it works on suse9, then it should work also here --- are you sure that it do not work? try just pressing once ENTER after the warning message comes ... what hopefully will bring you to the console back - then check if you can mount the stick, ignoring the error
The impossible missions are the only ones which succeed.
Offline
great!
just pressing enter is the key now i can mount and enter the stick... thank you!
but now i must see how i can eliminate this error message, this is a kernel only issue right?
Offline
great!
just pressing enter is the key now i can mount and enter the stick... thank you!
but now i must see how i can eliminate this error message, this is a kernel only issue right?
this is only a warning from the kernel that your stick has no cache --- you can tell your kernel to be "quiet" (in lilo or grub) and then it should not come up (dont know what verbosity level this warning is)
The impossible missions are the only ones which succeed.
Offline
for lilo e.g. you can use this:
image=/boot/vmlinuz26
label=arch26q
root=/dev/discs/disc0/part2
read-only
append="quiet"
The impossible missions are the only ones which succeed.
Offline
Pages: 1