Satellite m30x: key pad driver for linux

Hi all,
I have a satelite m30x running Linux. I would like to know if anyone has a driver for the key pad on the left controlling the cd player.
thanks.

Hi,
here are some interesting linux sites
http://www.linux-on-laptops.com
http://newsletter.toshiba-tro.de/main/index.html
http://linux.toshiba-dme.co.jp/linux/index.htm
There are lists of hardware compability..
Bye Bob

Similar Messages

  • Satellite L450D - Need Wireless driver for Linux system

    Hi,
    I have a satellite L450D, with a Realtek RTL8191SE wireless card (windows 7). I use Linux for college and i can't get on the internet when i use linux cause the oporating system dose not find my wireless card.
    When i check from command line for wireless cards, it shows that there are non.
    I know other people that had this problem and basically i need a driver for it.
    Can any one let me know what driver i need or where to get it? I would really appriciate this as i need to use Linux for college.
    Thanks

    Hi
    I googled a little bit and found some tips in the internet.
    It seems that there is no Linux driver for Realtek WLan card rtl8191se and rtl8192se.
    Bu someone has managed the WLan installation by installing ndiswrapper from synaptic in Ubuntu + GUI. He downloaded the W2K driver net8192se.sys and net8192se.inf.
    The W2k driver work but the combination driver W2Kxp or the xp or vista doesnt work.
    After that you can use WPA because WEP encryption is not supported

  • Oracle JDBC Driver for Linux

    I'm looking for a place to download an Oracle JDBC driver for Linux. I have installed Oracle 8.1.5 for Linux, but don't find the driver either in the installation, nor on the CD. Can anyone point me to someplace I might be able to find it?
    Also, generic help in setting this up to work, JDBC API calls would also be of great help.
    Thanks.

    Luis Claudio Rodrigues da Silveira (guest) wrote:
    : How can I configure JDBC driver in a Suse environment? What
    are
    : the necessary steps?
    : Thanks in advance.
    1) You need classes111.zip usually located at
    $ORACLE_HONE/jdbc/lib.
    2) Add classes111.zip to CLASSPATH and export
    3) If you use thin driver your code should look like:
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    // Connect to the database
    // You must put a database name after the @ sign in the
    connection URL.
    // You can use either the fully specified SQL*net syntax or
    a short cut
    // syntax as <host>:<port>:<sid>. The example uses the
    short cut syntax.
    Connection conn =
    DriverManager.getConnection
    (jdbc:oracle:thin:@hostname:port:ORACLE_SID,
    USER_NAME, PASSWOED);
    null

  • Where can i find mysql Jdbc driver for linux

    Hi all,
    Can any one give urls to download mysql jdbc driver for linux.
    And also for ODBC DRIVER FOR MYSQL ON LINUX.
    Thanks

    http://mmmysql.sourceforge.net/
    (This is a type 4 driver, so "for Linux" is irrelevant.)

  • Nokia CA-53 cable driver For Linux

    From where can I download the Nokia CA-53 cable driver for Linux??

    From nowhere. Such a piece of software does not exist.

  • MSI GX633 DRIver For Linux

    Please help me :
    where can i
    download
    MSI GX633 DRIVER For
    Linux
    Please help help.
    thank all manager

    There are no drivers to download for Linux because a) MSI does not support Linux on their products, and b) your Linux distribution will normally already include all the drivers you need.
    Which Linux distribution have you installed, and is there a particular driver you need?

  • Nigpib-linux-0.6 GPIB software driver for Linux and PXI GPIB board

    My I use nigpib-linux-0.6 GPIB software driver for Linux in a Compact PCI system running linux and equipped with your PXI GPIB board ?
    Thanks.
    Paolo Santinelli.
    [email protected]

    If you alter the device ID of the device from c801 to c821 within the driver module, you should be able to use the driver with the PXI board.

  • EPrint driver for Linux?

    Just discovered the eprint driver for Windows and Mac OS, They are great for printing to my home 8500A plus while on company VPN. The advantage of using the driver than just email with attachment is that it can turn on double-sided printing.  I wonder if there is an eprint driver for Linux as well. I've used hplip and it works well for LAN connected printers. But the eprint is so much more convenient when you're on the road and especially VPN.

    My suggestion would be to leverage Google Cloud Print, if you have the ePrint version of the 8500A.
    When you get your @hpeprint email address, you can link it to Google Cloud Print here:
    http://www.google.com/intl/en/cloudprint/learn/setup-hp.html
    I am not well versed on Linux but perhaps this could also be of some help.
    Install Google Cloud Print on a Linux server:
    http://support.google.com/a/bin/answer.py?hl=en&answer=2906017
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Lenovo G570 - Atheros Lan Driver for Linux required

    Dear All
    I have bought lenovo G570 laptop and i installed Enterprise Linux (Oracle Linux 5.8) , i need Atheros Ethernet Driver for Linux please help and support.
    Regards
    Habib

    Dear All
    I have bought lenovo G570 laptop and i installed Enterprise Linux (Oracle Linux 5.8) , i need Atheros Ethernet Driver for Linux please help and support.
    Regards
    Habib

  • Partitioning drives for linux and windows 7

    I want to know if there is a piece of software that is free that can partition my drives so that I can triple boot OSX lion, windows 7 (which is currently blocking...) Linux (ubuntu puredyne).
    A little bit of guidance would be much apprieciated as I have already tried fixing the partition tables MBR in the terminal and ended up disabling windows.
    I know how to reinstall windows but what software can partintion the drives for linux as a triple boot?
    Thanks.

    Well, this is possible using Disk Utility as well as the Linux formatter. However, to triple boot will require special software: The rEFInd Boot Manager - Roderick Smith.

  • How to format a hard drive for Linux?

    I have a hdd (500gb) that used to be my internal drive for my MBP 2012. It currently has Mac OS 10.10 and Ubuntu 14.04. I want to erase the drive though so I can make it strictly for Linux. The question is which format do I choose in disk utility. These are my options:
    Mac OS Extended (Journaled)
    Mac OS Extended (Journaled, Encrypted)
    Mac OS Extended (Case-sensitive, Journaled)
    Mac OS Extended (Case-sensitive, Journaled, Encrypted)
    MS-DOS (FAT)
    ExFAT
    Thanks in advance

    Format it from the Linux installer. You cannot format it using Disk Utility because you cannot format a startup volume.

  • SQL Server Driver for Linux causes Segmentation Fault

    Hello,
    I'm using the SQL Server Driver 11.0.1790 on Linux with mod_perl and Apache. While running fine with all my CLI Perl apps I occasionally get Segmentation Faults when using it from within mod_perl applications. Sometimes every other connect to the database
    segfaults. I've created a core dump and did a stack backtrace:
    Loaded symbols for /usr/lib/../lib64/libxml2.so.2
    Core was generated by `/usr/sbin/httpd2 -X'.
    Program terminated with signal 11, Segmentation fault.
    #0 0x0000000000000000 in ?? ()
    (gdb) bt
    #0 0x0000000000000000 in ?? ()
    #1 0x00007f8a8aeda803 in __connect_part_two (connection=0x7f8a99c885e0) at SQLConnect.c:1891
    #2 0x00007f8a8aedffd6 in SQLDriverConnect (hdbc=0x7f8a99c885e0, hwnd=0x0, conn_str_in=0x7fff1e7369ee "",
    len_conn_str_in=<value optimized="" out="">,
    conn_str_out=0x7fff1e736a80 "DSN=XXXXX;UID=XXX;PWD=XXXXXXXX;WSID=XXXXXXXX;DATABASE=XXXXX;MARS_Connection=Yes;",
    conn_str_out_max=512, ptr_conn_str_out=0x7fff1e736a7e, driver_completion=0) at SQLDriverConnect.c:1530
    #3 0x00007f8a8b1458ee in odbc_db_login6 (dbh=0x7f8a99938ca0, imp_dbh=0x7f8a99c8acd0,
    dbname=0x7fff1e736c80 "DSN=XXXXX;MARS_Connection=Yes;UID=XXX;PWD=XXXXXXXX", uid=0x7f8a9996e8b0 "XXX",
    pwd=0x7f8a9996e8d0 "XXXXXXXX", attr=0x7f8a99938c40) at dbdimp.c:942
    #4 0x00007f8a8b141822 in XS_DBD__ODBC__db__login (my_perl=<value optimized="" out="">, cv=<value optimized="" out="">) at ./ODBC.xsi:98
    #5 0x00007f8a9125b091 in Perl_pp_entersub (my_perl=0x7f8a96274f50) at pp_hot.c:3046
    #6 0x00007f8a912595f6 in Perl_runops_standard (my_perl=0x7f8a96274f50) at run.c:41
    #7 0x00007f8a911eb755 in Perl_call_sv (my_perl=0x7f8a96274f50, sv=0x7f8a99938bc8, flags=2) at perl.c:2632
    #8 0x00007f8a8b791d02 in XS_DBI_dispatch (my_perl=0x7f8a96274f50, cv=0x7f8a98cbbe60) at DBI.xs:3473
    #9 0x00007f8a9125b091 in Perl_pp_entersub (my_perl=0x7f8a96274f50) at pp_hot.c:3046
    #10 0x00007f8a912595f6 in Perl_runops_standard (my_perl=0x7f8a96274f50) at run.c:41
    #11 0x00007f8a911ebab0 in Perl_call_sv (my_perl=0x7f8a96274f50, sv=0x7f8a97db4f68, flags=10) at perl.c:2647
    #12 0x00007f8a9154ba31 in modperl_callback (my_perl=0x7f8a96274f50, handler=0x7f8a96230c90, p=0x7f8a96334838, r=0x7f8a963348b0,
    s=0x7f8a962303b0, args=0x7f8a998376a8) at modperl_callback.c:101
    #13 0x00007f8a9154c79c in modperl_callback_run_handlers (idx=6, type=4, r=0x7f8a963348b0, c=<value optimized="" out="">, s=0x7f8a962303b0,
    pconf=<value optimized="" out="">, plog=0x0, ptemp=0x0, run_mode=MP_HOOK_RUN_FIRST) at modperl_callback.c:262
    #14 0x00007f8a9154cb6f in modperl_callback_per_dir (idx=-1714610816, r=<value optimized="" out="">, run_mode=<value optimized="" out="">)
    at modperl_callback.c:369
    #15 0x00007f8a91546b93 in modperl_response_handler_run (r=0x7f8a963348b0) at mod_perl.c:1000
    #16 modperl_response_handler (r=0x7f8a963348b0) at mod_perl.c:1039
    #17 0x00007f8a95f01e08 in ap_run_handler ()
    #18 0x00007f8a95f0226c in ap_invoke_handler ()
    #19 0x00007f8a95f0ff00 in ap_process_request ()
    #20 0x00007f8a95f0ce98 in ?? ()
    #21 0x00007f8a95f08b28 in ap_run_process_connection ()
    #22 0x00007f8a95f14e5a in ?? ()
    #23 0x00007f8a95f15126 in ?? ()
    #24 0x00007f8a95f15903 in ap_mpm_run ()
    #25 0x00007f8a95eec9be in main ()
    </value></value></value></value></value></value></value>
    Calling something at NULL obviously doesn't look right…
    Can onebody help fixing this issue?
    Best regards,
    Stephan

    Hi Stephan,
    This is a bug in the unixODBC Driver Manager 2.3.0.  Essentially, you can only have one HDBC per HENV.  The mod_perl must be creating the connections upon the same HENV.
    The bug appears to be fixed in version 2.3.1 but we have not yet certified that out driver can work with 2.3.1.  See the 2.3.1 release notes at
    http://www.unixodbc.org/ where the last item says:
    "Driver version was not being held when a second connection was made to the driver"
    The Driver Manager would "forget" that we are an ODBC V3 driver and try intereacting with us as an ODBC V2 driver for the second connection (which fails).
    The workaround is to create a new HENV for each connection but I'm not sure if this is possible in mod_perl.

  • Problem to compile mxi-2 driver for linux 2.4.4

    Hello,
    I have a MXI-2 (VME/PCI) hardware and I'd like to install the appropiate
    software for my PC which runs under SuSE Linux 7.2 (kernel 2.4.4-64GB-SMP).
    I have succesfully installed NIVISA and NIVXI software (RPMs) and then
    I'm trying to compile (using make) the vxi module for linux. It does not work...
    Do you have a solution ?
    Thanks in advance.
    Remi CORNAT
    Error log from make :
    gcc -o vxi.o -DVXI_MAJOR=0 -c -O -Wall -D__KERNEL__ -DMODULE -I/lib/modules/2.4.4-64GB-SMP/build/include vxi.c
    vxi.c: In function `vxi_vma_nopage_shm':
    vxi.c:64: structure has no member named `vm_offset'
    vxi.c:65: warning: implicit declaration of function `MAP_NR'
    vxi.c: At top level:
    vxi.c:77:
    warning: excess elements in struct initializer
    vxi.c:77: warning: (near initialization for `vxi_vm_ops_shm')
    vxi.c:77: warning: excess elements in struct initializer
    vxi.c:77: warning: (near initialization for `vxi_vm_ops_shm')
    vxi.c:77: warning: excess elements in struct initializer
    vxi.c:77: warning: (near initialization for `vxi_vm_ops_shm')
    vxi.c:78: warning: excess elements in struct initializer
    vxi.c:78: warning: (near initialization for `vxi_vm_ops_shm')
    vxi.c: In function `vxi_mmap':
    vxi.c:86: structure has no member named `vm_offset'
    vxi.c:102: structure has no member named `vm_offset'
    vxi.c: At top level:
    vxi.c:114: warning: initialization from incompatible pointer type
    vxi.c:115: warning: initialization from incompatible pointer type
    vxi.c:116: warning: initialization from incompatible pointer type
    vxi.c:118: warning: initialization from incompatible pointer type
    make: *** [vxi.o] Error 1

    As of August 2001, National Instruments does not have a driver that is supported under the 2.4 kernel of Linux. The latest version of NI-VXI is supported under the 2.2 kernel for our PCI-MXI-2 and VXIpc-870 controllers.
    Trey Hamilton
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Ubuntu 10.04 Touch pad driver for Lenova G 460

    I bought a Lenova G 460 with intel dual core microprocessor and free DOS .When I installed Ubuntu 10.04 LTS in it ,the touch pad is not working.Can anyone give me an idea where to find the touch pad driver.Any help will be greatly appreciated.

    Hello Josh.
    I believe touch support is still very much under development for Firefox, so the current implementation may not be as good as other applications. I never used Firefox in a touch screen device (except for Firefox Mobile), but I do know full touch screen support (including multi touch) is one of the targets for Firefox 4.0.

  • Satellite P100-239 - Sound driver for Windows 7

    Hello,
    I need some support for installing audio driver for my Satellite P100-239. I tried different things but noone works. So I'm searching for a mate who give me a solution to fix my sound prob. I am sure it is a conneax hd audio.
    I cant flash bios with BD1_BIOS(V4.80)_Update (is it possible for installing soundcard?)
    THx for any help

    Hi Salomon82,
    I founded a similar thread regarding sound drivers for Windows 7 on Satellite P100:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?messageID=191495&#191495
    It seems that the Vista driver also work on Windows 7! :)
    Furthermore its not necessary to update the BIOS for installing sound card drivers because firstly you should try the correct driver.

Maybe you are looking for