Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Brother MFC 7320
Date: Tue, 02 Oct 2012 13:11:27
Message-Id: 506AE771.1010602@gmail.com
In Reply to: [gentoo-user] Brother MFC 7320 by Silvio Siefke
1 On 10/02/2012 02:20 AM, Silvio Siefke wrote:
2 > Hello,
3 >
4 > i try to install my Printer, but in Cups not come the local port. I take
5 > a look in the handbook and have built the kernel new, but the printer
6 > want not work. When i take in the USB:
7 >
8 > Oct 2 11:09:28 gentoo-mobile kernel: [ 1756.280126] usb 2-1: new full-speed
9 > USB device number 2 using uhci_hcd
10 > Oct 2 11:09:28 gentoo-mobile kernel: [ 1756.450574] usblp 2-1:1.0: usblp0:
11 > USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01EB
12 > Oct 2 11:09:28 gentoo-mobile mtp-probe: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1"
13 > Oct 2 11:09:28 gentoo-mobile mtp-probe: bus: 2, device: 2 was not an MTP device
14 >
15 > gentoo-mobile siefke # lsusb
16 > Bus 001 Device 004: ID 0ac8:c326 Z-Star Microelectronics Corp. Namuga 1.3M Webcam
17 > Bus 002 Device 002: ID 04f9:01eb Brother Industries, Ltd MFC-7320
18 > Bus 004 Device 002: ID 15d9:0a4d Trust International B.V. Optical Mouse
19 > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
20 > Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
21 > Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
22 > Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
23 > Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
24 >
25 > gentoo-mobile siefke # /usr/lib/cups/backend/usb
26 > DEBUG: list_devices
27 > DEBUG: usb_find_busses=5
28 > DEBUG: usb_find_devices=8
29 >
30 > gentoo-mobile siefke # equery u cups
31 > + + X : Adds support for X11
32 > + + acl : Adds support for Access Control Lists
33 > + + dbus : Enable dbus support for anything that needs it (gpsd,
34 > gnomemeeting, etc)
35 > + + filters : Pull in net-print/foomatic-filters for filtering by
36 > + + jpeg : Adds JPEG image support
37 > + + linguas_de : German locale
38 > + + linguas_fr : French locale
39 > + + pam : Adds support for PAM (Pluggable Authentication Modules) -
40 > DANGEROUS to arbitrarily flip
41 > + + png : Adds support for libpng (PNG images)
42 > + + python : Add support for the Python interpeter in the web server
43 > CGIs.
44 > + + ssl : Adds support for Secure Socket Layer connections
45 > + + threads : Adds threads support for various packages. Usually
46 > pthreads
47 > + + tiff : Adds support for the TIFF image format
48 > + + usb : Adds USB support to applications that have optional USB
49 > support (e.g. cups)
50
51 Did you include CONFIG_USB_PRINTER support in your new kernel? If it's a module,
52 is the module loaded?
53
54 There are some usb printer drivers (eg my HP printer) that don't want the usb
55 useflag set in the cups package, but I don't know about Brother printers. You
56 might build cups both ways as a test if you can't find anything else wrong.