10.6.1 doesn't detect usb printer properly

I have a Samsung SCX-4300 printer in my office connected to my MacBook running Snow Leopard (clean install, and upgraded to 10.6.1 right after setting up the system). When I tried to add the printer in System Preferences, the printer does not show up at all, even though the printer is on and connected, and clearly shows up under the USB tab in System Profile. I have tried resetting the printing system in System Preferences, fixing disk permissions both from within the system and from the installation DVD (incidentally, the permissions never seem to get fixed - even when the log says that they are fixed, when I run verification immediately after, the permissions are still broken), and zapping pram, but nothing works. Furthermore, I also have an HP F4280 all-in-one back at home, and the same MacBook only detects the printing function, but not the scanning function (no scan tab in printer preferences). Both the Samsung SCX-4300 and HP F4280 have drivers either supplied with Snow Leopard, or downloadable from Software Update.
Message was edited by: piatigorsky

piatigorsky,
I can help with the HP, but not the Samsung since I don't know anything about it. There is a known issue with the Print queue potentially showing the Print and not the Scan tabs for devices with In-OS drivers. The work around seems to be to delete and re-add the print queue, this should cause the right association with the scanner to occur.
Given the clean install nature of Snow Leopard (as apposed to the default upgrade install) I am surprised by the problems you are having.
A couple of notes:
1) A full installer for the HP device is available from [here|http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=al- 74802-1&lc=en&dlc=en&cc=us&lang=en&os=219&product=3390949]. This will give you an HP Scan application. It may help to track down the Scan problems with the In-OS drivers. It does not however contain the In-OS drivers.
2) A good document from HP on configuring your printer can be found [here|http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01846935&lc=en&dlc=e n&cc=us&lang=en&os=219&product=3390949].
3) A great document on setting up the device for using the In-OS Print and Scan drivers from Apple can be found [here|http://support.apple.com/kb/HT3771].
4) Finally a generic document on Print and Scan drivers from Apple can be found [here|http://support.apple.com/kb/HT3669]. And it states that your Samsung drivers should be In-OS as well.
Note one other thing you may want to try, if you've Reset your printing system, and your computer (restart) is to actually restart the device. This may help get the Samsung recognized.
Just trying to help.
Andrew

Similar Messages

  • How can I print from iPad to a Brother printer with a TP-link tl-wps510u connected to it without using a computer? It doesn't detect the printer.

    I have a Brother printer that doesn't have wifi, but I bought a Wireless Server Print to connect to it. I want the iPad can print directly to the printer without using a computer, but the iPad doesn't detect the printer. Is that possible?

    javigomez88 wrote:
    I know that Brother has an app that works with its wireless printers, even if they are not airprint. My printer isn't wireless, is a wireless print server attached to the printer what is able to make this printer wireless. Could this app be a solution or only would work with the wireless Brother printers?
    The Apps usually only work with wireless printers, though if its free, there is no harm in trying, and see if it gets picked up, but its doubtful, as the print server would need to transmit in the same protocol the Brother Print App is expecting from the supported wireless printers. 

  • HT3986 my new macbook pro doesn't detect usb driver

    During Bootcamp installation, MBP doesn't detect USB driver before/after finishing virus scan checking.
    system finder has USB driver directory as the below snapshot, but "NO USB Drive" warning continuously.

    During Bootcamp installation, MBP doesn't detect USB driver before/after finishing virus scan checking.
    system finder has USB driver directory as the below snapshot, but "NO USB Drive" warning continuously.

  • [SOLVED] CUPS doesn't detect USB Samsung ML-2010 printer

    Hi. I only speak a little English. Sorry for that.
    I have got an USB Samsung ML-2010 printer. Before I used cups-usblp from AUR, and it worked. But it doesn't work now. The cups-usblp maintainer suggests to use cups instead of cups-usblp. Searching with google, it appears that other people don't have problems with this printer, cups, and archlinux. But I do. Cups' web interface doesn't detect it.
    Well, this is how are the things now:
    $ lsusb | grep Samsung
    Bus 002 Device 004: ID 04e8:326c Samsung Electronics Co., Ltd ML-2010P Mono Laser Printer
    $ ls -l /dev/bus/usb/002/004
    crw-rw-r-- 1 root lp 189, 131 mar  4 09:56 /dev/bus/usb/002/004
    $ grep usb /lib/udev/rules.d/50-udev-default.rules
    # 'libusb' device nodes
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp"
    $ sudo grep SystemGroup /etc/cups/cupsd.conf
    SystemGroup sys root lp
    $ groups
    lp wheel games video audio optical storage scanner power users
    $ cat /etc/modprobe.d/blacklist.conf
    blacklist usblp
    $ lsmod | grep usblp
    (no output)
    $ cat /etc/udev/rules.d/10-cups_device_link.rules
    KERNEL=="lp[0-9]", SYMLINK+="%k", GROUP="lp"
    $ cat /etc/udev/rules.d/10-usbprinter.rules
    ATTR{idVendor}=="04e8", ATTR{idProduct}=="326c", MODE:="0660", GROUP:="lp"
    $ rc.d status cupsd
    :: Checking cupsd status                                                                                                   [STARTED]
    $ pacman -Q cups ghostscript gsfonts gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters splix
    cups 1.5.2-1
    ghostscript 9.05-1
    gsfonts 1.0.7pre44-3
    gutenprint 5.2.7-3
    foomatic-db 1:4.0.7_20110707-1
    foomatic-db-engine 1:4.0.7_20110707-1
    foomatic-db-nonfree 1:4.0.7_20110707-1
    foomatic-filters 1:4.0.7_20110707-1
    splix 2.0.0-11
    I open http://localhost:631 in my browser, click "add new printer" and I get just "Serial printer #1"
    at "local printers". There isn't my printer. I use KDE, and KDE's tool for adding printers doesn's detect it either.
    I miss archlinux, but I need to print.
    What may be wrong? What may be I am missing?
    Thanks a lot for your comments and help.
    Last edited by felihommen (2012-03-04 20:33:39)

    Solved!
    Restarting cupsd didn't work.
    But reinstalling cups...
    $ sudo pacman -Rdc cups (it is a dependency of kdeadmin-system-config-printer-kde which I had installed)
    $ sudo rm -r /etc/cups/*
    I realize cupsd is already running:
    $ ps aux | grep cupsd
    root      1549  0.0  0.1  75548  4080 ?        Ss   21:04   0:00 cupsd -C /etc/cups/cupsd.conf
    felipe    1690  0.0  0.0   8416  1028 pts/1    S+   21:13   0:00 grep cups
    I kill it
    $ sudo -SIGKILL 1549
    $ ps aux | grep cupsd
    felipe    1694  0.0  0.0   8416  1024 pts/1    S+   21:13   0:00 grep cups
    Ok. Reinstall cups
    $ sudo pacman -S cups
    Start cups daemon:
    $ sudo rc.d start cupsd
    Open firefox. Go to web interface, bla, bla, bla.... And it's there!
    I feel really silly. It was a fresh install, so I didn't think about reinstalling.
    Printed some jobs and worked perfectly. I used the gutenprint driver.
    Thanks a lot, pyther.  I thought yours wasn't a very useful suggestion, but it really was. I'm so happy. I owe you.

  • System Doesn't detect USB headset after suspend/resume

    Sometimes (this seems to happen randomly), after a resume from suspend my USB headset is no longer detected in gnome. It doesn't show up in the sound settings output tab, and unplugging/replugging the headset does nothing. It does seem to show right up if I run pulseaudio -k to restart pulseaudio. It doesn't seem to matter if I suspended with the headset plugged in or not.
    Has anyone else run into this issue, any workarounds or fixes?
    Last edited by bwat47 (2012-02-28 20:03:14)

    Let me quote archwiki here:
    Standby / Suspend to RAM
    In the ideal case, running sudo pm-suspend should initiate suspend to memory, meaning that all running state will be preserved in RAM and all components other than RAM will be shut down to conserve power. Pressing the power button should initiate a resume from this state.
    In some cases, it is possible that running pm-suspend causes hangs or other issues. This may be due to specific "misbehaving" modules. If you know which modules could cause such issues, adding a SUSPEND_MODULES config to /etc/pm/config.d/modules of the form
    SUSPEND_MODULES="uhci_hd button ehci_hd"
    should cause these modules to be specifically unloaded before suspend and reloaded after resume.
    To configure invoking pm-suspend automatically on power events like laptop lid close, please refer to Acpid.
    and exactly those 2 modules you should add in the same way.. because those are responsible for usb... helped for me...
    Last edited by Rasi (2012-02-28 21:21:46)

  • CUPS don't detect USB printer

    I have 2 usb printers. An old hp deskjet and a new samsung ML-1640.The first works fine with hplip dirver. For the second I have installed the official Samsund driver via AUR.  But CUPS don't see it. It is recognized by the kernel. I see /dev/usb/lp0 device created (root.lp rw-rw---) but still nothing in CUPS .
    After searching similar problems on the net I have found a hint that changing permissions on the lp0 device can solve the problem. So chmod +rw lp0 and it WORKS.
    But evidently after turn off, turn on of the printer lp0 will have its default permissions again. I tried to find the cause of the problem by comparing the system behavour with my printers. I found that it's identical. The devices are created with the same permissions.
    I found also that changing the group of the device to nobody or owner to daemon have the same effect as chmod +rw (it works).
    Anybody have an idea why this happen and how to fix it definitively ?
    Last edited by artiom (2009-02-10 10:44:43)

    Most printers of that class **do need** a slight udev tweak for making them work. Is not wrong to set a +rw on /dev/lp0, but if I were you, I would set a 0660@/dev/lp0 only if it matches your printer.
    Maybe something like:
    ACTION=="add", SUBSYSTEM=="usb", SYSFS{manofacturer}=="Samsung", MODE="0660", GROUP="lp"
    Might help. Obviosly, you need to tweak that rule to your own needs, and **don't forget** to add yourself to the lp group.
    Last edited by kjon (2009-02-10 13:08:20)

  • Windows 7 doesn't detect my Canon MX850

    Hi all,
    I have a Canon MX850 printer connected to the network. Unlike other reports in this forum, Windows 7 doesn't detect my printer at all.
    I can ping the printer and access it's network configuration page so network connectivit is not the issue (I even disabled the windows firewall, just in case).
    Any clues where to go next?
    Thanks,
    S.

    Hi,
    Can the printer work fine on other machine on the network?
    At this stage, you can refer to the following steps for a test.
    1. Plug the printer to the Windows 7 machine directly and install the proper driver. For your reference, I have enclosed the latest driver for Windows 7 below:
    Canon MX850 driver
    Please Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Is the printer working fine on the Windows 7 machine? If not, please let me know. Otherwise, you can put the printer back and connect it via network again.
    2. If the printer still cannot be detected via network, I suggest you remove the original printer on the computer and recreate a new network printer icon.
    For more information to access a network printer, please refer to the link below:
    File and Printer Sharing in Windows Vista
    Thanks,
    Novak

  • Custom kernel not detecting usb.

    I built custom kernel (kernel26mm) and when I boot it it doesn't detect USB.
    [dheart@lightbringer dheart]# cd /proc/bus/usb
    bash: cd: /proc/bus/usb: No such file or directory
    [dheart@lightbringer ~]$ lsusb
    [dheart@lightbringer ~]$
    and the out of lsusb on arch's kernel is:
    [dheart@lightbringer ~]$ lsusb
    Bus 005 Device 001: ID 0000:0000
    Bus 003 Device 003: ID 04e8:3268 Samsung Electronics Co., Ltd
    Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ69 Optical Wheel Mouse
    Bus 003 Device 001: ID 0000:0000
    Bus 004 Device 002: ID 0c10:0000
    Bus 004 Device 001: ID 0000:0000
    Bus 002 Device 001: ID 0000:0000
    Bus 001 Device 001: ID 0000:0000
    What do I need to do?

    Dheart wrote:
    # CONFIG_USB_SUPPORT is not set
    I think that explains a lot of things...
    Well... there ya go

  • I tried to install the new iOs 7 on my iphone 4, but it wasn't completed (showing error 4005). Now, my iphone is stuck on the itunes' logo with the usb cord, and I can't use my phone. And itunes doesn't detect my iphone when I connect it on my computer.

    Hi everyone! I tried to install the new iOs 7 on my iphone 4, but it wasn't completed (showing error 4005). Now, my iphone is stuck on the itunes' logo with the usb cord, and I can't use my phone. And itunes doesn't detect my iphone when I connect it on my computer, so I can't put it in recovery mode or someting like that... What can I do?? I tried everything they tell me to do in the apple support but nothing seems to work. Thank you!

    No problem, glad to help!
    Update: my PC USB hub was connected to a USB 3 port, I connected the 30 pin cable directly to my PC, And the restore worked just fine. Restored phone from iCloud backup and seems to be working fine.

  • Trying to update firmware on my canon printer MG5320 but in doesn't recognize the printer being plugged in via USB cable

    I am trying to update firmware on my canon printer MG5320 to be able to use the airprint feature but in doesn't recognize the printer being plugged in via USB cable. I have tried restarting the macbook, turning on and off the printer, repairing permissions, deleting and redownloading the update what else can I do? The prinyrt works fine otherwise...

    If there are no drivers for Yosemite you might be in trouble.. HP will tend not to support printers once they are EOL.
    Getting it running over wireless rather than USB might be worthwhile.
    Can’t connect wirelessly HP Photosmart C4780 to MacBook Pro OSX 10.8.2 Mountain Lion.
    Has the printer been working and now failed after update.. what update caused the failure if that is the problem??

  • Laptop doesn't detect driver for Pixma iP100 printer.

    Have Pixma iP 100 installed on Toshiba A665 laptop. Was working fine. Then upgraded to Windows-8 after which computer failed to recognize printer. Have down loaded Wx 8 driver from Canon website to no avail. Have uninstalled and re-installed still to no avail. System can't find driver. Any help? Thanks, DC.

    Hi dcjensen,
    I would like to see just how much of the printer is or is not being detected by Windows by seeing how it shows up in Device Manager, or even if it shows up at all.  Use the following steps to get into Device Manager:
    1.  Put your mouse in the top right corner to open the Charms Menu, then click Settings.
    2.  Click Control Panel.
    3.  Click System and Security.
    4.  Click System.
    5.  Click Device Manager on the left.
    In the Device Manager, are there any entries that have a question mark or exclamation point?  Also, is there an entry under Other Devices that eitehr lists the name of the printer or just says Unknown Device?  Lastly, under Universal Serial Bus Controllers, do you have one or more entry that says USB Printing Support?
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Windows XP running on iMac, USB Printer not detected on Windows

    Hi all,
    I'm pretty sure this is not a Mac issue, however I've been trying to understand this problem and I didn't find a proper solution, maybe some of you can help with that.
    The situation is:
    iMac running Mac OS X 10.4.10 working fine with a Xerox Printer 8550 connected with a USB cable, however, in the same system my colleague has a Windows XP installed with BootCamp, the problem is that Windows Xp cannot detect the USB printer, have you heard anything like that before?
    Any help is welcome.
    Thanks in advance.
    Kind Regards
    Alatryste

    should be only driver problem?
    http://www.support.xerox.com/go/results.asp?Xlang=enUS&XCntry=USA&prodID=85008550&ripId=&Xtype=download

  • Solaris 11.1 ehci bug: usb-printer not anymore recognized

    same hardware, same printer:
    after upgrading to 11.1 the usb-printer is not detected
    cfgadm does not list it, not detected by HAL.
    No usb kern.info for the printer in /var/adm/messages
    but unplugging USB cable causes ehci error message in /var/adm/messages.
    Rollback to 11.0 BE, and printer is there again:
    $> cfgadm
    Ap_Id Type Receptacle Occupant Condition
    sata6/0::dsk/c5t0d0 disk connected configured ok
    sata6/1 sata-port empty unconfigured ok
    sata6/2 sata-port empty unconfigured ok
    sata6/3::dsk/c5t3d0 cd/dvd connected configured ok
    sata6/4 sata-port empty unconfigured ok
    sata6/5 sata-port empty unconfigured ok
    usb2/1 unknown empty unconfigured ok
    usb2/2 unknown empty unconfigured ok
    usb2/3 unknown empty unconfigured ok
    usb2/4 unknown empty unconfigured ok
    usb2/5 unknown empty unconfigured ok
    usb2/6 unknown empty unconfigured ok
    usb3/1 usb-printer connected configured ok
    in /var/adm/messages printer shows up again:
    Nov 2 23:16:20 mini11 usba: [ID 349649 kern.info]      Samsung Electronics Co., Ltd. CLP-310 Series 1434BABS103573Z
    Nov 2 23:16:20 mini11 genunix: [ID 936769 kern.info] usbprn1 is /pci@0,0/pci1025,228@2,1/printer@1
    Nov 2 23:16:20 mini11 genunix: [ID 408114 kern.info] /pci@0,0/pci1025,228@2,1/printer@1 (usbprn1) online
    example hardware: Acer Aspire X3400
    Herstellername:Acer
    Manufacture model:Aspire X3400
    64 Bit:True
    OS version:SunOS mini11 5.11 11.0 i86pc i386 i86pc
    CPU Type:AMD Athlon(tm) II X2 220 Processor
    CPU Number:1
    Number Of Cores Per Processor:2
    Number Of Threads Per Processor:2
    Bios/Firmware Maker:AMI Version:P01-B1 Release Date:04/02/2010
    prtconf -pv:
    System Configuration: Oracle Corporation i86pc
    Memory size: 4096 Megabytes
    System Peripherals (PROM Nodes):
    Node 0x000001
    bios-boot-device: '80'
    stdout: 00000000
    name: 'i86pc'
    Node 0x000002
    existing: 00c21000.00000000.029d1001.00000000
    name: 'ramdisk'
    Node 0x000003
    acpi-namespace: '\_SB_.PCI0'
    compatible: 'pciex_root_complex'
    device_type: 'pciex'
    reg: 00000000.00000000.00000000.00000000.00000000
    #size-cells: 00000002
    #address-cells: 00000003
    name: 'pci'
    Node 0x000004
    reg: 00000000.00000000.00000000.00000000.00000000
    compatible: 'pci10de,754.1025.228.a2' + 'pci10de,754.1025.228' + 'pci1025,228' + 'pci10de,754.a2' + 'pci10de,754' + 'pciclass,050000' + 'pciclass,0500'
    model: 'Ram'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '0'
    class-code: 00050000
    revision-id: 000000a2
    vendor-id: 000010de
    device-id: 00000754
    name: 'pci1025,228'
    Node 0x000005
    #size-cells: 00000001
    #address-cells: 00000002
    ranges: 00000001.00000000.81000000.00000000.00000000.0000004e.00000001.00000050.81000000.00000000.00000050.000000b0.00000001.000004d0.81000000.00000000.000004d0.00000002.00000001.00000800.81000000.00000000.00000800.00000010.00000001.00000a00.81000000.00000000.00000a00.00000040.00000001.00000cf8.81000000.00000000.00000cf8.00000008.00000001.00004000.81000000.00000000.00004000.00000100.00000001.00004400.81000000.00000000.00004400.00000100.00000001.00004800.81000000.00000000.00004800.00000100.00000000.00000000.82000000.00000000.00000000.000a0000.00000000.000c0000.82000000.00000000.000c0000.00010000.00000000.000e0000.82000000.00000000.000e0000.c7f20000.00000000.e0000000.82000000.00000000.e0000000.10000000.00000000.fec00000.82000000.00000000.fec00000.01400000.00000000.fec00000.82000000.00000000.fec00000.00001000.00000000.fed00000.82000000.00000000.fed00000.00001000.00000000.fed04000.82000000.00000000.fed04000.00001000.00000000.fee00000.82000000.00000000.fee00000.00100000
    acpi-namespace: '\_SB_.PCI0.SBRG'
    device_type: 'isa'
    assigned-addresses: 81000810.00000000.00004f00.00000000.00000100
    reg: 00000800.00000000.00000000.00000000.00000000.01000810.00000000.00000000.00000000.00000100
    compatible: 'pci10de,75c.1025.228.a2' + 'pci10de,75c.1025.228' + 'pci1025,228' + 'pci10de,75c.a2' + 'pci10de,75c' + 'pciclass,060100' + 'pciclass,0601'
    model: 'ISA bridge'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '1'
    class-code: 00060100
    revision-id: 000000a2
    vendor-id: 000010de
    device-id: 0000075c
    name: 'isa'
    Node 0x000024
    unit-address: '1,60'
    interrupts: 00000001.0000000c
    reg: 00000001.00000060.00000001.00000001.00000064.00000001
    name: 'i8042'
    Node 0x000025
    compatible: 'pnpPNP,303'
    device-type: 'keyboard'
    interrupts: 00000001.0000000c
    reg: 00000000
    acpi-namespace: '\_SB_.PCI0.SBRG.PS2K'
    model: 'System keyboard'
    name: 'keyboard'
    Node 0x000026
    compatible: 'pnpPNP,f03'
    device-type: 'mouse'
    reg: 00000001
    interrupts: 0000000c
    acpi-namespace: '\_SB_.PCI0.SBRG.PS2M'
    model: 'Microsoft PS/2-style Mouse'
    name: 'mouse'
    Node 0x000027
    compatible: 'pnpPNP,c01'
    reg: 00000000.00000000.000a0000.00000000.000c0000.00010000.00000000.000e0000.00020000.00000000.00100000.c7f00000.00000000.fec00000.01400000
    acpi-namespace: '\_SB_.RMEM'
    model: 'Motherboard'
    name: 'motherboard'
    Node 0x000006
    acpi-namespace: '\_SB_.PCI0.SMB0'
    assigned-addresses: 81000910.00000000.00004900.00000000.00000040.81000920.00000000.00004d00.00000000.00000040.81000924.00000000.00004e00.00000000.00000040
    reg: 00000900.00000000.00000000.00000000.00000000.01000910.00000000.00000000.00000000.00000040.01000920.00000000.00000000.00000000.00000040.01000924.00000000.00000000.00000000.00000040
    compatible: 'pci10de,752.1025.228.a1' + 'pci10de,752.1025.228' + 'pci1025,228' + 'pci10de,752.a1' + 'pci10de,752' + 'pciclass,0c0500' + 'pciclass,0c05'
    model: 'SMBus (System Management Bus)'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '1,1'
    class-code: 000c0500
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000752
    name: 'pci1025,228'
    Node 0x000007
    reg: 00000a00.00000000.00000000.00000000.00000000
    compatible: 'pci10de,751.1025.228.a1' + 'pci10de,751.1025.228' + 'pci1025,228' + 'pci10de,751.a1' + 'pci10de,751' + 'pciclass,050000' + 'pciclass,0500'
    model: 'Ram'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '1,2'
    class-code: 00050000
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000751
    name: 'pci1025,228'
    Node 0x000008
    assigned-addresses: 82000b10.00000000.fce80000.00000000.00080000
    reg: 00000b00.00000000.00000000.00000000.00000000.02000b10.00000000.00000000.00000000.00080000
    compatible: 'pci10de,753.1025.228.a2' + 'pci10de,753.1025.228' + 'pci1025,228' + 'pci10de,753.a2' + 'pci10de,753' + 'pciclass,0b4000' + 'pciclass,0b40'
    model: 'Co-processor'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000002
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '1,3'
    class-code: 000b4000
    revision-id: 000000a2
    vendor-id: 000010de
    device-id: 00000753
    name: 'pci1025,228'
    Node 0x000009
    acpi-namespace: '\_SB_.PCI0.IMAP'
    reg: 00000c00.00000000.00000000.00000000.00000000
    compatible: 'pci10de,568.1025.228.a1' + 'pci10de,568.1025.228' + 'pci1025,228' + 'pci10de,568.a1' + 'pci10de,568' + 'pciclass,050000' + 'pciclass,0500'
    model: 'Ram'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '1,4'
    class-code: 00050000
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000568
    name: 'pci1025,228'
    Node 0x00000a
    acpi-namespace: '\_SB_.PCI0.USB0'
    assigned-addresses: 82001010.00000000.fce7f000.00000000.00001000
    reg: 00001000.00000000.00000000.00000000.00000000.02001010.00000000.00000000.00000000.00001000
    compatible: 'pci10de,77b.1025.228.a1' + 'pci10de,77b.1025.228' + 'pci1025,228' + 'pci10de,77b.a1' + 'pci10de,77b' + 'pciclass,0c0310' + 'pciclass,0c03'
    model: 'Universal Serial Bus OHCI compliant'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '2'
    class-code: 000c0310
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000077b
    name: 'pci1025,228'
    Node 0x00000b
    acpi-namespace: '\_SB_.PCI0.USB2'
    assigned-addresses: 82001110.00000000.fce7ec00.00000000.00000100
    reg: 00001100.00000000.00000000.00000000.00000000.02001110.00000000.00000000.00000000.00000100
    compatible: 'pci10de,77c.1025.228.a1' + 'pci10de,77c.1025.228' + 'pci1025,228' + 'pci10de,77c.a1' + 'pci10de,77c' + 'pciclass,0c0320' + 'pciclass,0c03'
    model: 'Universal Serial Bus EHCI compliant'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000002
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '2,1'
    class-code: 000c0320
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000077c
    name: 'pci1025,228'
    Node 0x00000c
    acpi-namespace: '\_SB_.PCI0.US15'
    assigned-addresses: 82002010.00000000.fce7d000.00000000.00001000
    reg: 00002000.00000000.00000000.00000000.00000000.02002010.00000000.00000000.00000000.00001000
    compatible: 'pci10de,77d.1025.228.a1' + 'pci10de,77d.1025.228' + 'pci1025,228' + 'pci10de,77d.a1' + 'pci10de,77d' + 'pciclass,0c0310' + 'pciclass,0c03'
    model: 'Universal Serial Bus OHCI compliant'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '4'
    class-code: 000c0310
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000077d
    name: 'pci1025,228'
    Node 0x00000d
    acpi-namespace: '\_SB_.PCI0.US12'
    assigned-addresses: 82002110.00000000.fce7e800.00000000.00000100
    reg: 00002100.00000000.00000000.00000000.00000000.02002110.00000000.00000000.00000000.00000100
    compatible: 'pci10de,77e.1025.228.a1' + 'pci10de,77e.1025.228' + 'pci1025,228' + 'pci10de,77e.a1' + 'pci10de,77e' + 'pciclass,0c0320' + 'pciclass,0c03'
    model: 'Universal Serial Bus EHCI compliant'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000002
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '4,1'
    class-code: 000c0320
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000077e
    name: 'pci1025,228'
    Node 0x00000e
    acpi-namespace: '\_SB_.PCI0.IDE0'
    #size-cells: 00000000
    #address-cells: 00000001
    device_type: 'pci-ide'
    assigned-addresses: 81003000.00000000.000001f0.00000000.00000008.81003000.00000000.000003f6.00000000.00000001.81003000.00000000.00000170.00000000.00000008.81003000.00000000.00000376.00000000.00000001.81003020.00000000.0000ffa0.00000000.00000010
    reg: 00003000.00000000.00000000.00000000.00000000.81003000.00000000.000001f0.00000000.00000008.81003000.00000000.000003f6.00000000.00000001.81003000.00000000.00000170.00000000.00000008.81003000.00000000.00000376.00000000.00000001.01003020.00000000.00000000.00000000.00000010
    compatible: 'pci10de,759.1025.228.a1' + 'pci10de,759.1025.228' + 'pci1025,228' + 'pci10de,759.a1' + 'pci10de,759' + 'pciclass,01018a' + 'pciclass,0101'
    model: 'IDE controller'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '6'
    class-code: 0001018a
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000759
    name: 'pci-ide'
    Node 0x00000f
    reg: 00000000
    name: 'ide'
    Node 0x000010
    reg: 00000001
    name: 'ide'
    Node 0x000011
    acpi-namespace: '\_SB_.PCI0.HDAC'
    assigned-addresses: 82003810.00000000.fce78000.00000000.00004000
    reg: 00003800.00000000.00000000.00000000.00000000.02003810.00000000.00000000.00000000.00004000
    compatible: 'pci10de,774.1025.228.a1' + 'pci10de,774.1025.228' + 'pci1025,228' + 'pci10de,774.a1' + 'pci10de,774' + 'pciclass,040300' + 'pciclass,0403'
    model: 'Mixed Mode device'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000005
    min-grant: 00000002
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '7'
    class-code: 00040300
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000774
    name: 'pci1025,228'
    Node 0x000012
    acpi-namespace: '\_SB_.PCI0.P0P1'
    slot-names: 00000600.746f6c53.6c530034.0035746f
    reg: 00004000.00000000.00000000.00000000.00000000
    compatible: 'pci10de,75a.a1' + 'pci10de,75a' + 'pciclass,060401' + 'pciclass,0604'
    model: 'Subtractive Decode PCI-PCI bridge'
    bus-range: 00000001.00000001
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pci'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    unit-address: '8'
    class-code: 00060401
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000075a
    name: 'pci10de,75a'
    Node 0x000013
    acpi-namespace: '\_SB_.PCI0.ATA0'
    assigned-addresses: 81004810.00000000.0000d480.00000000.00000008.81004814.00000000.0000d400.00000000.00000004.81004818.00000000.0000d080.00000000.00000008.8100481c.00000000.0000d000.00000000.00000004.81004820.00000000.0000cc00.00000000.00000010.82004824.00000000.fce76000.00000000.00002000
    reg: 00004800.00000000.00000000.00000000.00000000.01004810.00000000.00000000.00000000.00000008.01004814.00000000.00000000.00000000.00000004.01004818.00000000.00000000.00000000.00000008.0100481c.00000000.00000000.00000000.00000004.01004820.00000000.00000000.00000000.00000010.02004824.00000000.00000000.00000000.00002000
    compatible: 'pci10de,ad4.1025.228.a2' + 'pci10de,ad4.1025.228' + 'pci1025,228' + 'pci10de,ad4.a2' + 'pci10de,ad4' + 'pciclass,010601' + 'pciclass,0106'
    model: 'SATA AHCI 1.0 Interface'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000001
    min-grant: 00000003
    subsystem-vendor-id: 00001025
    subsystem-id: 00000228
    unit-address: '9'
    class-code: 00010601
    revision-id: 000000a2
    vendor-id: 000010de
    device-id: 00000ad4
    name: 'pci1025,228'
    Node 0x000014
    acpi-namespace: '\_SB_.PCI0.NMAC'
    assigned-addresses: 82005010.00000000.fce7c000.00000000.00001000.81005014.00000000.0000c880.00000000.00000008.82005018.00000000.fce7e400.00000000.00000100.8200501c.00000000.fce7e000.00000000.00000010
    reg: 00005000.00000000.00000000.00000000.00000000.02005010.00000000.00000000.00000000.00001000.01005014.00000000.00000000.00000000.00000008.02005018.00000000.00000000.00000000.00000100.0200501c.00000000.00000000.00000000.00000010
    compatible: 'pci10de,760.1025.8000.a2' + 'pci10de,760.1025.8000' + 'pci1025,8000' + 'pci10de,760.a2' + 'pci10de,760' + 'pciclass,020000' + 'pciclass,0200'
    model: 'Ethernet controller'
    power-consumption: 00000001.00000001
    66mhz-capable:
    fast-back-to-back:
    devsel-speed: 00000000
    interrupts: 00000001
    max-latency: 00000014
    min-grant: 00000001
    subsystem-vendor-id: 00001025
    subsystem-id: 00008000
    unit-address: 'a'
    class-code: 00020000
    revision-id: 000000a2
    vendor-id: 000010de
    device-id: 00000760
    name: 'pci1025,8000'
    Node 0x000015
    acpi-namespace: '\_SB_.PCI0.MXR0'
    slot-names: 00000001.746f6c53.00003233
    reg: 00008000.00000000.00000000.00000000.00000000
    compatible: 'pciex10de,778.a1' + 'pciex10de,778' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci10de,778.a1' + 'pci10de,778' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    ranges: 81000000.00000000.000003b0.81000000.00000000.000003b0.00000000.0000000c.81000000.00000000.000003c0.81000000.00000000.000003c0.00000000.00000020.81000000.00000000.0000e000.81000000.00000000.0000e000.00000000.00001000.82000000.00000000.000a0000.82000000.00000000.000a0000.00000000.00020000.82000000.00000000.fcf00000.82000000.00000000.fcf00000.00000000.01100000.c2000000.00000000.ce000000.c2000000.00000000.ce000000.00000000.12000000
    bus-range: 00000002.00000002
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000001
    devsel-speed: 00000000
    interrupts: 00000001
    unit-address: '10'
    class-code: 00060400
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000778
    name: 'pci10de,778'
    Node 0x00001d
    assigned-addresses: 82020010.00000000.fd000000.00000000.01000000.c3020014.00000000.d0000000.00000000.10000000.c302001c.00000000.ce000000.00000000.02000000.81020024.00000000.0000ec00.00000000.00000080.a1020000.00000000.000003b0.00000000.0000000c.a1020000.00000000.000003c0.00000000.00000020.a2020000.00000000.000a0000.00000000.00020000
    reg: 00020000.00000000.00000000.00000000.00000000.02020010.00000000.00000000.00000000.01000000.43020014.00000000.00000000.00000000.10000000.4302001c.00000000.00000000.00000000.02000000.01020024.00000000.00000000.00000000.00000080.a1020000.00000000.000003b0.00000000.0000000c.a1020000.00000000.000003c0.00000000.00000020.a2020000.00000000.000a0000.00000000.00020000
    compatible: 'pciex10de,a22.174b.1141.a2' + 'pciex10de,a22.174b.1141' + 'pciex10de,a22.a2' + 'pciex10de,a22' + 'pciexclass,030000' + 'pciexclass,0300' + 'pci10de,a22.174b.1141.a2' + 'pci10de,a22.174b.1141' + 'pci10de,a22.a2' + 'pci10de,a22' + 'pciclass,030000' + 'pciclass,0300'
    model: 'VGA compatible controller'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000001
    subsystem-vendor-id: 0000174b
    subsystem-id: 00001141
    device_type: 'display'
    unit-address: '0'
    class-code: 00030000
    revision-id: 000000a2
    vendor-id: 000010de
    device-id: 00000a22
    name: 'display'
    Node 0x00001e
    assigned-addresses: 82020110.00000000.fcf7c000.00000000.00004000
    reg: 00020100.00000000.00000000.00000000.00000000.02020110.00000000.00000000.00000000.00004000
    compatible: 'pciex10de,be2.174b.1141.a1' + 'pciex10de,be2.174b.1141' + 'pciex10de,be2.a1' + 'pciex10de,be2' + 'pciexclass,040300' + 'pciexclass,0403' + 'pci10de,be2.174b.1141.a1' + 'pci10de,be2.174b.1141' + 'pci174b,1141' + 'pci10de,be2.a1' + 'pci10de,be2' + 'pciclass,040300' + 'pciclass,0403'
    model: 'Mixed Mode device'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    interrupts: 00000001
    subsystem-vendor-id: 0000174b
    subsystem-id: 00001141
    unit-address: '0,1'
    class-code: 00040300
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 00000be2
    name: 'pci174b,1141'
    Node 0x000016
    acpi-namespace: '\_SB_.PCI0.BR12'
    slot-names: 00000001.746f6c53.00003433
    reg: 00009000.00000000.00000000.00000000.00000000
    compatible: 'pciex10de,75b.a1' + 'pciex10de,75b' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci10de,75b.a1' + 'pci10de,75b' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    bus-range: 00000003.00000003
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000003
    devsel-speed: 00000000
    interrupts: 00000001
    unit-address: '12'
    class-code: 00060400
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000075b
    name: 'pci10de,75b'
    Node 0x000017
    acpi-namespace: '\_SB_.PCI0.BR13'
    slot-names: 00000001.746f6c53.00003533
    reg: 00009800.00000000.00000000.00000000.00000000
    compatible: 'pciex10de,77a.a1' + 'pciex10de,77a' + 'pciexclass,060400' + 'pciexclass,0604' + 'pci10de,77a.a1' + 'pci10de,77a' + 'pciclass,060400' + 'pciclass,0604'
    model: 'PCI-PCI bridge'
    bus-range: 00000004.00000004
    #size-cells: 00000002
    #address-cells: 00000003
    device_type: 'pciex'
    power-consumption: 00000001.00000001
    physical-slot#: 00000004
    devsel-speed: 00000000
    interrupts: 00000001
    unit-address: '13'
    class-code: 00060400
    revision-id: 000000a1
    vendor-id: 000010de
    device-id: 0000077a
    name: 'pci10de,77a'
    Node 0x000018
    acpi-namespace: '\_SB_.PCI0.K800'
    reg: 0000c000.00000000.00000000.00000000.00000000
    compatible: 'pci1022,1200.0' + 'pci1022,1200' + 'pciclass,060000' + 'pciclass,0600'
    model: 'Host bridge'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    unit-address: '18'
    class-code: 00060000
    revision-id: 00000000
    vendor-id: 00001022
    device-id: 00001200
    name: 'pci1022,1200'
    Node 0x000019
    reg: 0000c100.00000000.00000000.00000000.00000000
    compatible: 'pci1022,1201.0' + 'pci1022,1201' + 'pciclass,060000' + 'pciclass,0600'
    model: 'Host bridge'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    unit-address: '18,1'
    class-code: 00060000
    revision-id: 00000000
    vendor-id: 00001022
    device-id: 00001201
    name: 'pci1022,1201'
    Node 0x00001a
    acpi-namespace: '\_SB_.PCI0.K802'
    reg: 0000c200.00000000.00000000.00000000.00000000
    compatible: 'pci1022,1202.0' + 'pci1022,1202' + 'pciclass,060000' + 'pciclass,0600'
    model: 'Host bridge'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    unit-address: '18,2'
    class-code: 00060000
    revision-id: 00000000
    vendor-id: 00001022
    device-id: 00001202
    name: 'pci1022,1202'
    Node 0x00001b
    acpi-namespace: '\_SB_.PCI0.K803'
    reg: 0000c300.00000000.00000000.00000000.00000000
    compatible: 'pci1022,1203.0' + 'pci1022,1203' + 'pciclass,060000' + 'pciclass,0600'
    model: 'Host bridge'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    unit-address: '18,3'
    class-code: 00060000
    revision-id: 00000000
    vendor-id: 00001022
    device-id: 00001203
    name: 'pci1022,1203'
    Node 0x00001c
    reg: 0000c400.00000000.00000000.00000000.00000000
    compatible: 'pci1022,1204.0' + 'pci1022,1204' + 'pciclass,060000' + 'pciclass,0600'
    model: 'Host bridge'
    power-consumption: 00000001.00000001
    devsel-speed: 00000000
    max-latency: 00000000
    min-grant: 00000000
    unit-address: '18,4'
    class-code: 00060000
    revision-id: 00000000
    vendor-id: 00001022
    device-id: 00001204
    name: 'pci1022,1204'
    Node 0x00001f
    device_type: 'a

    So Solaris 11.1 is supposed to support USB 3.0 and I think that may have something to do with it. I have two Gigaware 16GB USB thumb drives that work fine with 11.0 FCS but one of them fails under 11.1. Also not recognized but on occasion I can get /var/adm/messages to log something although most times it has nothing.
    So I used a Windows utility to look at both of them and one of them has an older firmware version than the other. The older one doesn't work with 11.1 but the one with the newer firmware runs just fine. Made a nice excuse to upgrade one of them to 32 GB's.
    alan

  • Mac doesn't detect CanonMP490 through Windows XP

    We just bought a Canon Pixma MP490. It is hooked up to our PC running Windows XP. I am trying to print from my Macbook Pro OS X 10.6.4 but when bringing up the Print & Fax setting, it doesn't even detect the printer. I have tried downloading the recent driver on the Canon Page and still have no luck. Please help!!

    When you have a Canon inkjet printer connected to the USB port of a Windows computer and shared, you cannot use the Canon provided driver on the Mac. For these types of network connections you need to use either a Gutenprint driver or PrintFab.
    Gutenprint is preferred because it is free and a copy is included with Mac OS X 10.6. However the MP490 is a new model and it is not listed as a supported model with the Gutenprint driver suite. So you can experiment with using a different Canon - Gutenprint model. Some users have reported that the 'Canon PIXMA MP160 - Gutenprint v5.2.x' has worked for their non-supported Canon printer.
    If you have no luck with finding a Gutenprint driver that works correctly with the MP490 you could look at using [PrintFab|http://www.printfab.net]. This software costs €49 but its cheaper than an Airport Express, which is about the only other option you have with a mixed network. Note that there is a 30 day trial available so at least you can test it and the MP490 is listed as a supported model.

  • My Computer Doesn't Detect My Camera

    My computer doesn't detect my camera! Can someone help? (If you haven't noticed, I created this account just to ask this question! Help is greatly appreciated!) 
    I recently had to do a system restore on my computer. After I restored, I tried to upload photos from my Powershot A4000 IS camera to my computer (I had done it before successfully) only to find that the Autoplay window didn't pop up (like it usually did) and the Hardware Fail sound played. I then tried to start my CameraWindow software manually, but it said my camera wasn't connected. I have several Usb ports on my computer, and I tried all of them. Nothing happened! I'm sure that I'm not missing any essential Canon software and my camera isn't damaged; I barely use it, and the Powershot A4000 support page claimed that I didn't need any extra drivers for my edition of Windows! Help! 
    P.S. My OS is Windows Vista SP2.

    Stupid_Computer,
    There are some additional questions I would like to ask that will help me determine what is wrong.
      1.  Have you tried connecting your camera to a different computer? 
      2.  Do other computers fail to recognize the camera?
      3.  Do you have any other devices connected to the computer, like a printer, scanner, webcam, external hard drive, etc?
    If this is a time sensitive-matter, additional support options are available at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • How can I close BDB  Environment and EntityStore in RMI Application

    Hi,all. I create Only one instance of the Environment object and one instance of the EntityStore Object when the RMI server is first started,like this: public class CalculatorServer { protected Environment env; protected EntityStore store; public Cal

  • Paragraphs in Oracle Text

    Hi!! I need to separate a text in paragraphs and to do that Oracle Text searches in every paragraph separately. Is it possible? How Oracle Text can identify a paragraph? Thanks a lot! Regards

  • Missing xpchelper

    I am having a problem with quicklook and certain file types (flv, etc.). I only noticed it recently after not using quicklook for a long time, and have no idea what might have caused it. I found instructions elsewhere saying I needed to rebuild my xp

  • Why does safari shut a page im on?

    why does safari close the current page im on?

  • New E 550, what kind of SSD and where does it go?

    Sorry if this has been answered already (searched but couldn't find it) but I would like to add an SSD to my new E 550.  I was just going to do a swap out for the regular HDD with an older SSD I had but I found out that my older SSD is too large. So