Thread: Linux drivers. (can't find any)

  1. #1
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071

    Unhappy Linux drivers. (can't find any)

    Iv'e tracking down drivers for Linux, without much luck (I found a LAN driver).
    Right now i'm trying to find a driver for a VIA VT8233 AC97 audio controller.

    Anyone know where I might go to find this??

    -psychopath
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

  2. #2
    Hello,

    Maybe the following links can help:


    - Stack Overflow
    Segmentation Fault: I am an error in which a running program attempts to access memory not allocated to it and core dumps with a segmentation violation error. This is often caused by improper usage of pointers, attempts to access a non-existent or read-only physical memory address, re-use of memory if freed within the same scope, de-referencing a null pointer, or (in C) inadvertently using a non-pointer variable as a pointer.

  3. #3
    Registered User Bob Vila's Avatar
    Join Date
    Mar 2005
    Location
    USA
    Posts
    5
    i think that if you have alsa installed, it picks it up and configures it for you...

  4. #4
    The Right Honourable psychopath's Avatar
    Join Date
    Mar 2004
    Location
    Where circles begin.
    Posts
    1,071
    I tried alsa. It should have worked from what I know about it, but it didn't.

    -psychopath
    M.Eng Computer Engineering Candidate
    B.Sc Computer Science

    Robotics and graphics enthusiast.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  2. where can i find source code of filter drivers?
    By Fishskin in forum Windows Programming
    Replies: 4
    Last Post: 09-25-2005, 12:11 PM
  3. Is Linux Really A Programmers OS?
    By SourceCode in forum A Brief History of Cprogramming.com
    Replies: 43
    Last Post: 04-07-2003, 09:24 PM
  4. Won't Return pointer, i can't find why...
    By ss3x in forum C++ Programming
    Replies: 2
    Last Post: 02-28-2002, 08:50 PM