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.

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

  • 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.

  • Portege M600 - Webcam driver open fail on Windows 7

    Hi,
    I have Portege M600 and already installed Windows 7 [RTM]. After windows update, everything running well for all hardware certify with Microsoft but, when I try used to webcam, the program show some error message:
    It say "webcam driver open fail. please restart camera or computer"
    Then I restart until twice again but nothing happen and show the same error. I check device is working properly. I already reinstall webcam software too.
    Any clue or suggestions ?
    ps:
    I used Vista 32 software as default driver
    Thanks

    Hi
    I completely agree with Akuma that you should try the Windows 7 beta driver for the Chicony webcam from the Toshiba US page:
    http://www.csd.toshiba.com
    But remember that Windows 7 isnt released as yet so its a little bit difficult go get tested drivers for it.
    Furthermore it would be interesting to know if the same happens with factory settings.
    Bye

  • 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.

  • Does Satellite A100-912 supports internal microphone

    Dear sir,
    I have a Satellite A100-912.
    I can see beside the volume controller a small opening, i thought at first that was the microphone.
    But unfortunately it wasn't , or i don't know.
    I opened my settings and i didnt find any microphone installed or working.
    Is there a microphone. on this machine?
    And if there is how can i enable it or install it?
    If there isn't what is that opening beside the volume controller?

    I wonder why you dont take a look into the user manual?
    Such details and infos should be always mentioned in the user manual!
    From my personal knowledge this notebook DOESNT support an internal microphone.
    Bye

  • Portege Z930 - Display Driver doesn't work correctly

    Hello,
    we have a Portege Z930 with Windows 7 64 bit in use where the Intel Display Driver seem to work incorrectly.
    First problem is the slow presentation on display - if we open a picture (simple JPG) and move the window, the window frame will break during the move and be shown very bizarre.
    Next we installed a dynadock U3.0 docking station for using two external displays additionally. This works even worse. For the docking station we used the driver from the CD included on delivery, and we connect it over an USB 3.0 slot.
    On booting switching onto the 2 displays instead of the internal notebook display doesn't work - so we use the workaround of using an extended desktop over all 3 displays (2 externals and the internal notebook display as third).
    In Internet Explorer we had to switch off GPU Rendering and use Software Rendering instead because otherwise we observed critical misfunctions on the external displays (having 2 windows open the display froze or couldn't show moving windows). Nevertheless the display is not satisfactioning.
    We already tried 3 different versions of the recommendet Intel Driver which is also offered by Toshiba for download; we loaded it there and also 2 more versions (one newer, one older) from Intel directly.
    So how can we get that working correctly?
    Thanks in advance and regards,
    N. Cochems

    Most importantly. make sure you have Win7 Service Pack 1 installed. New notebooks have problems running in win7 RTM (no service packs).
    Sounds like Windows is using the standard VGA driver instead of the Intel driver. Uninstall all the display drivers from Control Panel->Programs and Features then go to the Toshiba website and install the Intel Chipset Utility then the Intel Display Driver, then go to DisplayLink.com and install the latest DisplayLink driver for the dynadock. The new DisplayLink v7.xx driver fixes many problems found in the v6.xx drivers.
    Double check that the Intel drivers are installed correctly in Device Manager.

  • 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.

  • 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.

  • Portege M800-105 - HDMI output driver for XP?

    Hi,
    I've got a question wich belongs to the HDMI output.
    I have put Windows XP Home on my Portege with all driver from the Toshiba support page but my HDMI out does not works.
    Now I've seen that there is a driver for Windows Vista called Toshiba HDMI Output.
    Does anybody knows a driver called like this for Windows XP?
    Or has anyone the same problem working with XP but the HDMI output does not works?
    I hope someone can help me with this problem.
    thx
    dschumacher

    Hi
    As far as I know this is a Intel High Definition Audio HDMI driver.
    Im not a M800 owner but Ive got a U400 Satellite with HDMI output and installed XP.
    To be honest I didnt notice any yellow exclamation marks in my device manager but I installed the Intel High Definition Audio HDMI driver from the Intel page
    http://www.intel.com/support/chipsets/sb/CS-009244.htm
    Maybe this site will help you
    But note; some notebook features are not available in Win XP but only running Vista!

  • Product support for Portege M800

    Hi all,
    Recently my girlfriend gave me her TOSHIBA M800 laptop. Enlighten me pls as to why I cannot find the model M800 in Toshiba's product support tab?
    The models I see there are all 805-XXXXXX.
    Is 800 supposed to mean 800 series and that in fact the laptop I am having now is one of those 805-XXXXXX?
    I tried to see if any of those M805-XXXXXXX match the model number I see on my laptop but none of it matches. Mine is PPM81L.
    I am just trying to find out if my laptop comes with bluetooth.
    Appreciate your help on this.

    Thanks all!
    I found it on the asian page.
    I tried to find the manual but cannot locate it. Any kind-hearted soul can teach me how to on the bluetooth?
    I read the specifications of my M800 and it states that my laptop does have bluetooth but I have no idea how to turn it on. I turned on the WIFI but I believe it is not the same, because my mobile cannot detect my lappy via bluetooth.
    What I am trying to do now is to use my mobile phone as a modem and connect it to my lappy via bluetooth in order for me to surf the internet.
    I am currently using windows 7 ultimate.
    Any kind hearted soul knows how to do it and is willing to teach me?
    Appreciate any kind of help because I am a computer idiot. Thanks.
    Portege m800 Specification :
    * Processor: Intel core 2 Duo t5750 (2 GHz)
    * Chipset: Intel 965GM express
    * Memory: 1024 MB., DDR 2-667
    * Screen: 13,3 inch, WXGA (1280x800 points) with truBrite technology
    * Video : Intel GMA x3100 (358 MB.)
    * HDD: 250 GB SATA
    * DVD superMulti
    * Interfaces: 3 X USB 2.0, 1 X fireWire (IEEE 1394), 1 X VGA, head sets and microphone, card reader, expressCard slot
    * Network: 802.11agn wi-Fi, modem 56K, Ethernet LAN 10/100/1000, *Bluetooth + EDR*
    * Built-in 1,3-Mp camera
    * Overall sizes: 314 x 229 x 35 mm
    * Weight: 1,97 kg
    * Operating system : Windows vista home premium
    Message was edited by: nitekid11

  • 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.

Maybe you are looking for

  • Can I copy a catalog format to the other files in the book?

    Hi everyone, Yet another question from a newbie, FM 10 Windows 7.  I finally figured out how to filter the paragraph catalog so it opens with only the styles I want, in the order I want.  I was very pleased until I noticed that this catalog didn't ca

  • Error in F-90

    Hi Balancing field "Profit Center" in line item 001 not filled Message no. GLT2201 Diagnosis The field Profit Center marked as balancing is not filled with any value in line item 001, even after document splitting. System Response The document cannot

  • PDFs in Safari

    Hi all. I really love the feature of Safari of opening PDFs right inside the Browser windows. I was happy, when Apple integrated that a few Releases back. Now I had to install Adobe Reader 7.0 (formerly known as Acrobat Reader) for some reason. Which

  • I am receiving the same text messages that i send out to another person?

    Recently activated a new iphone 5c and i send a text out but two people are receiving the text.  I know it is due to our Apple Account but i can't figure out how to change this.

  • Adobe photoshop 11 freezes on startup

    when I start up adobe photoshop 11, the screen freezes on "initializing model ...".  the only way I know to fix the freeze problem is to reboot my computer. Later on, I may need to do this workaround again.  this workaround is very aggrevating.  what