LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-12-2003, 04:20 PM   #16
Myrsnipe
LQ Newbie
 
Registered: Mar 2003
Location: Oslo, Norway
Distribution: Redhat 8.0
Posts: 1

Rep: Reputation: 0

Well, i have a SiS 315 card... I have a Redhat 8.0 distro and uses some kind of generic driver, damn SiS, no linux support for my card
 
Old 03-13-2003, 07:29 AM   #17
tryangle
Member
 
Registered: Feb 2003
Location: Penns Woods
Distribution: RedHat OpenSuse Ubuntu Mepis
Posts: 34

Original Poster
Rep: Reputation: 15
Still stuck on this...

Hi Myrsnipe,

I'm sure Winischhofer.net has the driver that is needed to make it work, but I haven't figured out how to install it. I've got the powerarchiver compressed file on my box, but I don't know how to use the powerarchiver utility from the console or where to put the uncompressed files so that XF86Config can find them.

If you're familiar with how that is done, please let me know.
 
Old 03-13-2003, 08:12 AM   #18
idiot_child
LQ Newbie
 
Registered: Mar 2003
Location: AU
Distribution: Slackware 8.1
Posts: 12

Rep: Reputation: 0
what issues do u have with the generic driver?

are there problems to the point of it being unusable? looking at www.XFree86.org, the sis315 has been supported since v3.3ish.
i had a sis6326, and it was ok. but then, i think the generic driver was written mainly for that chipset. lucky me

as for where the video drivers should go...
is it /lib/<something about the kernel>../<maybe modules>/drivers/video?

damn i wish i hit the reply button when i'm actually in LINUX.

the uncompressed files, what format are they? *.o? *.gz?
 
Old 03-13-2003, 03:28 PM   #19
tryangle
Member
 
Registered: Feb 2003
Location: Penns Woods
Distribution: RedHat OpenSuse Ubuntu Mepis
Posts: 34

Original Poster
Rep: Reputation: 15
You're right idiot_child...

According to xfree86.org it's supported as of the 4.3.0 release. But it's not working
 
Old 03-13-2003, 07:20 PM   #20
idiot_child
LQ Newbie
 
Registered: Mar 2003
Location: AU
Distribution: Slackware 8.1
Posts: 12

Rep: Reputation: 0
ok, this is the directory: /lib/modules/<kernel version>/kernel/drivers/video
stick the file in there, and modify your XF86Config file to use that driver.

btw, what was the error message you were getting?
 
Old 03-13-2003, 09:35 PM   #21
tryangle
Member
 
Registered: Feb 2003
Location: Penns Woods
Distribution: RedHat OpenSuse Ubuntu Mepis
Posts: 34

Original Poster
Rep: Reputation: 15
Re: Videopathic maybe...

Hi idiot_child,

Thanks for helping me on this...

When I would startx I would get a couple screenfuls of info that would end like this:
Quote:
Originally posted by tryangle
(EE)Failed to load module "sis 315" (module does not exist, 0)
(EE)No drivers available
Fatal server error:
no screens found

The monitor was found. I have the correct horizontal and vertical frequencies for it. But as you can see, the driver failed to load... subsequently the screen was not found.
When I used just

Driver "sis"

in the XF86Config file it eliminated the first error. Which was an improvement, but it still didn't work.

After I load the video driver in the

Quote:
Originally posted by idiot_child
/lib/modules/<kernel version>/kernel/drivers/video
directory would I use the Specific Name of the driver in the XF86Config file?

Like, I don't know, looking at the files that came in the package, I see a whole bunch of files, but among them are: sis_driver.c and sis_driver.h ...hmm, one of those sounds like it might be it.

Driver "sis_driver.c"

or
Driver "sis_driver.h"

or
Driver "sis315"

I guess there's no harm in trying them all
 
Old 05-21-2003, 11:49 AM   #22
fredderic
LQ Newbie
 
Registered: May 2003
Location: Qld, Australia, Earth
Distribution: Debian Testing/Unstable
Posts: 1

Rep: Reputation: 0
Unhappy Re: Thanks for hanging in there with me on this ...

Quote:
Originally posted by tryangle
I've tried it with a space "sis 315", without a space "sis315" and just as "sis" So far, "sis" gives me only one error message, whereas the other two, give a second error message about a module not being found.
"module not found" tells you exactly what you need to know. Use the one which doesn't say that. ("sis")


Quote:
I've learned how to mount and umount my floppy and cdrom. This is great stuff working at the console! I was able to get the floppy drive automounted, but for some reason, Not the cdrom drive (directory). I'm trying to make sense of why I have a mnt directory and a misc directory both set up for reading the disc drives! I was able to read the floppy from both of them, but Not the cdrom. I was unable to get the cdrom to work from the misc directory!
I've been using the automounter quite successfully. Only bugger is the delay in unmounting. I found it useful to set the auto-eject feature on the CDROM to let me know when it's done. Re-mounting the disk will automatically pull it back in anyhow.


Quote:
So now, anyway, I loaded the .gz file for the sis315 driver from the Winischhofer site and I loaded power archiver. I need to run the powarc60.exe to set it up and then uncompress the driver. But where do I put the driver so the XF86Config file will find it?
Why on earth are you using powarc under Linux? My Debian system comes with Linux software for Zip, Arj, Rar, and a bunch of other predominantly Windows archiver formats. So much so that I go weeks if not months between booting to my Windows partition. At least, I did until I got this darned SiS650 video card.

As I understand it, you're supposed to grab the sis_dri and sis_drv archives, and then just replace the existing files of the same name, with the new ones. ("locate" is a handy command...)

Unfortunately, all that got me was a monitor that flickers on and off a few times, after which not even the consoles show anything. All I can do is blindly type "shutdown -f -r now", and wait for the system to boot again.


Quote:
Also, I was wondering, is there a -switch|argument|option for the find command that will enable me to search through all directories and all subdirectories from the originating point of conducting the search? I wanted to check to see if powerarc came with the RH8 distro and was already installed. I have no idea, but I thought it would be a good idea to check before I install it.
"find" does exactly that by default. I fotget what the switch is to stop it from doing sub-dir's... Find's also a little slow when you already know the filename you're looking for.

For the purpose of finding the files to replace, "locate /sis_dr" will do a much better job of it. Though I do wish locate supported either globs or regexp's... Still... I think it's database is plaintext, so I should be able to roll together a one-line "locate-regexp" script, or something...


fredderic
 
Old 05-21-2003, 12:48 PM   #23
jkcunningham
Member
 
Registered: May 2002
Location: Seattle, WA, USA
Distribution: Gentoo
Posts: 136

Rep: Reputation: 15
You can identify the pci bus number by running lspci and looking for your controller. The numbering is rendered slightly differently (i.e. 01:09.0 would be 1:9:0 in XF86Config). I think you have to run this as su. If you don't have it, its in pciutils
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration