Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

PATA DVD access with Marvell 88SE61x1 and 2.6.25.6

 
   Linux (Home) -> Hardware RSS
Next:  OpenSuSE for older computer?  
Author Message
Anton Ertl

External


Since: Sep 01, 2007
Posts: 90



(Msg. 1) Posted: Sat Oct 18, 2008 8:50 pm
Post subject: PATA DVD access with Marvell 88SE61x1 and 2.6.25.6
Archived from groups: comp>os>linux>hardware (more info?)

A few months ago I changed my motherboard to an MSI P35 NEO2-FR, which
handles the PATA board with a Marvell 88SE6121 (according to lspci) or
88SE6111 (according to
<http://en.wikipedia.org/wiki/List_of_Marvell_Technology_Group_chipsets#MSI_motherboards_that_use_Marvell_88SE6111_chipset>).

Apparently since that time I cannot access the DVD drive that's
connected via PATA; the drive has not shown up in any kernel logs
since that time.

So I'm wondering how to deal with this. lspci -v says:

03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Marvell Technology Group Ltd. 88SE6121 SATA II Controller
Flags: bus master, fast devsel, latency 0, IRQ 16
[...]
Kernel driver in use: ahci
Kernel modules: ide-pci-generic, pata_marvell, ata_generic

This does not change if I modprobe pata_marvell, and nothing happens
in the output of dmesg.

Reading
<https://kerneltrap.org/mailarchive/git-commits-head/2008/9/8/3234554>,
it appears that one could possibly fix it by either installing a
kernel that includes the patch shown in the message, or possibly by
rearranging the order of ahci and pata_marvell in modprobe.conf
(probably in the initrd). However, neither of these modules appears
in my modprobe.d or modules.conf (and AFAIK the initrd stuff is
generated from these files).

So should I just upgrade to 2.6.27 (and will it help?) or is there an
easier way to get my DVD to work?

- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton.DeleteThis@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html
Back to top
Login to vote
david

External


Since: Mar 10, 2008
Posts: 20



(Msg. 2) Posted: Sun Oct 19, 2008 2:15 am
Post subject: Re: PATA DVD access with Marvell 88SE61x1 and 2.6.25.6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 18 Oct 2008 20:50:52 +0000, Anton Ertl rearranged some electrons
to say:

> A few months ago I changed my motherboard to an MSI P35 NEO2-FR, which
> handles the PATA board with a Marvell 88SE6121 (according to lspci) or
> 88SE6111 (according to
> <http://en.wikipedia.org/wiki/
List_of_Marvell_Technology_Group_chipsets#MSI_motherboards_that_use_Marvell_88SE6111_chipset>).
>
> Apparently since that time I cannot access the DVD drive that's
> connected via PATA; the drive has not shown up in any kernel logs since
> that time.
>
> So I'm wondering how to deal with this. lspci -v says:
>
> 03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II
> Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
> Subsystem: Marvell Technology Group Ltd. 88SE6121 SATA II
> Controller Flags: bus master, fast devsel, latency 0, IRQ 16
> [...]
> Kernel driver in use: ahci
> Kernel modules: ide-pci-generic, pata_marvell, ata_generic
>
> This does not change if I modprobe pata_marvell, and nothing happens in
> the output of dmesg.
>
> Reading
> <https://kerneltrap.org/mailarchive/git-commits-head/2008/9/8/3234554>,
> it appears that one could possibly fix it by either installing a kernel
> that includes the patch shown in the message, or possibly by rearranging
> the order of ahci and pata_marvell in modprobe.conf (probably in the
> initrd). However, neither of these modules appears in my modprobe.d or
> modules.conf (and AFAIK the initrd stuff is generated from these files).
>
> So should I just upgrade to 2.6.27 (and will it help?) or is there an
> easier way to get my DVD to work?
>
> - anton

Are you sure the ribbon cable is properly connected?
Back to top
Login to vote
Anton Ertl

External


Since: Sep 01, 2007
Posts: 90



(Msg. 3) Posted: Sun Oct 19, 2008 1:02 pm
Post subject: Re: PATA DVD access with Marvell 88SE61x1 and 2.6.25.6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

david <none.TakeThisOut@nospam.com> writes:
>On Sat, 18 Oct 2008 20:50:52 +0000, Anton Ertl rearranged some electrons
>to say:
>
>> A few months ago I changed my motherboard to an MSI P35 NEO2-FR, which
>> handles the PATA board with a Marvell 88SE6121 (according to lspci) or
>> 88SE6111 (according to
>> <http://en.wikipedia.org/wiki/
>List_of_Marvell_Technology_Group_chipsets#MSI_motherboards_that_use_Marvell_88SE6111_chipset>).
>>
>> Apparently since that time I cannot access the DVD drive that's
>> connected via PATA; the drive has not shown up in any kernel logs since
>> that time.
....
>Are you sure the ribbon cable is properly connected?

Yes, the drive shows up in the BIOS and works in Windows.

- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton.TakeThisOut@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html
Back to top
Login to vote
Anton Ertl

External


Since: Sep 01, 2007
Posts: 90



(Msg. 4) Posted: Thu Dec 11, 2008 8:36 pm
Post subject: [Solved] PATA DVD access with Marvell 88SE61x1 and 2.6.25.6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

anton.TakeThisOut@mips.complang.tuwien.ac.at (Anton Ertl) writes:
>A few months ago I changed my motherboard to an MSI P35 NEO2-FR, which
>handles the PATA board with a Marvell 88SE6121 (according to lspci) or
>88SE6111 (according to
><http://en.wikipedia.org/wiki/List_of_Marvell_Technology_Group_chipsets#MSI_motherboards_that_use_Marvell_88SE6111_chipset>).
>
>Apparently since that time I cannot access the DVD drive that's
>connected via PATA; the drive has not shown up in any kernel logs
>since that time.
>
>So I'm wondering how to deal with this. lspci -v says:
>
>03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
> Subsystem: Marvell Technology Group Ltd. 88SE6121 SATA II Controller
> Flags: bus master, fast devsel, latency 0, IRQ 16
> [...]
> Kernel driver in use: ahci
> Kernel modules: ide-pci-generic, pata_marvell, ata_generic
>
>This does not change if I modprobe pata_marvell, and nothing happens
>in the output of dmesg.
>
>Reading
><https://kerneltrap.org/mailarchive/git-commits-head/2008/9/8/3234554>,
>it appears that one could possibly fix it by either installing a
>kernel that includes the patch shown in the message

I finally fixed it by upgrading to the 2.6.27.8 kernel (which also had
its own problems). Now I cann access the DVD drive (but as /dev/sdc0,
not as /dev/hda, as one might expect).

- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton.TakeThisOut@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html
Back to top
Login to vote
Aragorn

External


Since: Feb 15, 2008
Posts: 43



(Msg. 5) Posted: Fri Dec 12, 2008 1:38 am
Post subject: Re: [Solved] PATA DVD access with Marvell 88SE61x1 and 2.6.25.6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thursday 11 December 2008 21:36, someone identifying as *Anton Ertl*
wrote in /comp.os.linux.hardware:/

> anton DeleteThis @mips.complang.tuwien.ac.at (Anton Ertl) writes:
>
>> A few months ago I changed my motherboard to an MSI P35 NEO2-FR, which
>> handles the PATA board with a Marvell 88SE6121 (according to lspci) or
>> 88SE6111 (according to
>><http://en.wikipedia.org/wiki/List_of_Marvell_Technology_Group_chipsets#MSI_motherboards_that_use_Marvell_88SE6111_chipset>).
>>
>> Apparently since that time I cannot access the DVD drive that's
>> connected via PATA; the drive has not shown up in any kernel logs
>> since that time.
>>
>> So I'm wondering how to deal with this. lspci -v says:
>>
>> 03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II
>> Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
>> Subsystem: Marvell Technology Group Ltd. 88SE6121 SATA II
>> Controller Flags: bus master, fast devsel, latency 0, IRQ 16
>> [...]
>> Kernel driver in use: ahci
>> Kernel modules: ide-pci-generic, pata_marvell, ata_generic
>>
>> This does not change if I modprobe pata_marvell, and nothing happens
>> in the output of dmesg.
>>
>> Reading
>><https://kerneltrap.org/mailarchive/git-commits-head/2008/9/8/3234554>,
>> it appears that one could possibly fix it by either installing a
>> kernel that includes the patch shown in the message
>
> I finally fixed it by upgrading to the 2.6.27.8 kernel (which also had
> its own problems). Now I cann access the DVD drive (but as /dev/sdc0,
> not as /dev/hda, as one might expect).

It's been a while since I last looked at any kernel Changelogs - due to the
fact that I've been focussing my attention on getting Xen to work, and for
optimum results, this requires that the kernel be pre-2.6.23 - but from
what I've come to learn in other newsgroups, recent or not so recent
changes in the kernel have led to the fact that Linux now uses the SCSI
naming convention for the device special files of all locally attached
storage devices, and as such what used to be */dev/hda* would indeed now
beget a SAS/SCSI/SATA/USB-like device special file.

I'm not sure as to how or why this came to be. Possibly PATA devices now
make use of the SCSI protocol, or else it may just have been a way to
simplify the naming convention for storage devices. All I know is that it
must have taken place somewhere around the development of 2.6.26 or 2.6.27.

Your mileage may vary, of course.

--
*Aragorn*
(registered GNU/Linux user #223157)
Back to top
Login to vote
Darren Salt

External


Since: May 07, 2007
Posts: 71



(Msg. 6) Posted: Sat Dec 13, 2008 10:07 pm
Post subject: Re: [Solved] PATA DVD access with Marvell 88SE61x1 and 2.6.25.6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I demand that Aragorn may or may not have written...

[snip]
> from what I've come to learn in other newsgroups, recent or not so recent
> changes in the kernel have led to the fact that Linux now uses the SCSI
> naming convention for the device special files of all locally attached
> storage devices, and as such what used to be */dev/hda* would indeed now
> beget a SAS/SCSI/SATA/USB-like device special file.

I still have /dev/hd* on my desktop boxes, but then I'm still using the old
IDE drivers.

[snip]
--
| Darren Salt | linux or ds at | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Use more efficient products. Use less. BE MORE ENERGY EFFICIENT.

Don't comment bad code. Rewrite it.
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Marvell 88E8053 - Hello! I have some problem with Marvell 88E8053 network adapter (on ASUS P5GDC-V). I use Fedora Core 3 with 2.6.11-1.14_FC3smp kernel. When I do #lspci, there is 02:00.0 Ethernet controller: Marvell Technology Group Ltd. Marvell Yukon 88E8053 Gigabit....

Driver for Marvell - Does anyone know when there will be a Linux driver for the Marvell Yukon II network adapters? I have a Toshiba Tecra M3 and the Ethernet interface is the only thing, that I need, that I haven't been able to get running yet. Regards, Ian

FYI: "patchified" drivers for Linux 2.4 for Marvell and Ar.. - Dear everyone, a while ago, in the process of updating my rescue CD, I've converted drivers for Marvell and Areca hardware into patches agains Linux 2.4. The conversion was surprisingly easy, no actual code modifications were necessary, expcept for mayb...

access external hdd - does anyone know how do i access external hard drive conneted to usb?. my usb is detected but i can see the external hdd. thanks

UDF access for readability - Hi, I intend to develop a project that will be able to tell the quality of a DVD, it means its readability in percent, what clusters are damaged, etc. Is there already a project like this ? I ve done many searches on sourceforge & Savanah the on...
       Linux (Home) -> Hardware All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact