You are not logged in.

#1 2012-06-05 19:34:50

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

[SOLVED]libusb module not found

Hi,

I am trying to get a HP Deskjet F4280 All-in-one printer/scanner to work with arch linux. According to wiki, a printer/scanner will require libusb but the module is not found.

FATAL: Module libusb not found
sudo tail /var/log/messages.log
Jun  5 07:25:33 localhost kernel: [   44.219158] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
Jun  5 07:25:33 localhost kernel: [   44.219292] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
Jun  5 07:25:33 localhost kernel: [   44.219302] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
Jun  5 07:25:33 localhost kernel: [   44.333870] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Jun  5 07:25:33 localhost kernel: [   44.345714] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Jun  5 07:25:33 localhost kernel: [   44.345831] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Jun  5 07:25:33 localhost kernel: [   44.345840] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
Jun  5 07:25:39 localhost kernel: [   50.507548] ehci_hcd 0000:00:1a.0: power state changed by ACPI to D3
Jun  5 07:25:39 localhost kernel: [   50.507575] ehci_hcd 0000:00:1d.0: power state changed by ACPI to D3
Jun  5 07:25:54 localhost hp-setup: hp-setup[1693]: warning: No PPD found for model deskjet_f4200 using new algorithm. Trying old algorithm...
uname -a
Linux arch 3.3.7-1-ARCH #1 SMP PREEMPT Tue May 22 00:26:26 CEST 2012 x86_64 GNU/Linux
lsmod
Module                  Size  Used by
fuse                   68162  2 
bbswitch                5042  0 
coretemp                5622  0 
snd_hda_codec_conexant    47100  1 
uvcvideo               67853  0 
videobuf2_vmalloc       2276  1 uvcvideo
videobuf2_memops        2182  1 videobuf2_vmalloc
videobuf2_core         20415  1 uvcvideo
videodev               83373  1 uvcvideo
v4l2_compat_ioctl32     8348  1 videodev
media                  10469  2 videodev,uvcvideo
usblp                  11250  0 
snd_hda_intel          24021  1 
joydev                  9991  0 
arc4                    1410  2 
snd_hda_codec          92713  2 snd_hda_intel,snd_hda_codec_conexant
iwlwifi               253269  0 
snd_hwdep               6556  1 snd_hda_codec
snd_pcm                74812  2 snd_hda_codec,snd_hda_intel
i915                  432558  3 
snd_page_alloc          7217  2 snd_pcm,snd_hda_intel
mac80211              391455  1 iwlwifi
i2c_algo_bit            5359  1 i915
drm_kms_helper         26947  1 i915
drm                   204375  4 drm_kms_helper,i915
cfg80211              176857  2 mac80211,iwlwifi
snd_timer              19222  1 snd_pcm
iTCO_wdt               12877  0 
iTCO_vendor_support     1929  1 iTCO_wdt
tpm_tis                 8978  0 
intel_agp              10872  1 i915
sdhci_pci              10535  0 
sdhci                  23662  1 sdhci_pci
i2c_i801                8116  0 
mei                    32216  0 
i2c_core               20593  6 i2c_i801,drm,drm_kms_helper,i2c_algo_bit,i915,videodev
mmc_core               82735  2 sdhci,sdhci_pci
e1000e                144930  0 
serio_raw               4653  0 
psmouse                69539  0 
intel_gtt              14007  3 intel_agp,i915
evdev                   9402  17 
ac                      2376  0 
battery                 6485  0 
processor              26144  0 
tpm                    13989  1 tpm_tis
tpm_bios                5121  1 tpm
wmi                     8475  0 
thermal                 7959  0 
video                  11243  1 i915
button                  4502  1 i915
thinkpad_acpi          62497  0 
nvram                   5906  1 thinkpad_acpi
rfkill                 15604  2 thinkpad_acpi,cfg80211
snd                    59656  9 thinkpad_acpi,snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_conexant
soundcore               6082  1 snd
ext4                  424467  3 
crc16                   1359  1 ext4
jbd2                   71704  1 ext4
mbcache                 5977  1 ext4
sr_mod                 14823  0 
sd_mod                 28059  5 
cdrom                  35744  1 sr_mod
ahci                   20261  5 
libahci                19999  1 ahci
libata                167083  2 libahci,ahci
ehci_hcd               44104  0 
scsi_mod              133422  3 libata,sd_mod,sr_mod
usbcore               146847  4 ehci_hcd,usblp,uvcvideo
usb_common               954  1 usbcore

Dmesg

Thank you.

Last edited by donniezazen (2012-06-06 05:54:24)

Offline

#2 2012-06-05 20:58:49

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED]libusb module not found

libusb is a package, not a module.

Offline

#3 2012-06-05 21:57:16

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

Re: [SOLVED]libusb module not found

I think you got libusb confused with the usblp module.

Offline

#4 2012-06-06 05:53:56

donniezazen
Member
From: Salt Lake City
Registered: 2011-06-24
Posts: 671
Website

Re: [SOLVED]libusb module not found

Thanks. usblp and libusb were mentioned together, so, it sounded like they both are modules.

Printer is working but not Scanner.

Last edited by donniezazen (2012-06-06 06:10:10)

Offline

Board footer

Powered by FluxBB