Hp p1005 driver doesn't support duplex

The driver for my HP LaserJet P1005 (version 1.4.0) doesn't support the manual duplex option that was available under previous version of the OS.  This behavior exhibits in all applications.  Have tried deleting, adding, resetting print system.  Other printers seem fine.  Installed via USB.

OXR wrote:
I found a ppd file for a different printer thatThad duplex support, added 7lines of DuplexUI to the ppd file, which yields a dialog box, but alas still prints single sided. So, I think I'm close, but not there yet.
I doubt that another PPD file will work.  Your printer does not have a mechanical duplex unit.  Any duplex output must be done in software that is usable for all printers or is specifically part of the manufacturer's software for your printer model.
Remember also that your printer is a very dumb printer.  It has to have its firmware sent to it each and every time it is turned on.  You will not be able to just use any driver that contains a provision for duplex.
But you are spot on, for the current driver.  Generic print only.  I've p,ayed around with some of the other HP drivers, but get worse (no print at all) results.  So I'm hoping the CUPS solution will work. Just missing a few things yet.
Your best bet is if an older version of the HP software is usable in Mavericks.  Failing an older version working, you would seem to be left with only the chance that the PDF workflow that HP provides will work for you.

Similar Messages

  • Weblogic Pool Driver doesn't support XA driver

              I am trying to set up a JDBC Strore for a JMS Server. The JDBC Store uses the Oracle
              XA driver (oracle.jdbc.xa.client.OracleXADataSource). However whaen the JMS server
              starts it gives me the following exception: Weblogic Pool Driver doesn't support
              XA driver. Any idea what I am doing wrong? I am using WL 8.1 SP2. THe full error
              trace is shown below:
              <Jan 15, 2004 3:05:09 PM EST> <Alert> <JMS> <BEA-040052> <JMSServer "jmsTestJmsServer1"
              store failed to open java.io.IOException: JMS JDBC store, connection pool = <jmsTestJdbcConnectionPool>,
              prefix = <JMS1>: cannot determine DBMS type
              <java.sql.SQLException: Pool connect failed : java.lang.Exception: Weblogic Pool
              Driver doesn't support XA driver, Please change your config to use a Non-XA driver
              <     at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:160)
              <     at weblogic.jdbc.pool.Driver.connect(Driver.java:156)
              <     at weblogic.jms.store.JDBCIOStream.checkDbmsType(JDBCIOStream.java:1490)
              <     at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:420)
              <     at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
              <     at weblogic.jms.backend.BEStore.open(BEStore.java:262)
              <     at weblogic.jms.backend.BEStore.start(BEStore.java:151)
              <     at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
              <     at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
              <     at weblogic.jms.JMSService.addJMSServer(JMSService.java:2241)
              <     at weblogic.jms.JMSService.addDeployment(JMSService.java:2012)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
              <     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
              <     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              <     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              <     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              <     at java.lang.reflect.Method.invoke(Method.java:324)
              <     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
              <     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
              <     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
              <     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
              <     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
              <     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
              <     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
              <     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
              <     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
              <     at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
              <     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
              <     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
              <     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
              <     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
              <     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
              <     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
              <     at weblogic.Server.main(Server.java:32)
              

              It appears that WebLogic 8.1 does not have the "user transactions enabled" flag
              for a connection factory. I see references to this flag in earlier versions of
              WebLogic. The closest thing in WL 8.1 seems to be the "XA Connection Factory Enabled"
              flag.
              Tom Barnes <[email protected]> wrote:
              >Actually, all you normally need to check is "user transactions enabled".
              >The XA versions of the javax.jms interfaces (which are generated
              >via XA connection factories) are not required - except
              >that I think that MDBs make a check for this.
              >
              >Naresh Bhatia wrote:
              >> So I assume that the XA capability is enabled by checking the "XA Connection
              >Factory
              >> Enabled" checkbox for the JMS connection factory.
              >>
              >> Thanks.
              >> Naresh
              >>
              >> Tom Barnes <[email protected]> wrote:
              >>
              >>>Just use a non-XA driver and non-XA pool for JMS JDBC stores.
              >>>WL JMS' XA capability does not come from its JDBC driver.
              >>>
              >>>Naresh Bhatia wrote:
              >>>
              >>>
              >>>>I am trying to set up a JDBC Strore for a JMS Server. The JDBC Store
              >>>
              >>>uses the Oracle
              >>>
              >>>>XA driver (oracle.jdbc.xa.client.OracleXADataSource). However whaen
              >>>
              >>>the JMS server
              >>>
              >>>>starts it gives me the following exception: Weblogic Pool Driver doesn't
              >>>
              >>>support
              >>>
              >>>>XA driver. Any idea what I am doing wrong? I am using WL 8.1 SP2.
              >THe
              >>>
              >>>full error
              >>>
              >>>>trace is shown below:
              >>>>
              >>>><Jan 15, 2004 3:05:09 PM EST> <Alert> <JMS> <BEA-040052> <JMSServer
              >>>
              >>>"jmsTestJmsServer1"
              >>>
              >>>>store failed to open java.io.IOException: JMS JDBC store, connection
              >>>
              >>>pool = <jmsTestJdbcConnectionPool>,
              >>>
              >>>>prefix = <JMS1>: cannot determine DBMS type
              >>>><java.sql.SQLException: Pool connect failed : java.lang.Exception:
              >>>
              >>>Weblogic Pool
              >>>
              >>>>Driver doesn't support XA driver, Please change your config to use
              >>>
              >>>a Non-XA driver
              >>>
              >>>><     at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:160)
              >>>><     at weblogic.jdbc.pool.Driver.connect(Driver.java:156)
              >>>><     at weblogic.jms.store.JDBCIOStream.checkDbmsType(JDBCIOStream.java:1490)
              >>>><     at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:420)
              >>>><     at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
              >>>><     at weblogic.jms.backend.BEStore.open(BEStore.java:262)
              >>>><     at weblogic.jms.backend.BEStore.start(BEStore.java:151)
              >>>><     at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
              >>>><     at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
              >>>><     at weblogic.jms.JMSService.addJMSServer(JMSService.java:2241)
              >>>><     at weblogic.jms.JMSService.addDeployment(JMSService.java:2012)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
              >>>><     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
              >>>><     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              >>>><     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              >>>><     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              >>>><     at java.lang.reflect.Method.invoke(Method.java:324)
              >>>><     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
              >>>><     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
              >>>><     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
              >>>><     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
              >>>><     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
              >>>><     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
              >>>><     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
              >>>><     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
              >>>><     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
              >>>><     at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
              >>>><     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
              >>>><     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
              >>>><     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
              >>>><     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
              >>>><     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
              >>>><     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
              >>>><     at weblogic.Server.main(Server.java:32)
              >>>>
              >>>
              >>
              >
              

  • The driver doesn't support the version of ODBC

    Hi:
    We have been working with timesten client on a windows, we had not have any problem, the number of clients had not connect more than 80 clients, but today we connected 125 clients and we got this error directly to the client application.
    ERROR [08001] [TimesTen][TimesTen 7.0.1.0.0 CLIENT]Unable to connect to data source (DSN: SentraProdDSN; Network Address: 10.100.134.24; Port Number: 16003). ENOTSOCK: Invalid socket or socket closed.
    ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
    But on the server error log the messages were:
    14:52:02.75 Err : SRV: 8974: EventID=5| Socket recv() failed. Error (131): Con
    nection reset by peer. File: /olympus/build/release_20070911/VisiChannel/oc/src/
    vostcpip.cpp; Line: 632
    14:52:02.75 Err : SRV: 8974: EventID=68| Failed to read request from client. Cl
    osing connection without reply.
    14:52:06.38 Err : SRV: 9078: EventID=5| Socket recv() failed. Error (131): Con
    nection reset by peer. File: /olympus/build/release_20070911/VisiChannel/oc/src/
    vostcpip.cpp; Line: 632
    14:52:06.38 Err : SRV: 9083: EventID=5| Socket recv() failed. Error (131): Con
    nection reset by peer. File: /olympus/build/release_20070911/VisiChannel/oc/src/
    vostcpip.cpp; Line: 632
    14:52:06.38 Err : SRV: 9078: EventID=68| Failed to read request from client. Cl
    osing connection without reply.
    14:52:06.38 Err : SRV: 9083: EventID=68| Failed to read request from client. Cl
    osing connection without reply.
    14:52:06.81 Err : SRV: 9116: EventID=3| Socket send() failed. Error (32): Brok
    en pipe. File: /olympus/build/release_20070911/VisiChannel/oc/src/vostcpip.cpp;
    Line: 728
    14:52:06.81 Err : SRV: 9116: EventID=5| Socket recv() failed. Error (131): Con
    nection reset by peer. File: /olympus/build/release_20070911/VisiChannel/oc/src/
    vostcpip.cpp; Line: 632
    14:52:06.81 Err : SRV: 9116: EventID=68| Failed to read request from client. Cl
    osing connection without reply.
    14:52:07.13 Err : SRV: 16186: EventID=5| Socket recv() failed. Error (146): Con
    nection refused. File: /olympus/build/release_20070911/VisiChannel/oc/src/vostcp
    ip.cpp; Line: 632
    14:52:07.57 Err : SRV: 16186: EventID=5| Socket recv() failed. Error (146): Con
    nection refused. File: /olympus/build/release_20070911/VisiChannel/oc/src/vostcp
    ip.cpp; Line: 632
    So we don't know if this error could happen because the number of connections were exceeded, but when this has happened the error messages is different.
    Let me tell you that the application client was developed using C#. So could it be that the C# on .NET could have a instruction that the timesten ODBC could not manage?

    Is this problem reproducable? i.e. Does it occur whenever you get close to 125 clients connecting to TimesTen? Next time when it happens again, can you check to see whether you can establish a new client/server connection locally on the TimesTen server machine?
    Each TimesTen Client connection requires one server process, and by default, a server process is spawned when a client requests a connection. It is possible that you may have too many processes running on the server, hence it cannot spawn additional server processes to handle the new connections. The good news is that in 7.0.3, the TimesTen server is now multi-threaded and each process can handle multiple client connections (this number is configurable), so it's possible to have fewer server processes for the same number of client connections compared to previous releases.
    Please check out "Specifying multiple connections to the TimesTen Server" in the 7.0.3 Oracle TimesTen Operations Guide for more information on how to turn on the multithreaded mode.
    Regards
    Simon

  • JDBC Thin driver doesn't support writing data into remote database via database link

    Dear Oracle Guru:
    Please confirm: Oracle JDBC thin driver does not support writing data to remote database via database link.
    The following errors occur when trying to write data into a remote database via database link through jdbc thin driver:
    ORA-03106: fatal two-task communication protocol error
    ORA-02063: preceding line from FDBE.PAPDSRAS1
    ORA-02063: preceding 2 lines from PA
    SQL statement is a prepared statement using a SQL like: insert into mytable@pa (col1,col2) values (?,?).
    Thanks.
    null

    Thanks, Dan.
    I still think it is a driver problem, because I can do similar things in a stored procedure or in PL/SQL Developer to copy records from a local database table to a remote database table via database link (insert into mytable@pa select * from mytable). The value for distributed_transactions of our database is 10.

  • T520 Beta Sound Driver doesn't support multi stream output with docking station

    I always used (and loved) the ability to use the laptop speakers and the headphone jack as independend outputs. For Windows 8 it doesn't work. Neither Win8 beta driver nor the latest Win7 driver brings this feature to Win8.
    The option for Multistream is still selectable in SmartAudio. Selecting this option makes Win8 installing some things but doesn't actually make MultiStream work 
    Hope this is just because of the drivers beta stage...
    Solved!
    Go to Solution.

    The new audio driver for windows8 brings back the multi stream output. It also fixes the crash on selecting VoIP-Settings in SmartAudio application Driver is here.

  • Re: Portege M800: WebCam driver doesn't support internal microphone on 64bit OS

    Hi All!
    I have the problem that the internal microphone of the webcam (Chicony) is not working in 64 bit systems (Vista or Windows7).
    Has someone a fix for that?
    Best regards,
    Sven

    I had what sounds like exactly the same problem and seem to have solved it. You may have tried this already but here's how I got my internal mic working for my Portege M800 on a 64bit OS:
    -I went to (http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?service=EU)
    -I downloaded the latest audio/sound driver and installed it.
    -Then I went back to (http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?service=EU)
    -I then downloaded the latest webcam driver and installed it.
    - I restarted my computer and it worked perfectly. Upon opening Skype, the program automatically noticed a "new" microphone.
    Hopefully this is of some help to you.
    Good luck with it.

  • JDBC driver does not support XA - Exception

    JDBC driver does not support XA
    cannot participate in a two-phase commit
    To Force participation set EnableTwoPhaseCommit property on the corresponding JDBCTxDataSource property to true
    1) What is a JDBCTxDataSource - what does the TX mean?
    2) I have two data sources and according to BEA Weblogic docs, setting the property on both won't solve the problem. I tried.
    3) When I try to change the data pools to use XA drivers, I get the following error on server startup:
    java.sql.SQLException: Pool connect failed: java.lang.Exception: WebLogic Pool Driver doesn't support XA driver, Please change your config file to use a Non-XA driver

    JDBC driver does not support XA
    cannot participate in a two-phase commit
    To Force participation set EnableTwoPhaseCommit
    property on the corresponding JDBCTxDataSource
    property to true
    So use an XA driver.
    TX usually means "transaction".
    1) What is a JDBCTxDataSource - what does the TX mean?
    2) I have two data sources and according to BEA
    Weblogic docs, setting the property on both won't
    solve the problem. I tried.Right - you need XA drivers and JTA for both.
    3) When I try to change the data pools to use XA
    drivers, I get the following error on server
    startup:
    java.sql.SQLException: Pool connect failed:
    java.lang.Exception: WebLogic Pool Driver doesn't
    support XA driver, Please change your config file to
    use a Non-XA driverCreate new pools using the XA drivers. Don't reuse the old ones.
    Which version of WebLogic? I've made XA work for both 8.1 and 9.1.
    %

  • Solaris 8 looks doesn't  support APIC for multi-PCI BUS system

    I am Phoenxi BIOS Egnieer
    We are testing with Brkdale System(ICH2)
    This chipset use PCI0/PCI1/PCI2 for PCI device
    With APIC enabled Solaris OS doesn't get the _PRT method on ASL PCI1/2
    So PCI slot Network Card Doesn't work on APIC envinment
    How Solaris supprt ACPI/APIC envernment
    Solaris copy and modify the intel ACPI CA ?
    Doesn any issue internally?
    Thnanks

    As far as i know the wl (proprietary broadcom driver) doesn't support monitor/injection.
    But the Mac80211 alternatives might. If they support the wifi chip in your MacBook.
    From experience with a friends MBP it didn't yet support his broadcom so had to use WL to get basic network connectivity and used an Dual-band(2.4Ghz/5Ghz) 2x2 11n/ac USB dongle for his monitor/injection needs.

  • Wlan doesn't support monitor mode

    Hi everybody, 
    I'm new in the Arch's world and today I installed Arch on my MacBookAir 4.2 and I installed wifite but when I try to change the wl in "monitor mode" the wl crashes and I must restart the wl.
    This is a my pc info with this commands:
    uname -a
    lspci -nnk | grep -iA2 net
    lsusb
    iwconfig
    rfkill list all
    lsmod
    Linux Arch-MacOSX 4.0.4-1-ARCH #1 SMP PREEMPT Mon May 18 06:43:19 CEST 2015 x86_64 GNU/Linux
    02:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
    Subsystem: Apple Inc. AirPort Extreme [106b:00e9]
    Kernel driver in use: wl
    Bus 002 Device 003: ID 05ac:8404 Apple, Inc. Internal Memory Card Reader
    Bus 002 Device 002: ID 0424:2513 Standard Microsystems Corp. 2.0 Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 05ac:850a Apple, Inc. FaceTime Camera
    Bus 001 Device 005: ID 05ac:024d Apple, Inc. Internal Keyboard/Trackpad (MacBook Air) (ISO)
    Bus 001 Device 008: ID 05ac:821f Apple, Inc. Built-in Bluetooth 2.0+EDR HCI
    Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
    Bus 001 Device 002: ID 0424:2513 Standard Microsystems Corp. 2.0 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    wlp2s0 IEEE 802.11abg ESSID:"cvsg1"
    Mode:Managed Frequency:2.452 GHz Access Point: 64:66:B3:2D:FF:BD
    Bit Rate=52 Mb/s Tx-Power=200 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=33/70 Signal level=-77 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    Module Size Used by
    nls_utf8 16384 0
    ntfs 204800 0
    ppp_deflate 16384 0
    bsd_comp 16384 0
    ppp_async 20480 1
    crc_ccitt 16384 1 ppp_async
    l2tp_ppp 24576 0
    l2tp_netlink 20480 1 l2tp_ppp
    l2tp_core 32768 2 l2tp_ppp,l2tp_netlink
    ip6_udp_tunnel 16384 1 l2tp_core
    udp_tunnel 16384 1 l2tp_core
    pppoe 20480 0
    pppox 16384 2 l2tp_ppp,pppoe
    ppp_generic 32768 10 l2tp_ppp,pppoe,pppox,bsd_comp,ppp_async,ppp_deflate
    slhc 20480 1 ppp_generic
    btusb 40960 0
    bluetooth 442368 2 btusb
    hid_generic 16384 0
    wl 6303744 0
    coretemp 16384 0
    intel_rapl 20480 0
    hid_apple 16384 0
    iosf_mbi 16384 1 intel_rapl
    x86_pkg_temp_thermal 16384 0
    intel_powerclamp 20480 0
    joydev 20480 0
    kvm_intel 155648 0
    mousedev 20480 0
    kvm 446464 1 kvm_intel
    crct10dif_pclmul 16384 0
    nls_iso8859_1 16384 1
    crc32_pclmul 16384 0
    nls_cp437 20480 1
    crc32c_intel 24576 0
    i915 1024000 8
    vfat 24576 1
    fat 65536 1 vfat
    ghash_clmulni_intel 16384 0
    uvcvideo 86016 0
    usbhid 49152 0
    snd_hda_codec_hdmi 53248 1
    hid 110592 3 hid_generic,usbhid,hid_apple
    bcm5974 20480 0
    applesmc 20480 0
    mac_hid 16384 0
    iTCO_wdt 16384 0
    evdev 24576 13
    snd_hda_codec_cirrus 20480 1
    iTCO_vendor_support 16384 1 iTCO_wdt
    videobuf2_vmalloc 16384 1 uvcvideo
    led_class 16384 1 applesmc
    aesni_intel 172032 0
    snd_hda_codec_generic 65536 1 snd_hda_codec_cirrus
    drm_kms_helper 102400 1 i915
    input_polldev 16384 1 applesmc
    cfg80211 483328 1 wl
    aes_x86_64 20480 1 aesni_intel
    hwmon 16384 2 applesmc,coretemp
    videobuf2_memops 16384 1 videobuf2_vmalloc
    lrw 16384 1 aesni_intel
    gf128mul 16384 1 lrw
    glue_helper 16384 1 aesni_intel
    ablk_helper 16384 1 aesni_intel
    cryptd 20480 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    videobuf2_core 40960 1 uvcvideo
    pcspkr 16384 0
    snd_hda_intel 28672 3
    v4l2_common 16384 1 videobuf2_core
    i2c_i801 20480 0
    snd_hda_controller 28672 1 snd_hda_intel
    snd_hda_codec 114688 5 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller,snd_hda_codec_cirrus
    videodev 135168 3 uvcvideo,v4l2_common,videobuf2_core
    uas 24576 0
    media 20480 2 uvcvideo,videodev
    sbs 16384 0
    snd_hwdep 16384 1 snd_hda_codec
    usb_storage 61440 1 uas
    rfkill 24576 3 cfg80211,bluetooth
    drm 282624 10 i915,drm_kms_helper
    sbshc 16384 1 sbs
    apple_bl 16384 0
    ac 16384 0
    snd_pcm 90112 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    video 24576 1 i915
    battery 20480 0
    snd_timer 28672 1 snd_pcm
    mei_me 20480 0
    button 16384 1 i915
    shpchp 36864 0
    mei 77824 1 mei_me
    intel_gtt 20480 1 i915
    snd 69632 14 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_cirrus
    i2c_algo_bit 16384 1 i915
    lpc_ich 24576 0
    i2c_core 53248 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,v4l2_common,videodev
    soundcore 16384 2 snd,snd_hda_codec
    processor 28672 0
    sch_fq_codel 20480 3
    ext4 512000 3
    crc16 16384 2 ext4,bluetooth
    mbcache 20480 1 ext4
    jbd2 90112 1 ext4
    sd_mod 36864 5
    ahci 36864 4
    libahci 28672 1 ahci
    libata 184320 2 ahci,libahci
    scsi_mod 147456 4 uas,usb_storage,libata,sd_mod
    uhci_hcd 45056 0
    ehci_pci 16384 0
    ehci_hcd 73728 1 ehci_pci
    usbcore 200704 9 uas,btusb,uhci_hcd,uvcvideo,usb_storage,ehci_hcd,ehci_pci,usbhid,bcm5974
    usb_common 16384 1 usbcore
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    How I can use the monitor mode for use wifite?
    Thanks for any answer!!!
    Last edited by skioda86 (2015-05-22 10:00:45)

    As far as i know the wl (proprietary broadcom driver) doesn't support monitor/injection.
    But the Mac80211 alternatives might. If they support the wifi chip in your MacBook.
    From experience with a friends MBP it didn't yet support his broadcom so had to use WL to get basic network connectivity and used an Dual-band(2.4Ghz/5Ghz) 2x2 11n/ac USB dongle for his monitor/injection needs.

  • I have a model 1,1 Mac Book in the black case.  How can I transfer about 30 GB of stuff to a MacBook Pro running Yosemite?  Can't do a Thunderbolt transfer.  The Seagate backup drive I bought doesn't support 10.5.8.  Thank you.

    How do I transfer 30 GB of stuff, mostly text documents, bookmarks and a few hundred photos from a MacBook model 1,1 in the black case, purchased in (2007?) running Leopard 10.5.8 with a 667 bus, 2 GB, 256 GB to a MBP 13" Retina running Yosemite 10.10.1?  Using Migrate is out.  Discovered after I bought it that the Seagate Plus Backup for Mac does not work with 10.5.8.  OnetoOne recommends backing up my data before I do that, which seems like a good idea.  Have a 801.11 n Time Capsule that also isn't working so that is not presently an option.  Thank you.

    The Seagate backup drive I bought doesn't support 10.5.8
    The only reason I can see for that is it's formatted NTFS, which would likely be Read Only in 10.5.x, if you can reformat it MacOS extended, which would erase everything on it now, then that should work for your purposes.

  • I recently brought a HD PVR, i put in the disk to install the hard drive and it said " This program doesn't support DOS Mode! how do i get out of DOS Mode?? Please Help

    I recently brought a HD PVR, i put in the disk to install the hard drive and it said " This program doesn't support DOS Mode! how do i get out of DOS Mode?? Please Help

    What exactly are you trying to do? PVRs are for recording from TV not computers.
    Either way, if it's complaining about DOS mode, it's Windows oriented software and not Mac compatible.

  • Iwlist scanning gives: Interface doesn't support sc [solved]

    When I'm trying to scan for all available networks I get:
    # iwlist eth1 scanning
    eth1 Interface doesn't support scanning : Operation not supported
    My wireless card works fine if I set every parameter manually. I'm currently using the orinoco drivers that came along with ArchLinux.
    It seems like that the version of the orinoco drivers installed doesn't support the scan stuff. But building the new orinoco drivers failed with
    /usr/local/download/orinoco/orinoco-0.15rc2/orinoco_pci.c: In function `orinoco_ pci_suspend':
    /usr/local/download/orinoco/orinoco-0.15rc2/orinoco_pci.c:330: error: too many a rguments to function `pci_save_state'
    /usr/local/download/orinoco/orinoco-0.15rc2/orinoco_pci.c: In function `orinoco_ pci_resume':
    /usr/local/download/orinoco/orinoco-0.15rc2/orinoco_pci.c:347: error: too many a rguments to function `pci_restore_state'
    make[2]: *** [/usr/local/download/orinoco/orinoco-0.15rc2/orinoco_pci.o] Error 1
    make[1]: *** [_module_/usr/local/download/orinoco/orinoco-0.15rc2] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.11.3-ARCH'
    make: *** [modules] Error 2
    So I did try the wlan-ng26 driver downloaded and installed with pacman.
    I remove the orinoco modules with
    [root@ArchThinkpad orjanp]# modprobe -r orinoco_pci
    But when I try to insert the prism2_pci module, it doesn't exist. Why?
    [root@ArchThinkpad orjanp]# modprobe prism2_pci
    FATAL: Module prism2_pci not found.
    Any heads up on what to do?
    This is iwconfig before removing the orinoco modules.
    [root@ArchThinkpad orjanp]# iwconfig
    lo no wireless extensions.
    sit0 no wireless extensions.
    eth0 no wireless extensions.
    eth1 IEEE 802.11-DS ESSID:"" Nickname:"Prism I"
    Mode:Managed Access Point: 00:00:00:00:00:00 Bit Rate:11 Mb/s
    Tx-Power=15 dBm Sensitivity:1/3
    Retry min limit:8 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality=0/92 Signal level=-68 dBm Noise level=-122 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    This is lspci
    [root@ArchThinkpad orjanp]# lspci
    00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
    00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04)
    00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
    00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
    00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
    00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42)
    00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
    00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
    00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02)
    00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
    00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
    02:00.0 CardBus bridge: Texas Instruments PCI1250 PC card Cardbus Controller (rev 01)
    02:00.1 CardBus bridge: Texas Instruments PCI1250 PC card Cardbus Controller (rev 01)
    02:02.0 Network controller: Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01)
    02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
    This is lsmod before removing orinoco.
    [root@ArchThinkpad orjanp]# lsmod
    Module Size Used by
    radeon 78336 1
    ohci_hcd 23048 0
    ehci_hcd 36488 0
    irtty_sir 7552 0
    sir_dev 18636 1 irtty_sir
    irda 144184 1 sir_dev
    crc_ccitt 2432 1 irda
    parport_pc 29252 0
    parport 38600 1 parport_pc
    rtc 13260 0
    pcspkr 4044 0
    eepro100 32528 0
    orinoco_pci 7552 0
    orinoco 44172 1 orinoco_pci
    hermes 9472 2 orinoco_pci,orinoco
    yenta_socket 23560 0
    rsrc_nonstatic 11648 1 yenta_socket
    pcmcia_core 51488 2 yenta_socket,rsrc_nonstatic
    snd_intel8x0m 19396 0
    snd_intel8x0 34624 0
    snd_ac97_codec 79224 2 snd_intel8x0m,snd_intel8x0
    snd_pcm_oss 56224 0
    snd_mixer_oss 21120 1 snd_pcm_oss
    snd_pcm 98564 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
    snd_timer 27268 1 snd_pcm
    snd 59492 7 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
    soundcore 10848 1 snd
    snd_page_alloc 10244 3 snd_intel8x0m,snd_intel8x0,snd_pcm
    i2c_i801 8972 0
    i2c_core 23296 1 i2c_i801
    usbhid 47744 0
    uhci_hcd 33424 0
    usbcore 125560 5 ohci_hcd,ehci_hcd,usbhid,uhci_hcd
    shpchp 100996 0
    pci_hotplug 34760 1 shpchp
    tsdev 8256 0
    joydev 10560 0
    evdev 9984 0
    cpufreq_powersave 2176 0
    cpufreq_userspace 5680 0
    p4_clockmod 6164 0
    speedstep_lib 4868 1 p4_clockmod
    freq_table 5008 1 p4_clockmod
    e100 37760 0
    mii 5760 2 eepro100,e100
    nls_cp437 6144 1
    vfat 14976 1
    fat 41884 1 vfat

    orjanp wrote:
    Thanks.
    I installed the 0.15RC1 version of the Orinoco drivers found here.
    I rebooted but I still had the 0.13 version. I did a make and make install as the readme file said.
    What do I have to do to update the driver?
    do you use a PKGBUILD?
    update the driver: if it was copied to the right place and the kernel knows about it (depmod -a) it should work
    for a start, check under
    ls -la /lib/modules/`uname -r`/kernel/drivers/net/wireless/
    that your module is installed under the correct location (the orinoco files should be newer than the other ones)
    if this is so, make sure you are depmod -a (as root) ... and if even this is ok, then either you are running the new modules or something strange happened

  • HT4356 Mavric doesn't support my 5 years old Big Screen Display, OR? Tried to connect my Mac Book Pro after installing Mavric, The Screen didn't work as before. I could only see the Desktop but not the movies for example. What can I do?

    Mavric doesn't support my 5 years old Big Screen Display, OR? Tried to connect my Mac Book Pro after installing Mavric, The Screen didn't work as before. I could only see the Desktop but not the movies for example.
    <E-mail Edited by Host>

    It appears what happened is the installer though it was looking at a empty drive and just went ahead and installed.
    I of course am assuming here you didn't use Disk Utility to format the drive first before installing, that would wipe out your files and programs for sure.
    So what to do, what to do.
    Well there is hope for you as long as the drive wasn't Filevaulted.
    I'll explain. When a hard drive writes data for the first time to a drive, it starts at the very top and works it's way down.
    When OS X was installed the first time, it was at the top of the drive, unless you upgraded then the upgraded OS X could have been written elsewhere.
    Now when you just reinstalled OS X, the new OS went on the top of the drive, overwriting any data that was there previously, so what was there you have lost forever which is about 8GB or so. If it was the previous OS there, then your more in luck because only the old OS X was overwritten.
    The remaining space on the drive still can have a copy of your files, provided it's not overwritten yet.
    It's because when a hard drive deletes data or reformats, it doesn't remove the data off the drive or overwrites it immediately, it's just made so it's SPACE is available for new files to be written there.
    So technically one can recover the deleted data off a non-encrypted/scrubbed hard drive with special software.
    The way it does this is it reads the 1's and 0's of the files themselves, and through a lot of figuring out, can tell what that file is and what it belongs too.
    So what you will have to do is this:
    Create a data recovery/undelete external boot drive
    or if you don't have the skills, then take it to a local PC/Mac tech and they can do a direct image of the drive and then you can run Data Rescue on it to rebuild your files.

  • What can I do if my CD or DVD drive doesn't work properly in Windows 8?

    QuestionWhat can I do when if my laptop CD or DVD drive doesn't work properly in Windows 8?
    AnswerNote: For help with this issue in Windows 7, please see this article.
    To get your CD or DVD drive working correctly, try these suggestions in the order listed.
    Reinstall the Driver
    Hold the Windows key and press the 'x' key to open a menu in the lower-left. In this menu, select "Device Manager." Expand "DVD/CD-ROM drives." Right-click the entry for the CD/DVD drive nested under "DVD/CD-ROM drives," then select "Uninstall." Finally, restart the computer. The computer will reinstall the drivers for the drive.
    Power Cycle
    Even when your laptop is off and unplugged, residual power can still be held in some components. While this is normal, clearing it can help with some hardware problems. Perform these steps to complete what’s called a power cycle.
    Ensure the laptop is turned off.
    Unplug the laptop's AC power cable.
    Unplug all wires and peripherals. This includes CDs, DVDs, USB sticks, mice, printers, and any other accessories.
    Remove the battery (if the model has a removable battery). If the model does not have a removable battery, check your user's guide to determine if you have a pinhole reset on the bottom. If you do, press this.
    Hold down the power button for thirty seconds.
    Reattach the battery if removed.
    Connect the AC adaptor to the power socket that was confirmed to be working in the first step.
    Connect the other end of the AC adaptor to your computer.
    Start the computer and test the drive
    Microsoft Fix-it
    Your computer may exhibit one or more of the following symptoms:
    Your CD or DVD drive no longer appears in Windows
    Your CD or DVD drive does not read or write and is shown as disabled
    The media in your CD or DVD drive cannot be read
    The media cannot be written to a CD or DVD inserted into the drive
    You receive an error message about your CD or DVD drive
    If any of these symptoms apply to your computer, use Microsoft Fix-it troubleshooter available here.
    System Restore
    Try using System Restore to restore to the most restore point from before the problem arose.
    How To: Understanding System Restore, Refresh, Reset, and, Recovery options in Windows 8 + Video
    System Recovery
    If the System Restore doesn't solve the issue, you could try a System Reset. Resetting your laptop to its original, out-of-the-box state is a great way to eliminate software as a possible cause of the problem. Note that doing a system reset will return the laptop to its default conditions, completely wiping your data. Information on how to perform a system recovery can be found in your user's guide.
    For more information on performing a recovery, see the following article:
    How To: Understanding System Restore, Refresh, Reset, and, Recovery options in Windows 8 + Video
    Contact Customer Support
    If the drive doesn't work after performing a recovery, it may be due to hardware failure. Please call customer support or seek servicing.

    See this Microsoft article - http://support.microsoft.com/kb/314060/en-us  For ways to fix manually
    and/or use the proper microsoft fixit 8.1 and 8 or the other one for Windows 7, Vista, and XP listed below.
    (these are from the Microsoft article)
    Resolution 2: Use the CD/DVD Fix it troubleshooter
    To automatically fix common issues with CD or DVD drives, click Run now, and then follow the on-screen instructions. Windows 8.1 and Windows 8   
    The Automatically diagnose and fix common problems with CD or DVD drives troubleshooter may automatically fix the problem described in this article.
                                    This troubleshooter fixes many problems. learn more
    Run now
    Windows 7, Windows Vista and Windows XP
    The Automatically diagnose and fix common problems with CD or DVD drives troubleshooter may automatically fix the problem described in this article.
                                    This troubleshooter fixes many problems. learn more
    Run now
    If your problem is not solved, try the next
    S70-ABT2N22 Windows 7 Pro & 8.1Pro, C55-A5180 Windows 8.1****Click on White “Kudos” STAR to say thanks!****

  • My external hard drive doesn't show up in finder, is it dead?

    My external hard drive doesn't show up in finder.Time machine can't find it. Does this mean my external hard drive is dead?
    I borrowed a friends and switched mine with hers. My acted the same way in her macbook. I switched the cords on the external drives, no change.
    Also, Is there a way to retrieve the information from my sick external hard drive? Thanks for your help.

    If the Disk Utility sees it, you might be able to repair it or recover the data on it with a product such as DiskWarrior or Data Rescue.
    If the Disk Utility doesn't see it, contact professional support.
    (64290)

Maybe you are looking for

  • BSO to ASO Formula Conversion - Help Needed

    ASO is not my forte...I am trying to get a simple formula to work in ASO cube as part of BSO->ASO conversion. If it is level 0 entity, the formula is (Last Shipped (PU) * Part Volume)...works fine. If its upper level, it should just sum the values of

  • How do I change the phone number a on my FaceTime?

    How do I change the phone number associated with my FaceTime on IPAD Mini Retina?

  • CODEC NOT FOUND

    Hello, all of a sudden I'm having all kinds of probs with FCE HD v 3.5.1  When I launch it pop up box says CODEC NOT FOUND!   U might be using compression type w/o corresponding hardware card.  I then hit OK and it loads but interface no longer shows

  • HP Laserjet 100 color MFP M175nw does not connect to Virgin SuperHub

    Spent the last day trying to connect my laptop wirelessly to a HP Laserjet 100 color printer. I've uninstalled and tried to re-install the software, both from the disk supplied with the printer and from the less than useful HP support website. The in

  • Sap hr workflow

    Hi, When any change made in the payroll infotype  records and mail should be triggered for approval . Is this option is available in standard, but i don't know how to customize it. Can u give me any suggestions. Regards, Prince Elvis