You are not logged in.

#1 2007-03-19 13:55:26

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

USB support and Bluetooth

How to enable USB support and bluetooth support ?


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#2 2007-03-19 19:39:15

Kern
Member
From: UK
Registered: 2005-02-09
Posts: 464

Re: USB support and Bluetooth

uuuuuh,  its so long ago i set up, i cant remember Arch not supporting usb out of the box.
what have you tried so far? to what result ?  is hal installed and running ?
check  /etc/rc.conf     look for  daemons  line ( check for  .....  hal   ... )

if not then as root maybe:
pacman -S hal | /etc/rc.d/hal start
also
lsmod |grep usb
hwd -ec |grep -i usb

hth

Offline

#3 2007-03-20 15:44:39

varaahan
Member
From: Chennai , India
Registered: 2006-05-29
Posts: 145

Re: USB support and Bluetooth

hal is already there.
I don't know which s/w I have to use for bluetooth.
Longtime back I used a bluetooth adapter in linux and I forgot which distro.

The lsmod gives :

[root@myhost sridhar]# lsmod | grep usb
usbcore               135080  3 uhci_hcd,ehci_hcd

The hwd command did not work.


[root@myhost sridhar]# hwd -ec |grep -i usb
bash: hwd: command not found

Last edited by varaahan (2007-03-20 15:47:51)


Linux learner and admirer - ALWAYS
Regd Linux User : 431318

Offline

#4 2007-03-20 15:56:49

Bola
Member
From: Italia
Registered: 2007-02-16
Posts: 118

Re: USB support and Bluetooth

Install hwd with:

pacman -S hwd

Then try again with hwd -ec | grep -i usb

Last edited by Bola (2007-03-20 15:57:04)

Offline

Board footer

Powered by FluxBB