You are not logged in.
Hi,
I just installed ArchLinux a few days ago. Today I wanted to plugin my usbstick. I expected an icon to show up on the Gnome desktop. But nothing happened. Gnome-device-manager doesn't show anything. And dmesg also doens't mention anything about a usbstick plugged in. It's like the system doen's detect it.
Any idea why this is?
Last edited by mariourk (2007-10-21 18:04:27)
Always be wary of any helpful item that weighs less than its operating manual.
Offline
Nothing in dmesg? lsusb? Do you have DAEMONS=(...hal...) in rc.conf? gnome-volume-manager is installed?
1000
Offline
I have both HAL and DBUS in rc.conf.
DAEMONS=(syslog-ng network netfs crond portmap fam dbus hal gdm sshd)
Gnome-volume-manager is installed.
The usb-modules are also loaded
[mario@dagobah ~]$ lsmod | grep usb
usbhid 38048 0
hid 26240 1 usbhid
ff_memless 5256 1 usbhid
usbcore 112520 3 usbhid,ohci_hcd
I'm working with an usb-mouse without any trouble.
Always be wary of any helpful item that weighs less than its operating manual.
Offline
is your usbstick partitioned ?
pls run gparted, if you have it installed, and tell us what device is connected with it ...
Offline
Gparted only detects /dev/hda
Always be wary of any helpful item that weighs less than its operating manual.
Offline
Hello,
I had to join the group 'storage' to be able to mount my usbstick in KDE.
But I also had some problems in other distros, when the sick wasn't partitioned correctly.
It must have a partition table, Windows simply formats the whole stick.
Offline
The problem isn't mounting. The problem is that ArchLinux doesn't detect any stick that is inserted. Dmesg should mention it, when it was detected. En GParted should have detected it too. But somehow, this is not the case.
Always be wary of any helpful item that weighs less than its operating manual.
Offline
When you connect your usbstick, type
tail /var/log/messages.log
and post it here.
Offline
I had similar problems when trying to mount my iPod. I installed dbus, hal and ivman, added them to rc.conf and my worries were gone!
Note that it didn't work using only HAL and DBUS. I had to isntall ivman as well.
Offline
Sorry for my late response. I was away for a couple of days, where I had no access to the internet.
Installing and starting ivman seems to have done the trick. Thanks a lot for the tip.
Always be wary of any helpful item that weighs less than its operating manual.
Offline