View previous topic :: View next topic |
Author |
Message |
oniboy n00b


Joined: 31 Oct 2005 Posts: 9
|
Posted: Mon Oct 31, 2005 8:42 am Post subject: [solved] not detecting/working usb HP psc2150 |
|
|
Ive had this working before, I dont know whats changed & I cant seem to find anything helpful searching the forums.
The prob. is that I have a usb HP2150 which can print & scan images as well as read various flash memory cards. Once apon a time I could make full use of all these functions but now the printer dosnt even show up when I do a lsusb.
I dont know whats changed since I last had it working, which was a while ago. Ive tried fixing it but without any joy , so im hoping someone here might have an idea.
lsusb output (with & without the printer plugged in == no change)
Code: |
Bus 001 Device 001: ID 0000:0000
|
cat /var/log/messages | grep -i usb
Code: |
Oct 30 23:14:46 japanBox usbcore: registered new driver usbfs
Oct 30 23:14:46 japanBox usbcore: registered new driver hub
Oct 30 23:14:46 japanBox usbmon: debugs is not available
Oct 30 23:14:46 japanBox ehci_hcd 0000:00:02.2: nVidia Corporation nForce2 USB Controller
Oct 30 23:14:46 japanBox ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
Oct 30 23:14:46 japanBox ehci_hcd 0000:00:02.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
Oct 30 23:14:46 japanBox hub 1-0:1.0: USB hub found
Oct 30 23:14:46 japanBox USB Universal Host Controller Interface driver v2.2
Oct 30 23:14:46 japanBox usbcore: registered new driver usblp
Oct 30 23:14:46 japanBox drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Oct 30 23:14:46 japanBox Initializing USB Mass Storage driver...
Oct 30 23:14:46 japanBox usbcore: registered new driver usb-storage
Oct 30 23:14:46 japanBox USB Mass Storage support registered.
Oct 30 23:14:46 japanBox usbcore: registered new driver usbhid
Oct 30 23:14:46 japanBox drivers/usb/input/hid-core.c: v2.01:USB HID core driver
Oct 30 23:14:46 japanBox HUB0 HUB1 USB0 USB1 USB2 F139 MMAC MMCI UAR1
Oct 30 23:14:48 japanBox ptal-mlcd: SYSLOG at ExMgr.cpp:652, dev=<mlc:usb:PSC_2150_Series>, pid=8211, e=2, t=1130714088 ptal-mlcd successfully initialized.
Oct 30 23:14:48 japanBox ptal-printd: ptal-printd(mlc:usb:PSC_2150_Series) successfully initialized using /var/run/ptal-printd/mlc_usb_PSC_2150_Series*.
Oct 30 23:14:50 japanBox ptal-photod: ptal-photod(mlc:usb:PSC_2150_Series) successfully initialized, listening on port 5703.
|
dmesg dosnt show anychange when I remove & replug the printers usb cable.
Side not.
I have an iaudio mp3 player that plugs in through usb & I have no trouble with it. Ive tried changing the printer to other usb ports with no luck & the printer works fine under windows ( I cant beleive I have to reboot into windows )
Waiting with fingers crossed & a big bag of thankyou's for any help someone might have  _________________ Life is all about balance. Now only if I had a scale good enough to measure it with...
Last edited by oniboy on Fri Dec 30, 2005 6:46 am; edited 1 time in total |
|
Back to top |
|
 |
emptyset n00b

Joined: 17 Dec 2005 Posts: 10 Location: Minneapolis, MN
|
Posted: Sat Dec 17, 2005 4:10 am Post subject: |
|
|
Hi oniboy,
I am having the same difficulty, but with a different device- I have an midiman oxygen8, and it is not recognized by the system after checking dmesg, /var/log/messages, lsusb, systool, etc. The funny thing is that the device powers on just fine using power from the USB port.... Very strange, indeed- I bet the root of our problem is similar- I will let you know if I find anything, and if you learn anything, do let me know- I will bookmark your post and keep you updated with my findings-
I am successfully loading an i-Pod, a Tascam US-122 and syncing a Treo 600 through USB- Just the usbmidi device left! |
|
Back to top |
|
 |
oniboy n00b


Joined: 31 Oct 2005 Posts: 9
|
Posted: Sat Dec 17, 2005 1:50 pm Post subject: |
|
|
Its good to know im not the only one having this prob. but at the same time its bad to hear u also have such an annoying prob. too.
I wish I had some good news to report but unfortunatly I havnt made any progress at all but ill be shore to keep u posted if anything comes up. _________________ Life is all about balance. Now only if I had a scale good enough to measure it with... |
|
Back to top |
|
 |
oniboy n00b


Joined: 31 Oct 2005 Posts: 9
|
Posted: Fri Dec 30, 2005 7:20 am Post subject: [solved] not detecting/working usb HP psc2150 |
|
|
Ok, i finaly got some time to give this prob a good looking over & ofcourse it turned out to be something simple that id missed somewhere along the way
I found the prob was with the usb drivers, for some reason I had UHCI_HCD built into the kernel which was unnecessary on my system & OHCI_HCD was missing. So I removed UHCI_HCD & put both OHCI_HCD & EHCI_HCD in as modules.
If ur unshore where this is in the kernel config it under Device Drivers->USB support.
To check which drivers u need do this :
Quote: |
> spci -v | grep -i usb
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 20 [EHCI])
>
|
It will show OHCI or EHCI or whatever is need at the end of the line.
Hope that gets things fixed for you too emtpyset  _________________ Life is all about balance. Now only if I had a scale good enough to measure it with... |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|