Can i port linux drivers to solaris?

having problems with getting X to work on my laptop ..
here are my specs:
Gateway NX200S,
768 mb ram,
intel Extreme 2 integrated graphics chipset
SoundMax audiocard,*
the soundmax and the integrated graphics set are the items i'm having problems with. The integrated graphics set seems to work extremely well under linux, and the probability of having a driver made under linux for the soundmax is alot higher than it is for solaris.
here's what i'm getting to.. how hard would it be to port these drivers to linux.. would it be just a simple compile? or would i have to make some adaptations.
thanks
joe

I tried kdmconfig and it seemed to do the trick for the video with the exception that its recognizing it as an i810 chipset running at 256 colors but i bet i can change that later without too much trouble. I've having trouble with my trackpad initalizing, but i think i'll be able to find somthing to remedy that.
one question .. whats the real difference between this, linux and freeBSD?
Thanks a bunch!
Joseph

Similar Messages

  • Can I use LINUX Drivers in Solaris 10...

    As a beginner, I have installed Solaris 10 version 08/07 onto my system. The motherboard is ASUS M2A-VM, with integrated graphics, network interface, audio, etc...
    My audio and network interface are not working... The motherboard came with a cd which has windows drivers and additional software.
    It also has linux drivers for:
    Audio:
    Core5
    Core6
    Linux
    RHEL4
    SUSE10
    Other
    realtek-linux-audiopack-4.05f
    LAN
    FreeBSD
    Linux
    SCO_OpenServer6
    Unixware7.x
    Chipset, and RAID!
    Has anyone used any of these ASUS Linux drivers with Solaris...
    If so what steps do I need to take to get them to work on my system! (I hate to ask, I know you all have better things to do) Maybe you can point me to a good book that explains how to go step by step...
    My question is how do I get my NIC to work (What steps do I need to follow? the sound is not an issue, as, I can do with out that. Will any of the drivers mentioned above work?) thank you in advance for your answers...

    Drivers are the "connective tissue" between the Operating System and the hardware. The connections from the drivers to the OS are not compatible between different operating systems, so no, you cannot use Linux drivers in Solaris.
    If the OS is similar enough you can sometimes get away with it -- example, using Solaris 9 drivers in Solaris 10. But between completely different OSes? Won't work.

  • Where can I find linux drivers for my laptop? Does lenovo support provides that to download?

    Dear All,
    I purchased a Lenovo G570 (Model Name: 20079).
    Where can I find linux drivers for my laptop?
    Does lenovo support provides that to download?
    Sincerely,
    Srinivas Nayak

    Hello snayak
    Do not worry about Linux drivers for your laptop. All needed drivers for most of the machines are on the Linux kernel. Most hardware are recognized by latest kernel. So all you have to do is install your distro and enjoy Linux.
    The best way to check if all hardware are recognized is booting up a distro in live mode and test the hardware.
    You can make a test with Linux Mint, and install their new and amazing DE called Cinnamon. I'm sure you will enjoy it.
    Regards
    abvasili
    I'm just a volunteer. I like to help others where I can. Do my ideas work? I hope so. o_O
    Who helped you today? Do not forget to thank him.
    My hardware: TP x120e 0596-2ru. Windows 7, sp1, 64Bit, English, installed in UEFI mode.

  • Can I convert Linux library to Solaris?

    Im sun user. using SUN FIRE V1280.
    I got free crypto library compiled on Linux. Im using solaris sparc.
    I couldn't run this code, due to different archeticture.
    How to convert this library to solaris sparc, so that i can run it.
    the library file extention is ".a"
    Thanks in advance

    You cannot convert a binary created for an x86 platform for use on a SPARC platform.
    See if you cant get a Solaris/SPARC version of the binary. If not, maybe you can get the source code and build it yourself.

  • Qosmio G30: I can not find Linux drivers for Bluetooth and TV Tuner

    I have the Qosmio Q30 HD-DVD(PQG32) running on Ubuntu Linux. My Problem is I can not find drivers for Bluetooth and TV Tuner.
    Does Toshiba support Linux? If yes when I find it?

    TV tunner, forget it there is'nt a Linix driver for it yet.
    Bluetooth NO PROBLEM
    First turn on your wireless card.
    2nd runn the command toshutils -b I think
    toshutils is a support program for toshiba laptops.
    you also need to have the bluetooth drivers loaded on your machine.
    If everything is working correctly a little B bluetooth logo will appear on the top toolbar

  • Linux support on Solaris 10 x86

    When we are trying to run linux binaries on solaris 10 getting the following error:
    update_records: Cannot find /lib/ld-linux.so.2
    update_records: this is linux binary.
    Whereas Solaris 10 features states that we can run the linux binaries on solaris 10 natively. Let me know in which release of solaris 10 do we have support for linux libraries

    That feature doesn't exist yet. It's suppose to come in a future update of Solaris 10. Your only option if you want to run Linux binaries natively is to use "lxrun"--otherwise get the source, if possible, and recompile.

  • Solaris 9 x86 doesn't recognize my lan card and can't get the drivers

    Hi guys! I have a problem with my solaris os.. It doesn't recognize my realtek 8029 lan card and this means that i can't download the drivers from the internet.. Anyway i got the drivers using my other installed OS ( slackware linux 9 ) from the www but there's a problem it seems that i cant mount the harddrive where the driverz are..neither linux->mount solaris hd disk nor solaris->mount linux hd disk do the trick..(+ i don't have a floppy drive ) Any ideaz how to transfer the drivers from the hd disk where the linux is installed to the solaris disk..?

    I have the same NIC (RTL 8029 chip), and.. the solution 4 you. :) I made this quick guide for me, so I can add netwotk support to my system, very easily. Happy to see that another person needs that info.
    Follow these steps:
    1. Download the file from the link below, put it at /, and unzip it.
    ftp://sun.drydog.com/pub/solaris/nei-i86pc-solaris5.7.zip
    2. Run (from command line) the command:
    add_drv /kernel/drv/nei; devlinks
    3. Create the file /kernel/drv/nei.conf and write
    name="nei" parent="isa" reg=1,0xe800,0x1f interrupts=5;
    (this is the hardware address for my card, you should find your's).
    4. Create the file /etc/hostname.nei0, whick will contain the line
    192.168.0.1
    (this is the IP addr. I use for my internal network, change that to any other reserved addr. you like, like 10.0.0.1)
    5. If you use IPv6, create /etc/hostname6.nei0 ,too, with the same contents as hostname.nei0
    192.168.0.1
    6. Edit /etc/hosts and add the line:
    192.168.0.1 myname.mydomain
    7. Edit /etc/inet/hosts and make the file look like this:
    127.0.0.1 localhost
    192.168.0.1 myname.mydomain loghost
    8. Edit /etc/inet/netmasks and put:
    192.168.0.1 255.255.255.0
    9. Run from command line mode or from a terminal:
    /usr/sbin/drvconfig -i nei
    10. Run from command line mode or from a terminal:
    touch /reconfigure; /usr/sbin/reboot
    11. After rebooting, type "ifconfig nei0 plumb" to make sure the device was recognized.
    It should show up in the output from typing "prtconf"
    Normally, now you can use your RTL8029 card.
    I hope I help a little bit mate. :)

  • How can I install gutenprint drivers for my Epson Stylus Color 440?

    Good day all!
    I have and old and useful printer -Epson Stylus Color 440- and just bougth a cable for connecting it to USB port. Add a new print on its Print and Scan Preference Panel and it was recognized inmediatly, but I was told there was not any driver to that printer.
    Tried to set "Epson Stylus Color Series" on its driver but when I went to print, printer seemed to work but does not eject any ink. It seemed as if I were ran out of ink; its car moved over the places occupied by the photo and sounded as normal printing, but not a drop of ink. I checked on an older windows pc, and ink is full, printed normally. I also looked for its drivers on Epson pages, but it seems there are only available for previos Mac OSs, not for X.
    A son told me that in his Snow Leopard MacBook White there's a dirver called "Epson Stylus Color 440 gutenprint" on his Print and Scan Driver Menu; haven't tried to print from his MacBook yet, and as I searched, those are open drivers.
    I wonder if I can download and install that "Epson Stylus Color 440 gutenprint" from the web, of if there's a way to copy it from my son's Macbook, when he comes and check.
    Thanks in advance for your help.

    How can I install gutenprint drivers for my Epson Stylus Color 440
    Download then isntall:  http://gimp-print.sourceforge.net/

  • Using Solaris 8 drivers under Solaris 10?

    I have a Mylex AcceleRAID 352 SCSI RAID controller card I would like to use under Solaris 10/11. It has drivers for Solaris 8 and is reported to work unofficially under Solaris 9.
    What are the chances this will function reliably under Solaris 10/11? Has the driver format changed appreciably? Can anyone comment on using older drivers in newer versions of Solaris?
    Many thanks for any advice, comments, or tips.
    Regards,
    Andrew

    <i>should I try the big monitor with the 13w3 connector</i>
    Yes, this is the primary output.
    Attach the monitor to the 13W3 output and change the <b>output-device</b> to the integrated video.
    Michael

  • Problem with Linux executable in solaris

    Hello
    I have a problem. We have sunblade workstation with OS solaris 2.8 version. I have downloaded a program which is developed under RedHat 5.1 and complied with Egcs-1.0.2. when i execute this program i am getting the message like bash: ./Al: cannot execute binary file
    I would be thankfull if someone tell me how to solve the problem.
    Thanks Raji

    You need lxrun do be able to run Linux binaries on Solaris x86. You can get it at
    http://soldc.sun.com/freeware/details/detail_lxrun_0.9.6.1_8_Intel.html
    I've never used it, so please post your results here.

  • Migrating drivers from Solaris 9 to Solaris 10 (sparc)

    I'm tasked to move some drivers from Solaris 9 to Solaris 10. Clearly, some elements of the interface have changed in this dot revision, as just installing the 2.9 drivers causes 2.10 to panic. I tried looking around the site for a guide to what changed in the driver interface. Can someone point me at a relevant document somewhere?

    I'm tasked to move some drivers from Solaris 9 to
    Solaris 10. Clearly, some elements of the interface
    have changed in this dot revision, as just installing
    the 2.9 drivers causes 2.10 to panic. I tried
    looking around the site for a guide to what changed
    in the driver interface. Can someone point me at a
    relevant document somewhere?Nothing should have changed in the driver / kernel interfaces.
    If the Solaris 9 driver uses only official / documented kernel
    interfaces the same driver binary should run without problem on
    Solaris 10.
    All bets are off if the Solaris 9 driver is using internal kernel
    data structures that are not part of the kernel / driver api.
    Such a driver could fail by just installing OS patches to the system.

  • HOW TO upload linux drivers to OES SP2 linux driver store

    Hi everyone,
    I couldn't get iprntcmd to upload a linux driver to OES SP2 driver
    store. Tried everything. Drove me crazy.
    The solution I finally came up with is multi-step but it works. Do
    this as root.
    First:
    You can't upload the drivers in compressed form (.gz extension) so to
    expand them all you run
    for filename in /usr/share/cups/model/*.gz; do gunzip
    /usr/share/cups/model/ "$filename";done
    This expands all the zipped files in the driver directory.
    Second:
    Run the following to upload the drivers to the driver store:
    for filename in /usr/share/cups/model/*.ppd; do iprntman driver linux
    -upload -username admin -P novell -from-ppd
    /usr/share/cups/model/"$filename";done
    Obviously, you need to substitute your own username and password (-P
    parameter). If you don't add the username and password, you'll be
    prompted for them for each driver uploaded.
    It's not pretty, but it'll get you there.
    Regards,
    Don

    Don,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • I have just purchased the latest macbook pro 13 retina (late 2013). I want to connect to a Dell U2713H Monitor. As the  new macbook doesn't have a cd slot, I am unable to install the monitor drivers etc. Where can I download the drivers?

    I have just purchased the latest macbook pro 13 retina (late 2013). I want to connect to a Dell U2713H Monitor. As the  new macbook doesn't have a cd slot, I am unable to install the monitor drivers etc. Where can I download the drivers?

    Thanks for your prompt reply. I'm not sure how to connect to the monitor as the only ports available on this model mac are Thunderbolt. The mini display to display cable supplied doesn't seem to work out of the TB port. Do I need to use a Thunderbolt cable + an adaptor?

  • LabVIEW for Linux, Drivers for DAQCard 500 & DAQCard-AO-2DC

    I can't seem to find the drivers on the web site. If they are not yet available, when can I get them? Thank you, Harry

    Harry,
    National Instruments currently does not provide any linux drivers for its daq devices. You can get all the related info you need about labview, daq and linux from http://www.ni.com/linux/.
    Check this site out and it'll lead you to the Comedi project website from where you may be able to get open-source drivers for some of NI's data acquistion products.
    Regards,
    Afreen S.
    www.ni.com/ask

  • Database files can be ported over cross different OS ?

    Can someone highlight me:
    "under oracle version 10 release 2, database files can be ported over cross different OS, e.g. between HP-UX and Sun Solaris", --- is it true ???
    thanks in advance.

    check out the CONVERT option available with RMAN of Oracle 10g.
    for details look at the 10g Recovery Manager Reference.
    Only restriction is both the source and the target should have a compatible parameter in the init.ora file set to 10.0 and higher.

Maybe you are looking for

  • Not able to reload the data from DB using finder methods

    Hi all, <p> I am facing a weird problem while using finder methods. I am using weblogic 8.1 SP3 and entity beans are CMP with DB concurrency.DB is oracle </p> <h4>Problem Description</h4> <p> I am having one session bean which internally interacts wi

  • How can I update to Mavericks from 10.7.5?

    I am running 10.7.5 on an iMac 3.06 Intel. I have downloaded the dmg for 10.9.5 (from three different locations), and the install won't proceed. It stops and I get a message that says I need 10.9 before I can install. I would rather not try Yosemite

  • DVD's made with iDVD that once played now don't

    DVD's that I created with iDVD several months ago are now not recognized by the Apple DVD Player, even though I was able to play them when I originally burned them. They show-up in the Finder window as blank CD's, and I'm asked if I'd like to burn th

  • Output to PAL

    Is it possible for FCE to export finished project (original as NTSC) to a PAL version DVD?

  • Inputting letters, output numbers

    I had for the second time this situation: All my Keyboard shortcuts disabled (such as apple Q) if writing an email address I get numbers instead of letters. At first I thought it was some kind of conversion problem, but I then compared this to the AS