Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-19 Thread Alan Cox
> This is a laptop with both the cd and hardrive connected directly to the 
> mainboard. The key is
> they both work correctly under 2.6.20.

2.6.20 with the old IDE drivers or the new ones ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-19 Thread Stephen Clark

Len Brown wrote:


On Wednesday 18 April 2007 16:23, Jeff Garzik wrote:
 


Len Brown wrote:
   


< Linux version 2.6.20-1.2933.fc6
< ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
< (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
---
 


Linux version 2.6.20-1.3023.fc7
([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
(Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007
   


I agree that the fc7 version string looks strange, because
there are other things in the fc7 dmesg which are clearly from 2.6.21,
such as this:

< ACPI: Core revision 20060707
---
 


ACPI: Core revision 20070126
   


Perhaps you can try building a kernel.org 2.6.21 kernel and running
it on your FC6 install?

The ALI15X3 stuff exists only in the working FC6 dmesg:

< Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
< ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
< ALI15X3: IDE controller at PCI slot :00:0f.0
< ACPI: Unable to derive IRQ for device :00:0f.0
< ACPI: PCI Interrupt :00:0f.0[A]: no GSI
< ALI15X3: chipset revision 195
< ALI15X3: not 100% native mode: will probe irqs later
< ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
< ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
< Probing IDE interface ide0...
< hda: HITACHI_DK23CA-20, ATA DISK drive
< ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
< Probing IDE interface ide1...
< hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
< ide1 at 0x170-0x177,0x376 on irq 15
< Probing IDE interface ide2...
< Probing IDE interface ide3...
< Probing IDE interface ide4...
< Probing IDE interface ide5...
< hda: max request size: 128KiB
< hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, UDMA(66)
< hda: cache flushes not supported
<  hda: hda1 hda2
< ide-floppy driver 0.99.newide

FC7 looks like it is using libata instead:
-Len

 


SCSI subsystem initialized
libata version 2.20 loaded.
ACPI: Unable to derive IRQ for device :00:0f.0
ACPI: PCI Interrupt :00:0f.0[A]: no GSI
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
irq 14
ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
irq 15
scsi0 : pata_ali
PM: Adding info for No Bus:host0
ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   <
drive can do 100
ata1.00: 39070080 sectors, multi 16: LBA
ata1.00: configured for UDMA/33<=== configured as 33
scsi1 : pata_ali
PM: Adding info for No Bus:host1
ata2.00: ATAPI, max UDMA/33   <=== cd can't be read now
ata2.00: configured for UDMA/33
PM: Adding info for No Bus:target0:0:0
scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 5
PM: Adding info for scsi:0:0:0:0
PM: Adding info for No Bus:target1:0:0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port
   


It looks like interrupts are not being delivered?
   



Dunno, both 2.6.20 and 2.6.21 say they're looking on IRQ14 and IRQ15.
ACPI isn't involved at all with those IRQs, as it couldn't find any info
for :00:0f.0[A] and thus the legacy hard-coding for IDE must rule the day.

Is it possible to configure 2.6.21 with the driver that was running in 2.6.20?
If yes, and that works, then we know we didn't somehow otherwise break 
interrupts.

-Len

 

These results are from the livecd from FC7-rc2, Chuck Ebbert said a new 
one is soon to be released.

Let's see what the results are for this upcoming release.

Thanks,
Steve

--

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)


"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-19 Thread Stephen Clark

Alan Cox wrote:


scsi0 : pata_ali
PM: Adding info for No Bus:host0
ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   <
drive can do 100
ata1.00: 39070080 sectors, multi 16: LBA
ata1.00: configured for UDMA/33<=== configured as 33
   



How is this system actually set up - what cable is used on that drive ?

 


ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port
   


It looks like interrupts are not being delivered?
   



We still have a problem with pata_ali and ATAPI. I'm still trying to work
out wtf is going on there as I can't find any meaningful difference and
even some paranoid 'assume the worst of the comments in the databook'
additional code isn't helping.

 


Hi,

This is a laptop with both the cd and hardrive connected directly to the 
mainboard. The key is

they both work correctly under 2.6.20.

HTH,
Steve

--

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)


"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-19 Thread Stephen Clark

Alan Cox wrote:


scsi0 : pata_ali
PM: Adding info for No Bus:host0
ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   
drive can do 100
ata1.00: 39070080 sectors, multi 16: LBA
ata1.00: configured for UDMA/33=== configured as 33
   



How is this system actually set up - what cable is used on that drive ?

 


ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port
   


It looks like interrupts are not being delivered?
   



We still have a problem with pata_ali and ATAPI. I'm still trying to work
out wtf is going on there as I can't find any meaningful difference and
even some paranoid 'assume the worst of the comments in the databook'
additional code isn't helping.

 


Hi,

This is a laptop with both the cd and hardrive connected directly to the 
mainboard. The key is

they both work correctly under 2.6.20.

HTH,
Steve

--

They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety.  (Ben Franklin)


The course of history shows that as a government grows, liberty 
decreases.  (Thomas Jefferson)




-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-19 Thread Stephen Clark

Len Brown wrote:


On Wednesday 18 April 2007 16:23, Jeff Garzik wrote:
 


Len Brown wrote:
   


 Linux version 2.6.20-1.2933.fc6
 ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
---
 


Linux version 2.6.20-1.3023.fc7
([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
(Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007
   


I agree that the fc7 version string looks strange, because
there are other things in the fc7 dmesg which are clearly from 2.6.21,
such as this:

 ACPI: Core revision 20060707
---
 


ACPI: Core revision 20070126
   


Perhaps you can try building a kernel.org 2.6.21 kernel and running
it on your FC6 install?

The ALI15X3 stuff exists only in the working FC6 dmesg:

 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 ALI15X3: IDE controller at PCI slot :00:0f.0
 ACPI: Unable to derive IRQ for device :00:0f.0
 ACPI: PCI Interrupt :00:0f.0[A]: no GSI
 ALI15X3: chipset revision 195
 ALI15X3: not 100% native mode: will probe irqs later
 ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
 ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
 Probing IDE interface ide0...
 hda: HITACHI_DK23CA-20, ATA DISK drive
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 Probing IDE interface ide1...
 hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
 ide1 at 0x170-0x177,0x376 on irq 15
 Probing IDE interface ide2...
 Probing IDE interface ide3...
 Probing IDE interface ide4...
 Probing IDE interface ide5...
 hda: max request size: 128KiB
 hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, UDMA(66)
 hda: cache flushes not supported
  hda: hda1 hda2
 ide-floppy driver 0.99.newide

FC7 looks like it is using libata instead:
-Len

 


SCSI subsystem initialized
libata version 2.20 loaded.
ACPI: Unable to derive IRQ for device :00:0f.0
ACPI: PCI Interrupt :00:0f.0[A]: no GSI
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
irq 14
ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
irq 15
scsi0 : pata_ali
PM: Adding info for No Bus:host0
ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   
drive can do 100
ata1.00: 39070080 sectors, multi 16: LBA
ata1.00: configured for UDMA/33=== configured as 33
scsi1 : pata_ali
PM: Adding info for No Bus:host1
ata2.00: ATAPI, max UDMA/33   === cd can't be read now
ata2.00: configured for UDMA/33
PM: Adding info for No Bus:target0:0:0
scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 5
PM: Adding info for scsi:0:0:0:0
PM: Adding info for No Bus:target1:0:0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port
   


It looks like interrupts are not being delivered?
   



Dunno, both 2.6.20 and 2.6.21 say they're looking on IRQ14 and IRQ15.
ACPI isn't involved at all with those IRQs, as it couldn't find any info
for :00:0f.0[A] and thus the legacy hard-coding for IDE must rule the day.

Is it possible to configure 2.6.21 with the driver that was running in 2.6.20?
If yes, and that works, then we know we didn't somehow otherwise break 
interrupts.

-Len

 

These results are from the livecd from FC7-rc2, Chuck Ebbert said a new 
one is soon to be released.

Let's see what the results are for this upcoming release.

Thanks,
Steve

--

They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety.  (Ben Franklin)


The course of history shows that as a government grows, liberty 
decreases.  (Thomas Jefferson)




-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-19 Thread Alan Cox
 This is a laptop with both the cd and hardrive connected directly to the 
 mainboard. The key is
 they both work correctly under 2.6.20.

2.6.20 with the old IDE drivers or the new ones ?
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Len Brown
On Wednesday 18 April 2007 16:23, Jeff Garzik wrote:
> Len Brown wrote:
> > < Linux version 2.6.20-1.2933.fc6
> > < ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
> > < (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
> > ---
> >> Linux version 2.6.20-1.3023.fc7
> >> ([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
> >> (Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007
> > 
> > I agree that the fc7 version string looks strange, because
> > there are other things in the fc7 dmesg which are clearly from 2.6.21,
> > such as this:
> > 
> > < ACPI: Core revision 20060707
> > ---
> >> ACPI: Core revision 20070126
> > 
> > Perhaps you can try building a kernel.org 2.6.21 kernel and running
> > it on your FC6 install?
> > 
> > The ALI15X3 stuff exists only in the working FC6 dmesg:
> > 
> > < Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> > < ide: Assuming 33MHz system bus speed for PIO modes; override with 
> > idebus=xx
> > < ALI15X3: IDE controller at PCI slot :00:0f.0
> > < ACPI: Unable to derive IRQ for device :00:0f.0
> > < ACPI: PCI Interrupt :00:0f.0[A]: no GSI
> > < ALI15X3: chipset revision 195
> > < ALI15X3: not 100% native mode: will probe irqs later
> > < ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
> > < ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
> > < Probing IDE interface ide0...
> > < hda: HITACHI_DK23CA-20, ATA DISK drive
> > < ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> > < Probing IDE interface ide1...
> > < hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
> > < ide1 at 0x170-0x177,0x376 on irq 15
> > < Probing IDE interface ide2...
> > < Probing IDE interface ide3...
> > < Probing IDE interface ide4...
> > < Probing IDE interface ide5...
> > < hda: max request size: 128KiB
> > < hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, 
> > UDMA(66)
> > < hda: cache flushes not supported
> > <  hda: hda1 hda2
> > < ide-floppy driver 0.99.newide
> > 
> > FC7 looks like it is using libata instead:
> > -Len
> > 
> >> SCSI subsystem initialized
> >> libata version 2.20 loaded.
> >> ACPI: Unable to derive IRQ for device :00:0f.0
> >> ACPI: PCI Interrupt :00:0f.0[A]: no GSI
> >> ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
> >> irq 14
> >> ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
> >> irq 15
> >> scsi0 : pata_ali
> >> PM: Adding info for No Bus:host0
> >> ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   <
> >> drive can do 100
> >> ata1.00: 39070080 sectors, multi 16: LBA
> >> ata1.00: configured for UDMA/33<=== configured as 33
> >> scsi1 : pata_ali
> >> PM: Adding info for No Bus:host1
> >> ata2.00: ATAPI, max UDMA/33   <=== cd can't be read now
> >> ata2.00: configured for UDMA/33
> >> PM: Adding info for No Bus:target0:0:0
> >> scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 
> >> 5
> >> PM: Adding info for scsi:0:0:0:0
> >> PM: Adding info for No Bus:target1:0:0
> >> ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
> >> ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
> >>  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
> >> ata2: soft resetting port
> 
> It looks like interrupts are not being delivered?

Dunno, both 2.6.20 and 2.6.21 say they're looking on IRQ14 and IRQ15.
ACPI isn't involved at all with those IRQs, as it couldn't find any info
for :00:0f.0[A] and thus the legacy hard-coding for IDE must rule the day.

Is it possible to configure 2.6.21 with the driver that was running in 2.6.20?
If yes, and that works, then we know we didn't somehow otherwise break 
interrupts.

-Len
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Chuck Ebbert
Stephen Clark wrote:
> Chuck Ebbert wrote:
> 
>> Stephen Clark wrote:
>>  
>>
>>> Hello,
>>>
>>> I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it
>>> failed on both.
>>>
>>>   
>>
>> FC7 test4 will be out any day now. Please test that -- test2 is ancient
>> now.
>>
>>
>>  
>>
> Ok I'll try that when it comes out - I was actually using the livecd
> version will the new version
> have a livecd also?

I'm pretty sure the Live CD will be part of the release.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Alan Cox
> >> scsi0 : pata_ali
> >> PM: Adding info for No Bus:host0
> >> ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   <
> >> drive can do 100
> >> ata1.00: 39070080 sectors, multi 16: LBA
> >> ata1.00: configured for UDMA/33<=== configured as 33

How is this system actually set up - what cable is used on that drive ?

> >> ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
> >> ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
> >>  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
> >> ata2: soft resetting port
> 
> It looks like interrupts are not being delivered?

We still have a problem with pata_ali and ATAPI. I'm still trying to work
out wtf is going on there as I can't find any meaningful difference and
even some paranoid 'assume the worst of the comments in the databook'
additional code isn't helping.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Stephen Clark

Chuck Ebbert wrote:


Stephen Clark wrote:
 


Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it
failed on both.

   



FC7 test4 will be out any day now. Please test that -- test2 is ancient
now.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 

Ok I'll try that when it comes out - I was actually using the livecd 
version will the new version

have a livecd also?

Steve



--

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)


"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Chuck Ebbert
Stephen Clark wrote:
> Hello,
> 
> I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it
> failed on both.
> 
 
FC7 test4 will be out any day now. Please test that -- test2 is ancient
now.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Jeff Garzik

Len Brown wrote:

< Linux version 2.6.20-1.2933.fc6
< ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
< (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
---

Linux version 2.6.20-1.3023.fc7
([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
(Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007


I agree that the fc7 version string looks strange, because
there are other things in the fc7 dmesg which are clearly from 2.6.21,
such as this:

< ACPI: Core revision 20060707
---

ACPI: Core revision 20070126


Perhaps you can try building a kernel.org 2.6.21 kernel and running
it on your FC6 install?

The ALI15X3 stuff exists only in the working FC6 dmesg:

< Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
< ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
< ALI15X3: IDE controller at PCI slot :00:0f.0
< ACPI: Unable to derive IRQ for device :00:0f.0
< ACPI: PCI Interrupt :00:0f.0[A]: no GSI
< ALI15X3: chipset revision 195
< ALI15X3: not 100% native mode: will probe irqs later
< ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
< ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
< Probing IDE interface ide0...
< hda: HITACHI_DK23CA-20, ATA DISK drive
< ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
< Probing IDE interface ide1...
< hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
< ide1 at 0x170-0x177,0x376 on irq 15
< Probing IDE interface ide2...
< Probing IDE interface ide3...
< Probing IDE interface ide4...
< Probing IDE interface ide5...
< hda: max request size: 128KiB
< hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, UDMA(66)
< hda: cache flushes not supported
<  hda: hda1 hda2
< ide-floppy driver 0.99.newide

FC7 looks like it is using libata instead:
-Len


SCSI subsystem initialized
libata version 2.20 loaded.
ACPI: Unable to derive IRQ for device :00:0f.0
ACPI: PCI Interrupt :00:0f.0[A]: no GSI
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
irq 14
ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
irq 15
scsi0 : pata_ali
PM: Adding info for No Bus:host0
ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   <
drive can do 100
ata1.00: 39070080 sectors, multi 16: LBA
ata1.00: configured for UDMA/33<=== configured as 33
scsi1 : pata_ali
PM: Adding info for No Bus:host1
ata2.00: ATAPI, max UDMA/33   <=== cd can't be read now
ata2.00: configured for UDMA/33
PM: Adding info for No Bus:target0:0:0
scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 5
PM: Adding info for scsi:0:0:0:0
PM: Adding info for No Bus:target1:0:0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
 res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port


It looks like interrupts are not being delivered?

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Len Brown
< Linux version 2.6.20-1.2933.fc6
< ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
< (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
---
> Linux version 2.6.20-1.3023.fc7
> ([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
> (Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007

I agree that the fc7 version string looks strange, because
there are other things in the fc7 dmesg which are clearly from 2.6.21,
such as this:

< ACPI: Core revision 20060707
---
> ACPI: Core revision 20070126

Perhaps you can try building a kernel.org 2.6.21 kernel and running
it on your FC6 install?

The ALI15X3 stuff exists only in the working FC6 dmesg:

< Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
< ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
< ALI15X3: IDE controller at PCI slot :00:0f.0
< ACPI: Unable to derive IRQ for device :00:0f.0
< ACPI: PCI Interrupt :00:0f.0[A]: no GSI
< ALI15X3: chipset revision 195
< ALI15X3: not 100% native mode: will probe irqs later
< ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
< ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
< Probing IDE interface ide0...
< hda: HITACHI_DK23CA-20, ATA DISK drive
< ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
< Probing IDE interface ide1...
< hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
< ide1 at 0x170-0x177,0x376 on irq 15
< Probing IDE interface ide2...
< Probing IDE interface ide3...
< Probing IDE interface ide4...
< Probing IDE interface ide5...
< hda: max request size: 128KiB
< hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, UDMA(66)
< hda: cache flushes not supported
<  hda: hda1 hda2
< ide-floppy driver 0.99.newide

FC7 looks like it is using libata instead:
-Len

> SCSI subsystem initialized
> libata version 2.20 loaded.
> ACPI: Unable to derive IRQ for device :00:0f.0
> ACPI: PCI Interrupt :00:0f.0[A]: no GSI
> ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
> irq 14
> ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
> irq 15
> scsi0 : pata_ali
> PM: Adding info for No Bus:host0
> ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   <
> drive can do 100
> ata1.00: 39070080 sectors, multi 16: LBA
> ata1.00: configured for UDMA/33<=== configured as 33
> scsi1 : pata_ali
> PM: Adding info for No Bus:host1
> ata2.00: ATAPI, max UDMA/33   <=== cd can't be read now
> ata2.00: configured for UDMA/33
> PM: Adding info for No Bus:target0:0:0
> scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 5
> PM: Adding info for scsi:0:0:0:0
> PM: Adding info for No Bus:target1:0:0
> ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
> ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
>  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
> ata2: soft resetting port
> ATA: abnormal status 0xD0 on port 0x00010177
> ata2.00: failed to IDENTIFY (I/O error, err_mask=0x2)
> ata2.00: revalidation failed (errno=-5)
> ata2: failed to recover some devices, retrying in 5 secs
> ata2: port is slow to respond, please be patient (Status 0xd0)
> ata2: port failed to respond (30 secs, Status 0xd0)
> ata2: soft resetting port
> ATA: abnormal status 0xD0 on port 0x00010177
> ata2.00: failed to IDENTIFY (I/O error, err_mask=0x2)
> ata2.00: revalidation failed (errno=-5)
> ata2.00: limiting speed to UDMA/33:PIO3
> ata2: failed to recover some devices, retrying in 5 secs
> ata2: port is slow to respond, please be patient (Status 0xd0)
> ata2: port failed to respond (30 secs, Status 0xd0)
> ata2: soft resetting port
> ATA: abnormal status 0xD0 on port 0x00010177
> ata2.00: failed to IDENTIFY (I/O error, err_mask=0x2)
> ata2.00: revalidation failed (errno=-5)
> ata2.00: disabled
> ata2: EH complete

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Len Brown
 Linux version 2.6.20-1.2933.fc6
 ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
---
 Linux version 2.6.20-1.3023.fc7
 ([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
 (Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007

I agree that the fc7 version string looks strange, because
there are other things in the fc7 dmesg which are clearly from 2.6.21,
such as this:

 ACPI: Core revision 20060707
---
 ACPI: Core revision 20070126

Perhaps you can try building a kernel.org 2.6.21 kernel and running
it on your FC6 install?

The ALI15X3 stuff exists only in the working FC6 dmesg:

 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 ALI15X3: IDE controller at PCI slot :00:0f.0
 ACPI: Unable to derive IRQ for device :00:0f.0
 ACPI: PCI Interrupt :00:0f.0[A]: no GSI
 ALI15X3: chipset revision 195
 ALI15X3: not 100% native mode: will probe irqs later
 ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
 ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
 Probing IDE interface ide0...
 hda: HITACHI_DK23CA-20, ATA DISK drive
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 Probing IDE interface ide1...
 hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
 ide1 at 0x170-0x177,0x376 on irq 15
 Probing IDE interface ide2...
 Probing IDE interface ide3...
 Probing IDE interface ide4...
 Probing IDE interface ide5...
 hda: max request size: 128KiB
 hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, UDMA(66)
 hda: cache flushes not supported
  hda: hda1 hda2
 ide-floppy driver 0.99.newide

FC7 looks like it is using libata instead:
-Len

 SCSI subsystem initialized
 libata version 2.20 loaded.
 ACPI: Unable to derive IRQ for device :00:0f.0
 ACPI: PCI Interrupt :00:0f.0[A]: no GSI
 ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
 irq 14
 ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
 irq 15
 scsi0 : pata_ali
 PM: Adding info for No Bus:host0
 ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   
 drive can do 100
 ata1.00: 39070080 sectors, multi 16: LBA
 ata1.00: configured for UDMA/33=== configured as 33
 scsi1 : pata_ali
 PM: Adding info for No Bus:host1
 ata2.00: ATAPI, max UDMA/33   === cd can't be read now
 ata2.00: configured for UDMA/33
 PM: Adding info for No Bus:target0:0:0
 scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 5
 PM: Adding info for scsi:0:0:0:0
 PM: Adding info for No Bus:target1:0:0
 ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
 ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
 ata2: soft resetting port
 ATA: abnormal status 0xD0 on port 0x00010177
 ata2.00: failed to IDENTIFY (I/O error, err_mask=0x2)
 ata2.00: revalidation failed (errno=-5)
 ata2: failed to recover some devices, retrying in 5 secs
 ata2: port is slow to respond, please be patient (Status 0xd0)
 ata2: port failed to respond (30 secs, Status 0xd0)
 ata2: soft resetting port
 ATA: abnormal status 0xD0 on port 0x00010177
 ata2.00: failed to IDENTIFY (I/O error, err_mask=0x2)
 ata2.00: revalidation failed (errno=-5)
 ata2.00: limiting speed to UDMA/33:PIO3
 ata2: failed to recover some devices, retrying in 5 secs
 ata2: port is slow to respond, please be patient (Status 0xd0)
 ata2: port failed to respond (30 secs, Status 0xd0)
 ata2: soft resetting port
 ATA: abnormal status 0xD0 on port 0x00010177
 ata2.00: failed to IDENTIFY (I/O error, err_mask=0x2)
 ata2.00: revalidation failed (errno=-5)
 ata2.00: disabled
 ata2: EH complete

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Jeff Garzik

Len Brown wrote:

 Linux version 2.6.20-1.2933.fc6
 ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
---

Linux version 2.6.20-1.3023.fc7
([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
(Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007


I agree that the fc7 version string looks strange, because
there are other things in the fc7 dmesg which are clearly from 2.6.21,
such as this:

 ACPI: Core revision 20060707
---

ACPI: Core revision 20070126


Perhaps you can try building a kernel.org 2.6.21 kernel and running
it on your FC6 install?

The ALI15X3 stuff exists only in the working FC6 dmesg:

 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
 ALI15X3: IDE controller at PCI slot :00:0f.0
 ACPI: Unable to derive IRQ for device :00:0f.0
 ACPI: PCI Interrupt :00:0f.0[A]: no GSI
 ALI15X3: chipset revision 195
 ALI15X3: not 100% native mode: will probe irqs later
 ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
 ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
 Probing IDE interface ide0...
 hda: HITACHI_DK23CA-20, ATA DISK drive
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 Probing IDE interface ide1...
 hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
 ide1 at 0x170-0x177,0x376 on irq 15
 Probing IDE interface ide2...
 Probing IDE interface ide3...
 Probing IDE interface ide4...
 Probing IDE interface ide5...
 hda: max request size: 128KiB
 hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, UDMA(66)
 hda: cache flushes not supported
  hda: hda1 hda2
 ide-floppy driver 0.99.newide

FC7 looks like it is using libata instead:
-Len


SCSI subsystem initialized
libata version 2.20 loaded.
ACPI: Unable to derive IRQ for device :00:0f.0
ACPI: PCI Interrupt :00:0f.0[A]: no GSI
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
irq 14
ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
irq 15
scsi0 : pata_ali
PM: Adding info for No Bus:host0
ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   
drive can do 100
ata1.00: 39070080 sectors, multi 16: LBA
ata1.00: configured for UDMA/33=== configured as 33
scsi1 : pata_ali
PM: Adding info for No Bus:host1
ata2.00: ATAPI, max UDMA/33   === cd can't be read now
ata2.00: configured for UDMA/33
PM: Adding info for No Bus:target0:0:0
scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 5
PM: Adding info for scsi:0:0:0:0
PM: Adding info for No Bus:target1:0:0
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
 res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata2: soft resetting port


It looks like interrupts are not being delivered?

Jeff



-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Chuck Ebbert
Stephen Clark wrote:
 Hello,
 
 I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it
 failed on both.
 
 
FC7 test4 will be out any day now. Please test that -- test2 is ancient
now.


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Stephen Clark

Chuck Ebbert wrote:


Stephen Clark wrote:
 


Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it
failed on both.

   



FC7 test4 will be out any day now. Please test that -- test2 is ancient
now.


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 

Ok I'll try that when it comes out - I was actually using the livecd 
version will the new version

have a livecd also?

Steve



--

They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety.  (Ben Franklin)


The course of history shows that as a government grows, liberty 
decreases.  (Thomas Jefferson)




-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Alan Cox
  scsi0 : pata_ali
  PM: Adding info for No Bus:host0
  ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   
  drive can do 100
  ata1.00: 39070080 sectors, multi 16: LBA
  ata1.00: configured for UDMA/33=== configured as 33

How is this system actually set up - what cable is used on that drive ?

  ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
  ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
  ata2: soft resetting port
 
 It looks like interrupts are not being delivered?

We still have a problem with pata_ali and ATAPI. I'm still trying to work
out wtf is going on there as I can't find any meaningful difference and
even some paranoid 'assume the worst of the comments in the databook'
additional code isn't helping.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Chuck Ebbert
Stephen Clark wrote:
 Chuck Ebbert wrote:
 
 Stephen Clark wrote:
  

 Hello,

 I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it
 failed on both.

   

 FC7 test4 will be out any day now. Please test that -- test2 is ancient
 now.


  

 Ok I'll try that when it comes out - I was actually using the livecd
 version will the new version
 have a livecd also?

I'm pretty sure the Live CD will be part of the release.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-18 Thread Len Brown
On Wednesday 18 April 2007 16:23, Jeff Garzik wrote:
 Len Brown wrote:
   Linux version 2.6.20-1.2933.fc6
   ([EMAIL PROTECTED]) (gcc version 4.1.1 20070105
   (Red Hat 4.1.1-51)) #1 SMP Mon Mar 19 11:38:26 EDT 2007
  ---
  Linux version 2.6.20-1.3023.fc7
  ([EMAIL PROTECTED]) (gcc version 4.1.2 20070317
  (Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007
  
  I agree that the fc7 version string looks strange, because
  there are other things in the fc7 dmesg which are clearly from 2.6.21,
  such as this:
  
   ACPI: Core revision 20060707
  ---
  ACPI: Core revision 20070126
  
  Perhaps you can try building a kernel.org 2.6.21 kernel and running
  it on your FC6 install?
  
  The ALI15X3 stuff exists only in the working FC6 dmesg:
  
   Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
   ide: Assuming 33MHz system bus speed for PIO modes; override with 
  idebus=xx
   ALI15X3: IDE controller at PCI slot :00:0f.0
   ACPI: Unable to derive IRQ for device :00:0f.0
   ACPI: PCI Interrupt :00:0f.0[A]: no GSI
   ALI15X3: chipset revision 195
   ALI15X3: not 100% native mode: will probe irqs later
   ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
   ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:DMA, hdd:pio
   Probing IDE interface ide0...
   hda: HITACHI_DK23CA-20, ATA DISK drive
   ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
   Probing IDE interface ide1...
   hdc: MATSHITADVD-ROM SR-8175, ATAPI CD/DVD-ROM drive
   ide1 at 0x170-0x177,0x376 on irq 15
   Probing IDE interface ide2...
   Probing IDE interface ide3...
   Probing IDE interface ide4...
   Probing IDE interface ide5...
   hda: max request size: 128KiB
   hda: 39070080 sectors (20003 MB) w/2048KiB Cache, CHS=38760/16/63, 
  UDMA(66)
   hda: cache flushes not supported
hda: hda1 hda2
   ide-floppy driver 0.99.newide
  
  FC7 looks like it is using libata instead:
  -Len
  
  SCSI subsystem initialized
  libata version 2.20 loaded.
  ACPI: Unable to derive IRQ for device :00:0f.0
  ACPI: PCI Interrupt :00:0f.0[A]: no GSI
  ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011000
  irq 14
  ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011008
  irq 15
  scsi0 : pata_ali
  PM: Adding info for No Bus:host0
  ata1.00: ATA-5: HITACHI_DK23CA-20, 00H1A0A3, max UDMA/100   
  drive can do 100
  ata1.00: 39070080 sectors, multi 16: LBA
  ata1.00: configured for UDMA/33=== configured as 33
  scsi1 : pata_ali
  PM: Adding info for No Bus:host1
  ata2.00: ATAPI, max UDMA/33   === cd can't be read now
  ata2.00: configured for UDMA/33
  PM: Adding info for No Bus:target0:0:0
  scsi 0:0:0:0: Direct-Access ATA  HITACHI_DK23CA-2 00H1 PQ: 0 ANSI: 
  5
  PM: Adding info for scsi:0:0:0:0
  PM: Adding info for No Bus:target1:0:0
  ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
  ata2.00: cmd a0/01:00:00:00:00/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
   res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
  ata2: soft resetting port
 
 It looks like interrupts are not being delivered?

Dunno, both 2.6.20 and 2.6.21 say they're looking on IRQ14 and IRQ15.
ACPI isn't involved at all with those IRQs, as it couldn't find any info
for :00:0f.0[A] and thus the legacy hard-coding for IDE must rule the day.

Is it possible to configure 2.6.21 with the driver that was running in 2.6.20?
If yes, and that works, then we know we didn't somehow otherwise break 
interrupts.

-Len
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-01 Thread Stephen Clark

Stephen Clark wrote:


Andrew Morton wrote:

 


On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark <[EMAIL PROTECTED]> wrote:



   


Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
failed on both.


Laptop 1 is an asus vbi s96f that get a panic that says exception in 
interrupt routine

for my rtl8139.

This device works fine in 2.6.20.2
  

 


That's regression #1.  Are you able to take a photograph of the screen
when it has crashed?  Setting the display to 50 rows would make that more
useful.  (serial console would be better, but I assume that thing has
no serial port).



   

The other laptop is a hp n5430 it fail in the ali-pata driver not being 
able to read the cdrom, timeing out
and dropping into a bash shell telling me to tell it where the root 
filesystem is.
  

 


That's #2, I guess.



   


Also it sets my hard
drive to udma/33 when it run find at udma/66 under 2.6.20.1.
  

 


#3.  Hopefully it's related to #2.

Please send the full dmesg output for 2.6.20.1 on the n5430.



   

It would 
really be nice if the people makeing
all these changes would at least keep things compatible with what they 
were before. These are regressions

guys!
  

 


We try ;)



   


This hp n5430 system works fine with 2.6.20.1.
  

 


Thanks, it helps.




   

I'll see if I can get a serial port console setup on each laptop, 
failing that I'll take a

photo.

Thanks,
Steve

 


First this actually from fc7-rc3 but it is still 2.6.21-rc5

Here is the console output from booting the cd 2.6.21-rc5 on my HP N5430 
laptop

followed by booting fc6 2.6.20.1-2933


Note: From fedora test 3 release anouncement:
System Level Changes

   * Fedora 7 Test 3 features a 2.6.21rc5 based kernel. Current release
information is being tracked on the kernel release notes source page.
even though the kernel message below says it is 2.6.20 maybe fedora 
people can speak to this.


Linux version 2.6.20-1.3023.fc7 
([EMAIL PROTECTED]) (gcc version 4.1.2 20070317 
(Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007

BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start:  size: 0009f000 end: 
0009f000 type: 1

copy_e820_map() type is E820_RAM
copy_e820_map() start: 0009f000 size: 00061000 end: 
0010 type: 2
copy_e820_map() start: 0010 size: 1fef end: 
1fff type: 1

copy_e820_map() type is E820_RAM
copy_e820_map() start: 1fff size: f000 end: 
1000 type: 3
copy_e820_map() start: 1000 size: 1000 end: 
2000 type: 4
copy_e820_map() start: fff8 size: 0008 end: 
0001 type: 2

BIOS-e820:  - 0009f000 (usable)
BIOS-e820: 0009f000 - 0010 (reserved)
BIOS-e820: 0010 - 1fff (usable)
BIOS-e820: 1fff - 1000 (ACPI data)
BIOS-e820: 1000 - 2000 (ACPI NVS)
BIOS-e820: fff8 - 0001 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
Using x86 segment limits to approximate NX protection
Entering add_active_range(0, 0, 131056) 0 entries of 256 used
Zone PFN ranges:
 DMA 0 -> 4096
 Normal   4096 ->   131056
 HighMem131056 ->   131056
early_node_map[1] active PFN ranges
   0:0 ->   131056
On node 0 totalpages: 131056
 DMA zone: 52 pages used for memmap
 DMA zone: 0 pages reserved
 DMA zone: 4044 pages, LIFO batch:0
 Normal zone: 1611 pages used for memmap
 Normal zone: 125349 pages, LIFO batch:31
 HighMem zone: 0 pages used for memmap
DMI 2.2 present.
Using APIC driver default
ACPI: RSDP 000F7C20, 0014 (r0 PTLTD )
ACPI: RSDT 1FFFCC46, 002C (r1 PTLTDRSDT604  LTP0)
ACPI: FACP 1FFFEF64, 0074 (r1 ALIM1533 604 PTL F4240)
ACPI: DSDT 1FFFCC72, 22F2 (r1 COMPAL  736  604 MSFT  10D)
ACPI: FACS 1FC0, 0040
ACPI: BOOT 1FFFEFD8, 0028 (r1 PTLTD  $SBFTBL$  604  LTP1)
ACPI: PM-Timer IO Port: 0x8008
Allocating PCI resources starting at 3000 (gap: 2000:dff8)
Built 1 zonelists.  Total pages: 129393
Kernel command line: initrd=initrd.img  ro quiet 
root=CDLABEL=Fedora-7-Test3-KDE-Live rootfstype=iso9660 livecd nousb 
console=ttyS0,38400 BOOT_IMAGE=vmlinuz

Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to d000 (0168e000)
Enabling fast FPU save and restore... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c079e000 soft=c077e000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 850.084 MHz processor.
Console: colour VGA+ 80x25
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:8
... MAX_LOCK_DEPTH:  30
... MAX_LOCKDEP_KEYS:2048
... CLASSHASH_SIZE:   1024
... MAX_LOCKDEP_ENTRIES: 8192
... MAX_LOCKDEP_CHAINS:  

Re: 2.6.21-rc5 from fc7-rc2 problems

2007-04-01 Thread Stephen Clark

Stephen Clark wrote:


Andrew Morton wrote:

 


On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark [EMAIL PROTECTED] wrote:



   


Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
failed on both.


Laptop 1 is an asus vbi s96f that get a panic that says exception in 
interrupt routine

for my rtl8139.

This device works fine in 2.6.20.2
  

 


That's regression #1.  Are you able to take a photograph of the screen
when it has crashed?  Setting the display to 50 rows would make that more
useful.  (serial console would be better, but I assume that thing has
no serial port).



   

The other laptop is a hp n5430 it fail in the ali-pata driver not being 
able to read the cdrom, timeing out
and dropping into a bash shell telling me to tell it where the root 
filesystem is.
  

 


That's #2, I guess.



   


Also it sets my hard
drive to udma/33 when it run find at udma/66 under 2.6.20.1.
  

 


#3.  Hopefully it's related to #2.

Please send the full dmesg output for 2.6.20.1 on the n5430.



   

It would 
really be nice if the people makeing
all these changes would at least keep things compatible with what they 
were before. These are regressions

guys!
  

 


We try ;)



   


This hp n5430 system works fine with 2.6.20.1.
  

 


Thanks, it helps.




   

I'll see if I can get a serial port console setup on each laptop, 
failing that I'll take a

photo.

Thanks,
Steve

 


First this actually from fc7-rc3 but it is still 2.6.21-rc5

Here is the console output from booting the cd 2.6.21-rc5 on my HP N5430 
laptop

followed by booting fc6 2.6.20.1-2933


Note: From fedora test 3 release anouncement:
System Level Changes

   * Fedora 7 Test 3 features a 2.6.21rc5 based kernel. Current release
information is being tracked on the kernel release notes source page.
even though the kernel message below says it is 2.6.20 maybe fedora 
people can speak to this.


Linux version 2.6.20-1.3023.fc7 
([EMAIL PROTECTED]) (gcc version 4.1.2 20070317 
(Red Hat 4.1.2-5)) #1 SMP Sun Mar 25 22:12:02 EDT 2007

BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start:  size: 0009f000 end: 
0009f000 type: 1

copy_e820_map() type is E820_RAM
copy_e820_map() start: 0009f000 size: 00061000 end: 
0010 type: 2
copy_e820_map() start: 0010 size: 1fef end: 
1fff type: 1

copy_e820_map() type is E820_RAM
copy_e820_map() start: 1fff size: f000 end: 
1000 type: 3
copy_e820_map() start: 1000 size: 1000 end: 
2000 type: 4
copy_e820_map() start: fff8 size: 0008 end: 
0001 type: 2

BIOS-e820:  - 0009f000 (usable)
BIOS-e820: 0009f000 - 0010 (reserved)
BIOS-e820: 0010 - 1fff (usable)
BIOS-e820: 1fff - 1000 (ACPI data)
BIOS-e820: 1000 - 2000 (ACPI NVS)
BIOS-e820: fff8 - 0001 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
Using x86 segment limits to approximate NX protection
Entering add_active_range(0, 0, 131056) 0 entries of 256 used
Zone PFN ranges:
 DMA 0 - 4096
 Normal   4096 -   131056
 HighMem131056 -   131056
early_node_map[1] active PFN ranges
   0:0 -   131056
On node 0 totalpages: 131056
 DMA zone: 52 pages used for memmap
 DMA zone: 0 pages reserved
 DMA zone: 4044 pages, LIFO batch:0
 Normal zone: 1611 pages used for memmap
 Normal zone: 125349 pages, LIFO batch:31
 HighMem zone: 0 pages used for memmap
DMI 2.2 present.
Using APIC driver default
ACPI: RSDP 000F7C20, 0014 (r0 PTLTD )
ACPI: RSDT 1FFFCC46, 002C (r1 PTLTDRSDT604  LTP0)
ACPI: FACP 1FFFEF64, 0074 (r1 ALIM1533 604 PTL F4240)
ACPI: DSDT 1FFFCC72, 22F2 (r1 COMPAL  736  604 MSFT  10D)
ACPI: FACS 1FC0, 0040
ACPI: BOOT 1FFFEFD8, 0028 (r1 PTLTD  $SBFTBL$  604  LTP1)
ACPI: PM-Timer IO Port: 0x8008
Allocating PCI resources starting at 3000 (gap: 2000:dff8)
Built 1 zonelists.  Total pages: 129393
Kernel command line: initrd=initrd.img  ro quiet 
root=CDLABEL=Fedora-7-Test3-KDE-Live rootfstype=iso9660 livecd nousb 
console=ttyS0,38400 BOOT_IMAGE=vmlinuz

Local APIC disabled by BIOS -- you can enable it with lapic
mapped APIC to d000 (0168e000)
Enabling fast FPU save and restore... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c079e000 soft=c077e000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 850.084 MHz processor.
Console: colour VGA+ 80x25
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:8
... MAX_LOCK_DEPTH:  30
... MAX_LOCKDEP_KEYS:2048
... CLASSHASH_SIZE:   1024
... MAX_LOCKDEP_ENTRIES: 8192
... MAX_LOCKDEP_CHAINS:  16384

Re: 2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Stephen Clark

Andrew Morton wrote:


On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark <[EMAIL PROTECTED]> wrote:

 


Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
failed on both.


Laptop 1 is an asus vbi s96f that get a panic that says exception in 
interrupt routine

for my rtl8139.

This device works fine in 2.6.20.2
   



That's regression #1.  Are you able to take a photograph of the screen
when it has crashed?  Setting the display to 50 rows would make that more
useful.  (serial console would be better, but I assume that thing has
no serial port).

 

The other laptop is a hp n5430 it fail in the ali-pata driver not being 
able to read the cdrom, timeing out
and dropping into a bash shell telling me to tell it where the root 
filesystem is.
   



That's #2, I guess.

 


Also it sets my hard
drive to udma/33 when it run find at udma/66 under 2.6.20.1.
   



#3.  Hopefully it's related to #2.

Please send the full dmesg output for 2.6.20.1 on the n5430.

 

It would 
really be nice if the people makeing
all these changes would at least keep things compatible with what they 
were before. These are regressions

guys!
   



We try ;)

 


This hp n5430 system works fine with 2.6.20.1.
   



Thanks, it helps.


 

I'll see if I can get a serial port console setup on each laptop, 
failing that I'll take a

photo.

Thanks,
Steve

--

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)


"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Adrian Bunk
On Sat, Mar 31, 2007 at 01:46:10PM -0700, Andrew Morton wrote:
> On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark <[EMAIL PROTECTED]> wrote:
>...
> > Also it sets my hard
> > drive to udma/33 when it run find at udma/66 under 2.6.20.1.
> 
> #3.  Hopefully it's related to #2.
>...

No, this sounds like

Subject: libata: PATA UDMA/100 configured as UDMA/33
References : http://lkml.org/lkml/2007/2/20/294
 http://www.mail-archive.com/linux-ide@vger.kernel.org/msg04115.html
 http://bugzilla.kernel.org/show_bug.cgi?id=8133
 http://bugzilla.kernel.org/show_bug.cgi?id=8164
 http://lkml.org/lkml/2007/3/21/330
Submitter  : Fabio Comolli <[EMAIL PROTECTED]>
 Plamen Petrov <[EMAIL PROTECTED]>
 Laurent Riffard <[EMAIL PROTECTED]>
 Lukas Hejtmanek <[EMAIL PROTECTED]>
Fixed-By   : Tejun Heo <[EMAIL PROTECTED]>
Commit : 8c3c52a8f00536ce55dafa055b4a211f878f3901
Status : fixed in -rc6


cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Andrew Morton
On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
> failed on both.
> 
> Laptop 1 is an asus vbi s96f that get a panic that says exception in 
> interrupt routine
> for my rtl8139.
>
> This device works fine in 2.6.20.2

That's regression #1.  Are you able to take a photograph of the screen
when it has crashed?  Setting the display to 50 rows would make that more
useful.  (serial console would be better, but I assume that thing has
no serial port).

> 
> The other laptop is a hp n5430 it fail in the ali-pata driver not being 
> able to read the cdrom, timeing out
> and dropping into a bash shell telling me to tell it where the root 
> filesystem is.

That's #2, I guess.

> Also it sets my hard
> drive to udma/33 when it run find at udma/66 under 2.6.20.1.

#3.  Hopefully it's related to #2.

Please send the full dmesg output for 2.6.20.1 on the n5430.

> It would 
> really be nice if the people makeing
> all these changes would at least keep things compatible with what they 
> were before. These are regressions
> guys!

We try ;)

> This hp n5430 system works fine with 2.6.20.1.

Thanks, it helps.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Stephen Clark

Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
failed on both.


Laptop 1 is an asus vbi s96f that get a panic that says exception in 
interrupt routine

for my rtl8139.

This device works fine in 2.6.20.2
$ lspci -v
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 
945GT Express Memory Controller Hub (rev 03)
   Subsystem: Intel Corporation Mobile 945GM/PM/GMS/940GML and 
945GT Express Memory Controller Hub

   Flags: bus master, fast devsel, latency 0
   Capabilities: 

00:02.0 VGA compatible controller: Intel Corporation Mobile 
945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) 
(prog-if 00 [VGA])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1252
   Flags: bus master, fast devsel, latency 0, IRQ 16
   Memory at feb8 (32-bit, non-prefetchable) [size=512K]
   I/O ports at ec00 [size=8]
   Memory at d000 (32-bit, prefetchable) [size=256M]
   Memory at feb4 (32-bit, non-prefetchable) [size=256K]
   Capabilities: 

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML 
Express Integrated Graphics Controller (rev 03)

   Subsystem: ASUSTeK Computer Inc. Unknown device 1252
   Flags: bus master, fast devsel, latency 0
   Memory at fea8 (32-bit, non-prefetchable) [size=512K]
   Capabilities: 

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High 
Definition Audio Controller (rev 02)

   Subsystem: ASUSTeK Computer Inc. Unknown device 1343
   Flags: bus master, fast devsel, latency 0, IRQ 16
   Memory at feb38000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: 

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 1 (rev 02) (prog-if 00 [Normal decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
   Capabilities: 

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 2 (rev 02) (prog-if 00 [Normal decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
   Memory behind bridge: fe70-fe7f
   Capabilities: 

00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 3 (rev 02) (prog-if 00 [Normal decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
   I/O behind bridge: c000-cfff
   Memory behind bridge: fdf0-fe6f
   Prefetchable memory behind bridge: bdf0-bfe0
   Capabilities: 

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#1 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 19
   I/O ports at e400 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#2 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 20
   I/O ports at e480 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#3 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 18
   I/O ports at e800 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#4 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 16
   I/O ports at e880 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02) (prog-if 20 [EHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 19
   Memory at feb3fc00 (32-bit, non-prefetchable) [size=1K]
   Capabilities: 

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 
(prog-if 01 [Subtractive decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
   I/O behind bridge: d000-dfff
   Memory behind bridge: fe80-fe8f
   Prefetchable memory behind bridge: 8000-8000
   Capabilities: 

00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface 
Bridge (rev 02)

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0
   Capabilities: 

00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) 
Serial ATA Storage Controller IDE (rev 02) (prog-if 80 [Master])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20
   I/O ports at 01f0 [size=8]
   I/O ports at 03f4 

2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Stephen Clark

Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
failed on both.


Laptop 1 is an asus vbi s96f that get a panic that says exception in 
interrupt routine

for my rtl8139.

This device works fine in 2.6.20.2
$ lspci -v
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 
945GT Express Memory Controller Hub (rev 03)
   Subsystem: Intel Corporation Mobile 945GM/PM/GMS/940GML and 
945GT Express Memory Controller Hub

   Flags: bus master, fast devsel, latency 0
   Capabilities: access denied

00:02.0 VGA compatible controller: Intel Corporation Mobile 
945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) 
(prog-if 00 [VGA])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1252
   Flags: bus master, fast devsel, latency 0, IRQ 16
   Memory at feb8 (32-bit, non-prefetchable) [size=512K]
   I/O ports at ec00 [size=8]
   Memory at d000 (32-bit, prefetchable) [size=256M]
   Memory at feb4 (32-bit, non-prefetchable) [size=256K]
   Capabilities: access denied

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML 
Express Integrated Graphics Controller (rev 03)

   Subsystem: ASUSTeK Computer Inc. Unknown device 1252
   Flags: bus master, fast devsel, latency 0
   Memory at fea8 (32-bit, non-prefetchable) [size=512K]
   Capabilities: access denied

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High 
Definition Audio Controller (rev 02)

   Subsystem: ASUSTeK Computer Inc. Unknown device 1343
   Flags: bus master, fast devsel, latency 0, IRQ 16
   Memory at feb38000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: access denied

00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 1 (rev 02) (prog-if 00 [Normal decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
   Capabilities: access denied

00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 2 (rev 02) (prog-if 00 [Normal decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
   Memory behind bridge: fe70-fe7f
   Capabilities: access denied

00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 3 (rev 02) (prog-if 00 [Normal decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
   I/O behind bridge: c000-cfff
   Memory behind bridge: fdf0-fe6f
   Prefetchable memory behind bridge: bdf0-bfe0
   Capabilities: access denied

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#1 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 19
   I/O ports at e400 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#2 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 20
   I/O ports at e480 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#3 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 18
   I/O ports at e800 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#4 (rev 02) (prog-if 00 [UHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 16
   I/O ports at e880 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02) (prog-if 20 [EHCI])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0, IRQ 19
   Memory at feb3fc00 (32-bit, non-prefetchable) [size=1K]
   Capabilities: access denied

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 
(prog-if 01 [Subtractive decode])

   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
   I/O behind bridge: d000-dfff
   Memory behind bridge: fe80-fe8f
   Prefetchable memory behind bridge: 8000-8000
   Capabilities: access denied

00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface 
Bridge (rev 02)

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
   Flags: bus master, medium devsel, latency 0
   Capabilities: access denied

00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) 
Serial ATA Storage Controller IDE (rev 02) (prog-if 80 [Master])

   Subsystem: ASUSTeK Computer Inc. Unknown device 1347
  

Re: 2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Andrew Morton
On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark [EMAIL PROTECTED] wrote:

 Hello,
 
 I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
 failed on both.
 
 Laptop 1 is an asus vbi s96f that get a panic that says exception in 
 interrupt routine
 for my rtl8139.

 This device works fine in 2.6.20.2

That's regression #1.  Are you able to take a photograph of the screen
when it has crashed?  Setting the display to 50 rows would make that more
useful.  (serial console would be better, but I assume that thing has
no serial port).

 
 The other laptop is a hp n5430 it fail in the ali-pata driver not being 
 able to read the cdrom, timeing out
 and dropping into a bash shell telling me to tell it where the root 
 filesystem is.

That's #2, I guess.

 Also it sets my hard
 drive to udma/33 when it run find at udma/66 under 2.6.20.1.

#3.  Hopefully it's related to #2.

Please send the full dmesg output for 2.6.20.1 on the n5430.

 It would 
 really be nice if the people makeing
 all these changes would at least keep things compatible with what they 
 were before. These are regressions
 guys!

We try ;)

 This hp n5430 system works fine with 2.6.20.1.

Thanks, it helps.

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Adrian Bunk
On Sat, Mar 31, 2007 at 01:46:10PM -0700, Andrew Morton wrote:
 On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark [EMAIL PROTECTED] wrote:
...
  Also it sets my hard
  drive to udma/33 when it run find at udma/66 under 2.6.20.1.
 
 #3.  Hopefully it's related to #2.
...

No, this sounds like

Subject: libata: PATA UDMA/100 configured as UDMA/33
References : http://lkml.org/lkml/2007/2/20/294
 http://www.mail-archive.com/linux-ide@vger.kernel.org/msg04115.html
 http://bugzilla.kernel.org/show_bug.cgi?id=8133
 http://bugzilla.kernel.org/show_bug.cgi?id=8164
 http://lkml.org/lkml/2007/3/21/330
Submitter  : Fabio Comolli [EMAIL PROTECTED]
 Plamen Petrov [EMAIL PROTECTED]
 Laurent Riffard [EMAIL PROTECTED]
 Lukas Hejtmanek [EMAIL PROTECTED]
Fixed-By   : Tejun Heo [EMAIL PROTECTED]
Commit : 8c3c52a8f00536ce55dafa055b4a211f878f3901
Status : fixed in -rc6


cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: 2.6.21-rc5 from fc7-rc2 problems

2007-03-31 Thread Stephen Clark

Andrew Morton wrote:


On Sat, 31 Mar 2007 16:14:01 -0400 Stephen Clark [EMAIL PROTECTED] wrote:

 


Hello,

I have just tried booting the fc7-rc2 live cd on 2 of my laptops and it 
failed on both.


Laptop 1 is an asus vbi s96f that get a panic that says exception in 
interrupt routine

for my rtl8139.

This device works fine in 2.6.20.2
   



That's regression #1.  Are you able to take a photograph of the screen
when it has crashed?  Setting the display to 50 rows would make that more
useful.  (serial console would be better, but I assume that thing has
no serial port).

 

The other laptop is a hp n5430 it fail in the ali-pata driver not being 
able to read the cdrom, timeing out
and dropping into a bash shell telling me to tell it where the root 
filesystem is.
   



That's #2, I guess.

 


Also it sets my hard
drive to udma/33 when it run find at udma/66 under 2.6.20.1.
   



#3.  Hopefully it's related to #2.

Please send the full dmesg output for 2.6.20.1 on the n5430.

 

It would 
really be nice if the people makeing
all these changes would at least keep things compatible with what they 
were before. These are regressions

guys!
   



We try ;)

 


This hp n5430 system works fine with 2.6.20.1.
   



Thanks, it helps.


 

I'll see if I can get a serial port console setup on each laptop, 
failing that I'll take a

photo.

Thanks,
Steve

--

They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety.  (Ben Franklin)


The course of history shows that as a government grows, liberty 
decreases.  (Thomas Jefferson)




-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/