LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 08-12-2008, 07:34 AM   #16
matiasar
Member
 
Registered: Nov 2006
Location: Argentina
Distribution: Debian
Posts: 321

Original Poster
Blog Entries: 1

Rep: Reputation: 31

Species,

Good news... OpenSuse 11 supported that board.
Is your hard disk greater than 140 Gb?

Regards,
Matías
 
Old 08-12-2008, 11:32 AM   #17
matiasar
Member
 
Registered: Nov 2006
Location: Argentina
Distribution: Debian
Posts: 321

Original Poster
Blog Entries: 1

Rep: Reputation: 31
Species,

Sorry, by mistake I sent the same post twice...

So, It worked with Open Suse 11? That's good news.
Is your hard disk greater than 140 Gb?

Regards,
Matías
 
Old 08-12-2008, 11:53 AM   #18
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Everyone please be aware that the original driver written by Tejun Heo didn't completely work, due to some odd timing problem, and was eventually marked as broken. Initio finally released source code to use the card, and Tejun has picked it up and turned it into a real driver for kernels 2.6.27-rc2 and later.

Use this link to get a copy of the source in your browser, but be aware that it takes the latest version of libata, so you probably won't get it to compile with earlier kernels.
http://git.kernel.org/?p=linux/kerne...55d7286abaa1c4

You can also just git a copy of 2.6.27-rc2, and it should be there and should work. I have tried to compile it with earlier kernels, but since madwifi won't compile much later than 2.6.20, I wasn't able to find a middle ground where both would compile and I could test.
 
Old 08-12-2008, 04:43 PM   #19
SpEcIeS
Member
 
Registered: Jan 2003
Location: Canada
Distribution: Ubuntu 9.04 AMD64
Posts: 229

Rep: Reputation: 30
Cool

Quote:
Originally Posted by matiasar View Post
Species,

Sorry, by mistake I sent the same post twice...

So, It worked with Open Suse 11? That's good news.
Is your hard disk greater than 140 Gb?

Regards,
Matías
Thanks Matias. I have known this for a few days now and have been just tickled pink. My HDD is 200GB too.

openSUSE 11.0 is a wonderful improvement all the way around Could be going back to an all Linux computer soon.

Last edited by SpEcIeS; 08-12-2008 at 04:44 PM.
 
Old 08-15-2008, 11:20 AM   #20
SpEcIeS
Member
 
Registered: Jan 2003
Location: Canada
Distribution: Ubuntu 9.04 AMD64
Posts: 229

Rep: Reputation: 30
Question

Quote:
Originally Posted by Quakeboy02 View Post
Everyone please be aware that the original driver written by Tejun Heo didn't completely work, due to some odd timing problem, and was eventually marked as broken. Initio finally released source code to use the card, and Tejun has picked it up and turned it into a real driver for kernels 2.6.27-rc2 and later.

Use this link to get a copy of the source in your browser, but be aware that it takes the latest version of libata, so you probably won't get it to compile with earlier kernels.
http://git.kernel.org/?p=linux/kerne...55d7286abaa1c4

You can also just git a copy of 2.6.27-rc2, and it should be there and should work. I have tried to compile it with earlier kernels, but since madwifi won't compile much later than 2.6.20, I wasn't able to find a middle ground where both would compile and I could test.
Does this imply that the driver is not safe to use in write mode? Currently I have not tested it out on openSUSE's 2.6.25 kernel, or did they apply the updated patch to their kernel?
 
Old 08-15-2008, 11:37 AM   #21
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by SpEcIeS View Post
Does this imply that the driver is not safe to use in write mode? Currently I have not tested it out on openSUSE's 2.6.25 kernel, or did they apply the updated patch to their kernel?
I don't know which version of the driver openSUSE uses. I can only speak directly to Tejun's original driver. If it's the latest one, the one that uses IDMA, then it should probably be OK, though I haven't personally tested it yet. If it's the non-IDMA version, then it's not 100% reliable in either read or write. The way I would test it is to copy a large ISO file to your drive (I was using 4.7GB DVD ISOs for my testing) and run multiple MD5 generations on the file. If it always comes up with the same answer that was generated for the original file, then it's probably OK. If not...

BTW, is it possible that openSUSE has their own driver derived from the kernel 2.4 driver? In that case, I know nothing about it.

I'm just waiting for a new video card that will be compatible with 2.6.27-rc2. When it comes in, I'll do testing on the new driver. If this thread is still unresolved, I'll report back. But, be aware that I'm not on the linux-ide development team. I was just a dedicated tester that found a bug that couldn't be resolved.

Added:
OH, and I'm pretty sure the LBA48 issue as well as SATA DVD drive issues have been resolved in the new driver.

Last edited by Quakeboy02; 08-15-2008 at 11:39 AM.
 
Old 09-03-2008, 06:58 PM   #22
sikku
LQ Newbie
 
Registered: Aug 2008
Posts: 16

Rep: Reputation: 0
I also hav the same problem... My SATA hard disk is also western digital wd1600aabbs (160 GB) and Fedora 9 is not detecting the HD....

So i tried many things to detect... All in vain....

I tried wid OpenSuse 11 also... OpenSuse is also not detecting my SATA hard disk....

Wat may be the problem???
 
Old 09-03-2008, 07:07 PM   #23
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
The good news is that Tejun's new driver works on everything I can throw at it including booting and LBA48. The bad news is that it debuted at 2.6.27-rc2 or thereabouts, so you may have to wait.

OTOH, as it turned out, the card I was using to test the first driver seems to have been bad, so perhaps it's just an LBA48 issue that you're running into.
 
Old 09-04-2008, 10:47 AM   #24
sikku
LQ Newbie
 
Registered: Aug 2008
Posts: 16

Rep: Reputation: 0
^^^ Did u reply to my post???
 
Old 09-04-2008, 10:55 AM   #25
sikku
LQ Newbie
 
Registered: Aug 2008
Posts: 16

Rep: Reputation: 0
Today I took my HD to one of my friends PC and connected it... Then I tried to install Fedora... My HD is not getting detected there also... He is also having the same type of Mother board which I am having...
Then I tried to install Fedora to his HD which is also SATA, but not WD, instead Seagate SATA HD.... Now this time Fedora detected his HD...
I think the issue is wid my Western Digital HD... But both BIOS and Windows are detecting it... I donno wats the problem...
Can anyone figure it out???
 
Old 09-06-2008, 11:48 AM   #26
sikku
LQ Newbie
 
Registered: Aug 2008
Posts: 16

Rep: Reputation: 0
At last I got my SATA HD working... But not with the old one... This time I exchanged my old Western Digital wid new Seagate SATA hard disk...
Now Fedora is detecting it without any problem....

I explained my painful story of not detecting the HD to the vendor... Then he exchanged it wid Seagate, wid 0.1% of extra amount of the actual price of the HD...

What else can I do??? It was almost 2 moths that I had been trying to detect my HD.... I posted my query in many different forums... But no results yet...

Moral of the story:
Next time I wont purchase Western Digital HD....
 
Old 11-13-2008, 09:11 PM   #27
nikzanta
LQ Newbie
 
Registered: Nov 2008
Posts: 3

Rep: Reputation: 0
Smile

Quote:
Originally Posted by matiasar View Post
Well, I received some responses from Sunix.
Thay said Initio (the chipset vendor) is having some delay to realease newer versions of the module.
Sunix sent me a a tarball with a driver to test, because they said that should work with fedora core 3,4 or 5... But still they didn't confirm if lba48 feature would be supported.
Now I don't have a spare SATA hd to test but I'll do as soon as I can. If anybody want to try that driver, just tell me and I'll sent it by mail.

Matías
yes please, i have a 500 GB hd i got today and this Sunix pci sata controller.
I would be happy to try these drivers.
my email is nikzanta at photo-book.gr
thank you in advance.
 
Old 11-13-2008, 09:47 PM   #28
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
If you can update your kernel to 2.6.26, you will find the new driver already there. It's called sata_inic162x.
 
Old 11-14-2008, 04:09 AM   #29
nikzanta
LQ Newbie
 
Registered: Nov 2008
Posts: 3

Rep: Reputation: 0
thank you for your response.
However, may sound funny, but how do i get this kernel for ubuntu?
I have no idea...
where is it?
I have also downloaded this file i found above, "sata_inic162x.c" and i dont know how to use this file.... of course i will search in the forum, but if in the meanwhile you post a way to use it, i think it is relevant to the topic, describing analytically how to install the driver.
again, thank you.
 
Old 11-14-2008, 11:34 AM   #30
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
What kernel do you have? What is output from the following command?
Code:
uname -a
You cannot use the file directly to do anything.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 10.1 sata.i dosn't support my sata controller kryptobs2000 Slackware 7 12-05-2007 06:25 PM
ICH6M SATA Controller works weird - No DMA garyczek Linux - Laptop and Netbook 3 11-23-2006 07:23 AM
Gentoo require module for SATA controller for installation. imraven Linux - Software 2 06-30-2006 01:52 AM
Linux support for maxtor SATA 150 controller? Synesthesia Linux - Hardware 3 07-28-2005 11:10 AM
SATA Controller with good Linux support ganja_guru Linux - Hardware 7 06-16-2005 10:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 11:02 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