You are not logged in.

#1 2011-02-19 01:59:34

xangelux
Member
Registered: 2010-05-29
Posts: 73

[SOLVED... I hope] No USB detection, I have udev and the drivers

Hi, my problem is this, I've installed archlinux on my girlfriend's PC, Everything went well but when I installed GNOME and GDM I realize the mouse didn't work, so I went looking for everything that said on the web, I have installed UDEV and hal for hardware detection, I putted dbus on the DAEMONS part of the rc.conf and I don't know what else to do. My rc.conf looks like this

...
MOMODULES=(!acpi)
...
DAEMONS=(syslog-ng hal network netfs crond alsa gdm)

I should add that I had to put !acpi because a problem on the first boot (the screen went blank on the first reboot). I did a cat /dev/input/mice and when I move the mouse I don't get a response.

By te way, nothing on the USB department works, doesn't mount USB pendrives or anything.

PS. I've installed xf86-input-mouse and doesn't work neider.

Last edited by xangelux (2011-02-21 22:29:41)

Offline

#2 2011-02-19 05:21:29

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

Does lsusb show your devices or no?

Also try connecting the device(s) to different USB ports.

Offline

#3 2011-02-19 07:09:34

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

So you don't need the formatter, but the other stuff is useful. Also, what does dmesg say?

toad@archtop 500\1 ~ > pacman -Q |grep usb
libusb 1.0.8-1
libusb-compat 0.1.3-1
quick-usb-formatter 0.4-1
usbmuxd 1.0.6-2
usbutils 001-2


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#4 2011-02-19 07:42:07

teop
Member
Registered: 2009-01-21
Posts: 3

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

And that all can be different problems.
You can try installing xf86-input-evdev and see if mouse works.
If it works than usbsticks may not be working due to policikit problems.

Offline

#5 2011-02-19 16:11:01

xangelux
Member
Registered: 2010-05-29
Posts: 73

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

Thank you all for a quick response

anonymous_user wrote:

Does lsusb show your devices or no?

Also try connecting the device(s) to different USB ports.

lsusb shows nothing, like anything is pluged in, every hardware is fine, I booted with a fedora live USB and the mouse and flashdrives worked sad

toad wrote:

So you don't need the formatter, but the other stuff is useful. Also, what does dmesg say?

I put what dmesg says on a pastebin here

toad wrote:

toad@archtop 500\1 ~ > pacman -Q |grep usb
libusb 1.0.8-1
libusb-compat 0.1.3-1
quick-usb-formatter 0.4-1
usbmuxd 1.0.6-2
usbutils 001-2

this returns the next:

libusb 0.1.12-4
libusb1 1.0.8-1
usbmuxd 1.0.4-2
usbutils 0.87-1

teop wrote:

And that all can be different problems.
You can try installing xf86-input-evdev and see if mouse works.
If it works than usbsticks may not be working due to policikit problems.

I've installed that and didn't change a thing :S

Last edited by xangelux (2011-02-19 20:41:17)

Offline

#6 2011-02-20 14:21:56

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

You appear to lack libusb-compat:

toad@archtop 515\18 ~/Downloads/el_linux > pacman -Qi libusb-compat
Name           : libusb-compat
Version        : 0.1.3-1
URL            : http://libusb.sourceforge.net/
Licences       : LGPL
Groups         : None
Provides       : None
Depends On     : libusb  sh
Optional Deps  : None
Required By    : gnupg  gnupg2  hal  libftdi  libgphoto2  libmtp  openobex  sane  udev
Conflicts With : None
Replaces       : None
Installed Size :  84.00 K
Packager       : Tobias Powalowski <tpowa@archlinux.org>
Architecture   : x86_64
Build Date     : Sun 28 Nov 2010 15:35:59 CET
Install Date   : Tue 01 Feb 2011 01:42:37 CET
Install Reason : Installed as a dependency for another package
Install Script : No
Description    : Library to enable user space application programs to communicate with USB devices

Thanks for your dmesg output - did you put a usb-stick in immediately prior to typing dmesg? Doesn't look like it.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#7 2011-02-21 18:14:00

xangelux
Member
Registered: 2010-05-29
Posts: 73

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

toad wrote:

You appear to lack libusb-compat:

toad@archtop 515\18 ~/Downloads/el_linux > pacman -Qi libusb-compat
Name           : libusb-compat
Version        : 0.1.3-1
URL            : http://libusb.sourceforge.net/
Licences       : LGPL
Groups         : None
Provides       : None
Depends On     : libusb  sh
Optional Deps  : None
Required By    : gnupg  gnupg2  hal  libftdi  libgphoto2  libmtp  openobex  sane  udev
Conflicts With : None
Replaces       : None
Installed Size :  84.00 K
Packager       : Tobias Powalowski <tpowa@archlinux.org>
Architecture   : x86_64
Build Date     : Sun 28 Nov 2010 15:35:59 CET
Install Date   : Tue 01 Feb 2011 01:42:37 CET
Install Reason : Installed as a dependency for another package
Install Script : No
Description    : Library to enable user space application programs to communicate with USB devices

Thanks for your dmesg output - did you put a usb-stick in immediately prior to typing dmesg? Doesn't look like it.

Yes, it was plugged in. I did a pacman -S libusb-compat and it returned a unknown package even in AUR

Offline

#8 2011-02-21 18:36:07

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

Sounds like you need to update your mirrorlist, as it is in Core:

http://www.archlinux.org/packages/?q=libusb-compat

Offline

#9 2011-02-21 19:28:17

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

Get reflector and it will never happen again smile


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#10 2011-02-21 22:28:05

xangelux
Member
Registered: 2010-05-29
Posts: 73

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

jdarnold wrote:

Sounds like you need to update your mirrorlist, as it is in Core:

http://www.archlinux.org/packages/?q=libusb-compat

yuo are right, unfortunetly my girlfriend got very desperred to use her system and had to install Fedora again , sad, great system, but not great enogh

toad wrote:

Get reflector and it will never happen again smile

I hope you are right.

Thanks anyway for the effort, in future installs I'll be shure to get the mirrors right and the libusb-compat package on the system. I'm thinking on creating a book with the installation guide for Archlinux but one that includes all my set backs and work arrounds, I'll get it printed if I do and show it here when and if a can smile

Thanks my fellows archers.

PS. I have annother topic creaded and no one knows how to resolv it, do you know something about it? its here

Offline

#11 2011-02-22 06:34:36

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED... I hope] No USB detection, I have udev and the drivers

I know I am. Your system is only as up to date as its mirrors. It is up to the user to maintain and take care of them and I have reflector and paccheck do this for me.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

Board footer

Powered by FluxBB