vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| After a day of Google'ing I am here to seek your help. Sadly had to switch mobo due to a sudden death of the 32 bit socket A board. So, being in need I got an ASUS K8N and AMD 64 Sempron Processor 3000+. Current system is Gentoo 32bit, kernel 2.6.16-gentoo-r3, make.conf has been updated with a newly added CFLAGS="-O2 -march=k8 -pipe" for the machine. The system is reported as being able to do 32/64 bit apps - after some tinkering I got USB to function for my Nomad MP3 player and the HP PSC 1510 is the default system printer. Here is the info pertaining to it: dmesg [snipped] USB Universal Host Controller Interface driver v2.3 usb 2-1: new full speed USB device using ohci_hcd and address 2 usb 2-1: configuration #1 chosen from 1 choice drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x4C11 usbcore: registered new driver usblp drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver So there is the printer. And, lsusb Bus 002 Device 002: ID 03f0:4c11 Hewlett-Packard Plus, here's what tail has from a print attempt: tail /var/log/cups/error_log D [29/Apr/2006:17:59:00 -0600] UpdateJob: job 104, file 0 is complete. D [29/Apr/2006:17:59:00 -0600] CancelJob: id = 104 D [29/Apr/2006:17:59:00 -0600] StopJob: id = 104, force = 0 D [29/Apr/2006:17:59:00 -0600] StopJob: printer state is 3 D [29/Apr/2006:17:59:00 -0600] ReadClient: 10 POST / HTTP/1.1 D [29/Apr/2006:17:59:00 -0600] ProcessIPPRequest: 10 status_code=1 D [29/Apr/2006:17:59:00 -0600] ReadClient: 10 POST / HTTP/1.1 D [29/Apr/2006:17:59:00 -0600] ProcessIPPRequest: 10 status_code=1 D [29/Apr/2006:17:59:00 -0600] ReadClient: 8 POST / HTTP/1.1 D [29/Apr/2006:17:59:00 -0600] ProcessIPPRequest: 8 status_code=1 This is what CUPS has to say: PSC-1510-101 Unknown cmo 23k aborted PSC-1510-102 Test Page root 15k aborted PSC-1510-103 Test Page 15k aborted PSC-1510-104 tmpt5adSR cmo 1403k aborted Driver in place is hplip and is set for default at boot ... it is loaded. rc-update show alsasound | boot apmd | bootmisc | boot checkfs | boot checkroot | boot clock | boot coldplug | boot consolefont | boot cpudyn | default crypto-loop | cupsd | default domainname | boot esound | gkrellmd | gpm | hdparm | hostname | boot hotplug | hplip | default keymaps | boot lisa | local | default nonetwork localmount | boot modules | boot net.eth0 | default net.lo | boot netmount | default nscd | ntp-client | default ntpd | default numlock | default pwcheck | reslisa | rmnologin | boot rsyncd | saslauthd | sshd | syslog-ng | default urandom | boot vixie-cron | default xdm | default Anyone get this printer to work with AMD 64 bit system? If so, please teach how. -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 29 Apr 2006 18:10:54 -0600, BlackTopBum <going.vert@the.wall> probably wrote (unless it was a Kook): > Anyone get this printer to work with AMD 64 bit system? If so, please teach > how. Disable and remove coldplug, throw sys-fs/udev into /etc/portage/package.keywords, and emerge -u udev. Get the latest udev installed, and reboot. Then go back into Cups and reconfigure the printer. - -- eval join"",map{chomp;s/^.+?>\s*//;$_}grep{/>/}<DATA>; __DATA__ .' .' Kelly "STrRedWolf" Price -- WolfSkunk Designs xX xX .' http://stalag99.net tygris @ same domain "X "X X .' _____. X" X > XXXXXXXx. X".' > '"XXXXXX| X > "XXX| X" > 'XX' > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEVOTERCiTQGVX194RAiHrAJ0X2ZQe/tT0jG6fyO/l49e+lNr5jQCgmmOV UGrjKWgXjAOYHfUAG30i8nE= =MNsx -----END PGP SIGNATURE----- |
| |||
| redwolf@pandora.orbl.org said something like a ... > Disable and remove coldplug, throw sys-fs/udev into > /etc/portage/package.keywords, and emerge -u udev. Get the latest udev > installed, and reboot. Then go back into Cups and reconfigure the > printer. > Thanks for replying redwolf. I performed the following steps, in order, as root: /etc/init.d./coldplug stop rc-update delete coldplug rm -f /etc/init.d/coldplug nano -w /etc/portage/package.keywords and added =sys-fs/udev-090 ~x86 emerge unmerge coldplug emerge -u udev emerge hplip dispatch-conf - chose "u" rc-update add hplip default .... rebooted ... Added the printer in question and it was "ready", yet the print aborted -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |
| |||
| > Added the printer in question and it was "ready", yet the print aborted I don't know the things about udev (i thought it was standard with gentoo? at least if you run 64bit). But I use a HP PSC 1410 and it all works. It is very important, that you configure CUPS to use the printer through the HP device. Not USB://PRINTER, but HP://PRINTER/SOMETHING. Maybe it's that. |
| |||
| On Mon, 01 May 2006 13:42:10 +0200 Sebastian Volke <jungschar_basti@gmx.net> wrote: > > Added the printer in question and it was "ready", yet the print aborted > I don't know the things about udev (i thought it was standard with > gentoo? at least if you run 64bit). > But I use a HP PSC 1410 and it all works. It is very important, that you > configure CUPS to use the printer through the HP device. Not > USB://PRINTER, but HP://PRINTER/SOMETHING. Maybe it's that. lately, i had problems printing too. The only thing i did was re-emerging cups, restart the service and it worked |
| |||
| Sebastian Volke said something like a ... > It is very important, that you > configure CUPS to use the printer through the HP device. Not > USB://PRINTER, but HP://PRINTER/SOMETHING. Yes, it's there - that serial number string appended by "usb". Wrote HP and they were nice but remarked they didn't know what to say. -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |
| |||
| Vanheede Bart said something like a ... > lately, i had problems printing too. > The only thing i did was re-emerging cups, restart the service and it > worked Is your system built for 64 or is 32 bit using a new 64 bit CPU? Mine is the later. Read this last night at gentoo.org; "Can I upgrade from my x86 system to amd64 by doing emerge -e world? Due to several differences between an x86 and an amd64 installation, it is impossible to upgrade. Please perform a fresh install. The installation is slightly different than an x86 one, so please use the AMD64 Handbook. " Maybe that's what's needed - I've too much on now to accomplish the install for another 3 or so weeks. -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 30 Apr 2006 20:47:00 -0600, BlackTopBum <going.vert@the.wall> probably wrote (unless it was a Kook): > Thanks for replying redwolf. > > I performed the following steps, in order, as root: > /etc/init.d./coldplug stop > rc-update delete coldplug > rm -f /etc/init.d/coldplug > nano -w /etc/portage/package.keywords and added =sys-fs/udev-090 ~x86 > emerge unmerge coldplug > emerge -u udev > emerge hplip > dispatch-conf - chose "u" > rc-update add hplip default > ... rebooted ... > Added the printer in question and it was "ready", yet the print aborted Strange. Of course, I've never had an HP do that -- but they were older HP's. My USB-based Epson Stylus C82 disappeared when I moved to amd64, and it took me an update and some re-emerging of cups to get it working again. Did you ask on the Gentoo forums? - -- eval join"",map{chomp;s/^.+?>\s*//;$_}grep{/>/}<DATA>; __DATA__ .' .' Kelly "STrRedWolf" Price -- WolfSkunk Designs xX xX .' http://stalag99.net tygris @ same domain "X "X X .' _____. X" X > XXXXXXXx. X".' > '"XXXXXX| X > "XXX| X" > 'XX' > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEVamVRCiTQGVX194RAqhTAJ0ayEsJRrnf+tq6Fp4yDG 1cayNKPgCeNpBW /19hBQ+Y0qfhAKdtDOYIqQo= =oWKr -----END PGP SIGNATURE----- |
| ||||
| redwolf@pandora.orbl.org said something like a ... > Did you ask on the Gentoo forums? No, I scoured them and didn't find a resolution, so I thought to try here. -- BlackTopBum You don't skateboard? What worthwhile thing are you doing !? |