You are not logged in.

#1 2004-03-05 18:17:27

Guest
Guest

Use of tail -f /var/log/messages in arch.

big_smile  smile    Does the command.... tail -f /var/log/messages... respond to the connection of USB 2.0 devices with data describing the item connected in the arch 2.6.3 kernel?

      In other words, is it a viable command in arch?  If nothing happens when the device is connected, what could be the problem?

#2 2004-03-25 23:00:34

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: Use of tail -f /var/log/messages in arch.

tail -f /var/log/messages will just show you the end of your messages file (f=follow in case it is updated with ne info), which will have some usb stuff in it if you have hotplug running and you just plugged in your usb device.  I think you want to 'pacman -S hotplug' and then add it to the end of your daemons line in /etc/rc.conf.

Offline

#3 2004-03-25 23:28:32

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: Use of tail -f /var/log/messages in arch.

...also, enabling hotplug is not as simple as I thought, see this thread:
http://bbs.archlinux.org/viewtopic.php?t=3193

Offline

Board footer

Powered by FluxBB