Re: NEW product Apad 7 inch Google Android Mini WIFI Tablet Laptop

2010-07-23 Thread Luke Kenneth Casson Leighton
dear kirk,

this is fantastic.  please can you provide the full and complete GPL
source code for the device, including a link to the complete build
chain and build procedures? unfortunately there is nobody whom you
have contacted who will be interested in this device _without_ the
full and complete source code, but with the full and complete source
code, many people will be interested and will likely help you to find
sales leads for your product.

many many thanks,

l.

p.s. to debian lists, apologies for stating the obvious, above, but
sometimes "the obvious" isn't so obvious.

On Fri, Jul 23, 2010 at 6:06 AM, kirk.z...@sungworld.com
 wrote:
>
> Dear  Sir & Madam
> Good days!
> This is Kirk from Shenzhen Sungworld Electronic Co., Ltd which founded in 2003, is a high-tech company specilizing in laptops and other digital products,OEM service.
>
> And now we have new products like Apad 7 inch Google Android Mini WIFI Tablet 
> Laptop WITH HIGH QUALITY AND COMPETIVE PRICE.
> USD67 / Unit   Exwork
> For new products, We also has Discount for coming month!
>
> Hope our product is helpful for your Bussiness!
>
>
>
>
>
> BEST REGARDS
> KIRK ZHAO
> SHENZHEN SUNGWORLD ELECTRONIC CO.,LTD.
> ADD:4#,North Zone,Shangxue Technology Industrial Park, Bantian,Buji Town, 
> Longgang District, Shenzhen, China
> TEL: 86-755-89580660, 86-13631563794  FAX:86-755-89580501
> MSN: kirkzhao...@msn.cn  SKYPE: kirk_zhao
> WEBSITE: www.sungworld.com  VIDEO: www.tudou.com/v/RIcSoV7z1wk


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimqef1tmreqcvfeq+7zwutvqhghhdfd+1y7t...@mail.gmail.com



Bug#590057: live-installer-launcher: No common CD-ROM drive was detected.

2010-07-23 Thread Daniel Baumann
reassign 590057 live-helper
retitle 590057 include .disk on usb-hdd images for d-i
close 590057 2.0~a19-1
thanks

this was already fixed in 2.0~a19-1. note that you also need to use
newer cdrom-detect, so --debian-installer-distribution daily is required.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c497924.7080...@debian.org



Processed: Re: Bug#590057: live-installer-launcher: No common CD-ROM drive was detected.

2010-07-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 590057 live-helper
Bug #590057 [live-installer-launcher] live-installer-launcher: No common CD-ROM 
drive was detected.
Bug reassigned from package 'live-installer-launcher' to 'live-helper'.
Bug No longer marked as found in versions live-installer/15.
> retitle 590057 include .disk on usb-hdd images for d-i
Bug #590057 [live-helper] live-installer-launcher: No common CD-ROM drive was 
detected.
Changed Bug title to 'include .disk on usb-hdd images for d-i' from 
'live-installer-launcher: No common CD-ROM drive was detected.'
> close 590057 2.0~a19-1
Bug#590057: include .disk on usb-hdd images for d-i
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.0~a19-1, send any further explanations to Timo 
Juhani Lindfors 

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590057
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127988357311214.transcr...@bugs.debian.org



Bug#589978: Debian 5.05 (lenny)

2010-07-23 Thread Florian Weimer
* Negib Sherif:

> Initial boot:   [O] Screen freezes on "Choose Language
> Selection" after initial boot.

Have you tried a different keyboard?

In my experience, the installer is very picky about the USB keyboards
it supports.  (If you've got a Mac, use its keyboard because Apple
keyboards seem to work.)

-- 
Florian Weimer
BFK edv-consulting GmbH   http://www.bfk.de/
Kriegsstraße 100  tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/82eieump39@mid.bfk.de



Bug#589676: [os-prober] Confuses the Vista partitions

2010-07-23 Thread Jérôme De Greef
I confirm this very annoying bug exists since months in unstable.
Everything (and the way to fix it) is explained here :
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/476625

Thanks


Bug#589676: [os-prober] Confuses the Vista partitions

2010-07-23 Thread Jérôme De Greef
I've quickly created a patch for my Acer Aspire 7220 with Windows Vista
préinstalled against version 1.39 of os-prober (Debian Sid/unstable).

Explanation :

/dev/sda1 is my rescue Vista partition
fdisk reports it as ID 12  Compaq diagnostics (Ah, Acer has something to do
with Compaq ?)
/mnt/sda1/boot/bcd reports it as "Windows Setup"

/dev/sda2 is my Vista partition
fdisk reports it as ID 6  FAT16 (I don't know why Acer didn't format it as
NTFS)
/mnt/sda2/boot/bcd reports it as "Microsoft Windows Vista"

Before my patch
WRONG
#os-prober
/dev/sda1:Windows Vista (loader):Windows:chain
/dev/sda2:Windows Recovery Environment (loader):Windows1:chain

After my patch
GOOD
#os-prober
/dev/sda1:Windows Recovery Environment (loader):Windows:chain
/dev/sda2:Windows Vista (loader):Windows1:chain

Of course, this patch would not solve all issues. For that we'll need to
know all the various rescue bcd labels used by manufacturers for their
rescue partitions but at least it gives a hint on how to fix this issue.

Hope it helps,
Jérôme
--- 20microsoft.orig	2010-03-23 14:29:02.0 +0100
+++ 20microsoft	2010-07-23 18:44:30.0 +0200
@@ -19,8 +19,18 @@
 # Vista (previously Longhorn)
 if item_in_dir -q bootmgr "$2" && boot="$(item_in_dir boot "$2")" &&
bcd="$(item_in_dir bcd "$2/$boot")"; then
-	if grep -qs "W.i.n.d.o.w.s. .7" "$2/$boot/$bcd"; then
+	# jdegreef at gmail dot com
+	# Debian bug#589676: [os-prober] Confuses the Vista partitions
+	# see also https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/476625 for more info
+	# if grep -qs "W.i.n.d.o.w.s. .7" "$2/$boot/$bcd"; then
+	#	long="Windows 7 (loader)"
+	if grep -qs "W.i.n.d.o.w.s. .V.i.s.t.a" "$2/$boot/$bcd"; then
+		long="Windows Vista (loader)"
+	elif grep -qs "W.i.n.d.o.w.s. .7" "$2/$boot/$bcd"; then
 		long="Windows 7 (loader)"
+	elif grep -qs "W.i.n.d.o.w.s. .S.e.t.u.p" "$2/$boot/$bcd"; then
+		long="Windows Recovery Environment (loader)"
+	# jdegreef end
 	elif grep -qs "W.i.n.d.o.w.s. .R.e.c.o.v.e.r.y. .E.n.v.i.r.o.n.m.e.n.t" "$2/$boot/$bcd"; then
 		long="Windows Recovery Environment (loader)"
 	elif grep -qs "W.i.n.d.o.w.s. .S.e.r.v.e.r. .2.0.0.8. .R.2." "$2/$boot/$bcd"; then
@@ -28,7 +38,8 @@
 	elif grep -qs "W.i.n.d.o.w.s. .S.e.r.v.e.r. .2.0.0.8." "$2/$boot/$bcd"; then
 		long="Windows Server 2008 (loader)"
 	else
-		long="Windows Vista (loader)"
+		# jdegr long="Windows Vista (loader)"
+		long="Unknown Windows Partition (loader)"
 	fi
 	short=Windows
 # 2000/XP/NT4.0


Bug#590105: SATA drive not detected during squeeze installation on Buffalo LinkStation (squeeze)

2010-07-23 Thread Sébastien LALLEMAND
Package: sata-modules-2.6.32-5-orion5x-di
Version: 1.42

I'm trying to install squeeze on my LS LinkStation (LS-CHL) box.
I am using initrd and uImage downloading there :
http://people.debian.org/~joeyh/d-i/armel/images/daily/orion5x/network-console/buffalo/lspro/

the files were put on /boot and then reboot.

After ssh the box, the install process looks good.
By the way, no hear from the hard drive (spin down) and the installer
doesn't find any disk.

Here is extract for dmesg :

[ 4976.476200] libata version 3.00 loaded.
[ 4989.008620] sata_mv sata_mv.0: version 1.28
[ 4989.009676] sata_mv sata_mv.0: slots 32 ports 2
[ 4989.011583] scsi6 : sata_mv
[ 4989.017796] scsi7 : sata_mv
[ 4989.022334] ata1: SATA max UDMA/133 irq 29
[ 4989.022368] ata2: SATA max UDMA/133 irq 29
[ 4989.366575] ata1: SATA link down (SStatus 0 SControl 300)
[ 4989.716574] ata2: SATA link down (SStatus 0 SControl 300)


and the report-hw :
/tmp # report-hw
uname -a: Linux debian 2.6.32-5-orion5x #1 Fri Jun 4 11:47:35 UTC 2010
armv5tel GNU/Linux
usb-list:
usb-list: Bus 01 Device 01: Marvell Orion EHCI [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
Protocol 01
usb-list:Manufacturer: Linux 2.6.32-5-orion5x ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver
hub
usb-list:
usb-list: Bus 02 Device 01: Marvell Orion EHCI [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
Protocol 01
usb-list:Manufacturer: Linux 2.6.32-5-orion5x ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver
hub
lsmod: Module  Size  Used by
lsmod: sata_mv24213  0
lsmod: libata135560  1 sata_mv
lsmod: dm_mod 56611  0
lsmod: md_mod 80350  0
lsmod: jfs   157268  0
lsmod: ext4  285550  0
lsmod: jbd2   64063  1 ext4
lsmod: crc16   1113  1 ext4
lsmod: ext3  110992  0
lsmod: jbd37434  1 ext3
lsmod: vfat8152  0
lsmod: fat43613  1 vfat
lsmod: ext2   55411  0
lsmod: mbcache 4860  3 ext4,ext3,ext2
lsmod: usb_storage34496  0
lsmod: ehci_hcd   33089  0
lsmod: mv643xx_eth22546  0
lsmod: usbcore   110996  3 usb_storage,ehci_hcd
lsmod: nls_base5367  4 jfs,vfat,fat,usbcore
lsmod: scsi_mod  119196  2 libata,usb_storage
lsmod: libphy 14724  1 mv643xx_eth
df: Filesystem   1K-blocks  Used Available Use% Mounted on
df: tmpfs63004 8 62996   0% /dev
free:   total used free   shared
 buffers
free:   Mem:   12601260020659920
 0
free:  Swap:000
free: Total:   1260126002065992
/proc/cmdline: console=ttyS0,115200 root=/dev/sda2 rw panic=5 func=0
BOOTVER=1.22
/proc/cpuinfo: Processor : Feroceon rev 0 (v5l)
/proc/cpuinfo: BogoMIPS : 265.42
/proc/cpuinfo: Features : swp half thumb fastmult edsp
/proc/cpuinfo: CPU implementer : 0x41
/proc/cpuinfo: CPU architecture: 5TEJ
/proc/cpuinfo: CPU variant : 0x0
/proc/cpuinfo: CPU part : 0x926
/proc/cpuinfo: CPU revision : 0
/proc/cpuinfo:
/proc/cpuinfo: Hardware : Buffalo Linkstation Pro/Live
/proc/cpuinfo: Revision : 
/proc/cpuinfo: Serial : 
/proc/iomem: -07ff : System RAM
/proc/iomem:   00026000-00350fff : Kernel text
/proc/iomem:   00366000-003f4303 : Kernel data
/proc/iomem: f1011000-f101101f : mv64xxx_i2c.0
/proc/iomem:   f1011000-f101101f : mv64xxx_i2c adapter
/proc/iomem: f1012000-f10120ff : serial8250.0
/proc/iomem:   f1012000-f101201f : serial
/proc/iomem: f1012100-f10121ff : serial8250.1
/proc/iomem:   f1012100-f101211f : serial
/proc/iomem: f105-f1050fff : orion-ehci.0
/proc/iomem:   f105-f1050fff : ehci_hcd
/proc/iomem: f1060900-f10609ff : xor low
/proc/iomem: f1060b00-f1060bff : xor high
/proc/iomem: f1072000-f1073fff : mv643xx_eth.0
/proc/iomem: f108-f1084fff : sata base
/proc/iomem: f109-f109 : regs
/proc/iomem: f10a-f10a0fff : orion-ehci.1
/proc/iomem:   f10a-f10a0fff : ehci_hcd
/proc/iomem: f220-f2201fff : sram
/proc/iomem: f400-f403 : physmap-flash.0
/proc/iomem:   f400-f403 : physmap-flash.0
/proc/interrupts:CPU0
/proc/interrupts:   0:  44484   orion_irq  orion_tick
/proc/interrupts:   3:274   orion_irq  serial
/proc/interrupts:   4:   1200   orion_irq  serial
/proc/interrupts:   5: 57   orion_irq  mv64xxx_i2c
/proc/interrupts:  12:  0   orion_irq  ehci_hcd:usb2
/proc/interrupts:  17:  0   orion_irq  ehci_hcd:usb1
/proc/interrupts:  21:  19086   orion_irq  eth0
/proc/interrupts:  22: 37   orion_irq  mv643xx_eth
/proc/interrupts:  29:  0   orion_irq  sata_mv
/proc/

Bug#590105: SATA drive not detected during squeeze installation on Buffalo LinkStation (squeeze)

2010-07-23 Thread Martin Michlmayr
Ryan, something for you:

* Sébastien LALLEMAND  [2010-07-23 20:01]:
> Package: sata-modules-2.6.32-5-orion5x-di
> Version: 1.42
> 
> I'm trying to install squeeze on my LS LinkStation (LS-CHL) box.
> I am using initrd and uImage downloading there :
> http://people.debian.org/~joeyh/d-i/armel/images/daily/orion5x/network-console/buffalo/lspro/

Sébastien, can you say when you obtained this image?  Because the
orion5x image doesn't build right now (and is therefore not
available).

> 
> the files were put on /boot and then reboot.
> 
> After ssh the box, the install process looks good.
> By the way, no hear from the hard drive (spin down) and the installer
> doesn't find any disk.
> 
> Here is extract for dmesg :
> 
> [ 4976.476200] libata version 3.00 loaded.
> [ 4989.008620] sata_mv sata_mv.0: version 1.28
> [ 4989.009676] sata_mv sata_mv.0: slots 32 ports 2
> [ 4989.011583] scsi6 : sata_mv
> [ 4989.017796] scsi7 : sata_mv
> [ 4989.022334] ata1: SATA max UDMA/133 irq 29
> [ 4989.022368] ata2: SATA max UDMA/133 irq 29
> [ 4989.366575] ata1: SATA link down (SStatus 0 SControl 300)
> [ 4989.716574] ata2: SATA link down (SStatus 0 SControl 300)
> 
> 
> and the report-hw :
> /tmp # report-hw
> uname -a: Linux debian 2.6.32-5-orion5x #1 Fri Jun 4 11:47:35 UTC 2010
> armv5tel GNU/Linux
> usb-list:
> usb-list: Bus 01 Device 01: Marvell Orion EHCI [1d6b:0002]
> usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
> Protocol 01
> usb-list:Manufacturer: Linux 2.6.32-5-orion5x ehci_hcd
> usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver
> hub
> usb-list:
> usb-list: Bus 02 Device 01: Marvell Orion EHCI [1d6b:0002]
> usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
> Protocol 01
> usb-list:Manufacturer: Linux 2.6.32-5-orion5x ehci_hcd
> usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver
> hub
> lsmod: Module  Size  Used by
> lsmod: sata_mv24213  0
> lsmod: libata135560  1 sata_mv
> lsmod: dm_mod 56611  0
> lsmod: md_mod 80350  0
> lsmod: jfs   157268  0
> lsmod: ext4  285550  0
> lsmod: jbd2   64063  1 ext4
> lsmod: crc16   1113  1 ext4
> lsmod: ext3  110992  0
> lsmod: jbd37434  1 ext3
> lsmod: vfat8152  0
> lsmod: fat43613  1 vfat
> lsmod: ext2   55411  0
> lsmod: mbcache 4860  3 ext4,ext3,ext2
> lsmod: usb_storage34496  0
> lsmod: ehci_hcd   33089  0
> lsmod: mv643xx_eth22546  0
> lsmod: usbcore   110996  3 usb_storage,ehci_hcd
> lsmod: nls_base5367  4 jfs,vfat,fat,usbcore
> lsmod: scsi_mod  119196  2 libata,usb_storage
> lsmod: libphy 14724  1 mv643xx_eth
> df: Filesystem   1K-blocks  Used Available Use% Mounted on
> df: tmpfs63004 8 62996   0% /dev
> free:   total used free   shared
>  buffers
> free:   Mem:   12601260020659920
>  0
> free:  Swap:000
> free: Total:   1260126002065992
> /proc/cmdline: console=ttyS0,115200 root=/dev/sda2 rw panic=5 func=0
> BOOTVER=1.22
> /proc/cpuinfo: Processor : Feroceon rev 0 (v5l)
> /proc/cpuinfo: BogoMIPS : 265.42
> /proc/cpuinfo: Features : swp half thumb fastmult edsp
> /proc/cpuinfo: CPU implementer : 0x41
> /proc/cpuinfo: CPU architecture: 5TEJ
> /proc/cpuinfo: CPU variant : 0x0
> /proc/cpuinfo: CPU part : 0x926
> /proc/cpuinfo: CPU revision : 0
> /proc/cpuinfo:
> /proc/cpuinfo: Hardware : Buffalo Linkstation Pro/Live
> /proc/cpuinfo: Revision : 
> /proc/cpuinfo: Serial : 
> /proc/iomem: -07ff : System RAM
> /proc/iomem:   00026000-00350fff : Kernel text
> /proc/iomem:   00366000-003f4303 : Kernel data
> /proc/iomem: f1011000-f101101f : mv64xxx_i2c.0
> /proc/iomem:   f1011000-f101101f : mv64xxx_i2c adapter
> /proc/iomem: f1012000-f10120ff : serial8250.0
> /proc/iomem:   f1012000-f101201f : serial
> /proc/iomem: f1012100-f10121ff : serial8250.1
> /proc/iomem:   f1012100-f101211f : serial
> /proc/iomem: f105-f1050fff : orion-ehci.0
> /proc/iomem:   f105-f1050fff : ehci_hcd
> /proc/iomem: f1060900-f10609ff : xor low
> /proc/iomem: f1060b00-f1060bff : xor high
> /proc/iomem: f1072000-f1073fff : mv643xx_eth.0
> /proc/iomem: f108-f1084fff : sata base
> /proc/iomem: f109-f109 : regs
> /proc/iomem: f10a-f10a0fff : orion-ehci.1
> /proc/iomem:   f10a-f10a0fff : ehci_hcd
> /proc/iomem: f220-f2201fff : sram
> /proc/iomem: f400-f403 : physmap-flash.0
> /proc/iomem:   f400-f403 : physmap-flash.0
> /proc/interrupts:CPU0
> /proc/interrupts:   0:  44484   orion_irq  orion_tick
> /proc/interrupts:   3:  

Re: floppy install - unable to find root filesystem, ide_generic not loaded

2010-07-23 Thread Holger Wansing
Hi,

Philip Hands  wrote:
> Do you happen to know the name of the module that was providing ide
> support before the kernel upgrade was?

Don't know, but I will start the whole floppy installation again, then I
will see.

> saying that it's no longer directly supported, but you can do it by
> following the instructions in e.g. Appendix X: Floppy Installs
> if you think that's an appropriate place.
> 
> You can submit what you write as a bug/patch against the package
> installation-guide

Yes, I planned to add an additional appendix to the installation guide.
But I will ask Frans Pop for his opinion, before I start the work, as he
is somewhat responsible for the manual IIRC.


Holger

-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100723223740.021eae49.li...@wansing-online.de



Bug#590105: SATA drive not detected during squeeze installation on Buffalo LinkStation (squeeze)

2010-07-23 Thread Sébastien LALLEMAND
In fact, I test some older built kernels (like this one
http://people.debian.org/~joeyh/d-i/armel/images/20100718-23:06/orion5x/network-console/buffalo/lspro/
).

I already talk to Ryan (tarpman) via the buffalo.nas-central.org website (he
gave me the url to test the install).


2010/7/23 Martin Michlmayr 

> Ryan, something for you:
>
> * Sébastien LALLEMAND  [2010-07-23 20:01]:
> > Package: sata-modules-2.6.32-5-orion5x-di
> > Version: 1.42
> >
> > I'm trying to install squeeze on my LS LinkStation (LS-CHL) box.
> > I am using initrd and uImage downloading there :
> >
> http://people.debian.org/~joeyh/d-i/armel/images/daily/orion5x/network-console/buffalo/lspro/
>
> Sébastien, can you say when you obtained this image?  Because the
> orion5x image doesn't build right now (and is therefore not
> available).
>
> >
> > the files were put on /boot and then reboot.
> >
> > After ssh the box, the install process looks good.
> > By the way, no hear from the hard drive (spin down) and the installer
> > doesn't find any disk.
> >
> > Here is extract for dmesg :
> >
> > [ 4976.476200] libata version 3.00 loaded.
> > [ 4989.008620] sata_mv sata_mv.0: version 1.28
> > [ 4989.009676] sata_mv sata_mv.0: slots 32 ports 2
> > [ 4989.011583] scsi6 : sata_mv
> > [ 4989.017796] scsi7 : sata_mv
> > [ 4989.022334] ata1: SATA max UDMA/133 irq 29
> > [ 4989.022368] ata2: SATA max UDMA/133 irq 29
> > [ 4989.366575] ata1: SATA link down (SStatus 0 SControl 300)
> > [ 4989.716574] ata2: SATA link down (SStatus 0 SControl 300)
> >
> >
> > and the report-hw :
> > /tmp # report-hw
> > uname -a: Linux debian 2.6.32-5-orion5x #1 Fri Jun 4 11:47:35 UTC 2010
> > armv5tel GNU/Linux
> > usb-list:
> > usb-list: Bus 01 Device 01: Marvell Orion EHCI [1d6b:0002]
> > usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
> > Protocol 01
> > usb-list:Manufacturer: Linux 2.6.32-5-orion5x ehci_hcd
> > usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver
> > hub
> > usb-list:
> > usb-list: Bus 02 Device 01: Marvell Orion EHCI [1d6b:0002]
> > usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00
> > Protocol 01
> > usb-list:Manufacturer: Linux 2.6.32-5-orion5x ehci_hcd
> > usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver
> > hub
> > lsmod: Module  Size  Used by
> > lsmod: sata_mv24213  0
> > lsmod: libata135560  1 sata_mv
> > lsmod: dm_mod 56611  0
> > lsmod: md_mod 80350  0
> > lsmod: jfs   157268  0
> > lsmod: ext4  285550  0
> > lsmod: jbd2   64063  1 ext4
> > lsmod: crc16   1113  1 ext4
> > lsmod: ext3  110992  0
> > lsmod: jbd37434  1 ext3
> > lsmod: vfat8152  0
> > lsmod: fat43613  1 vfat
> > lsmod: ext2   55411  0
> > lsmod: mbcache 4860  3 ext4,ext3,ext2
> > lsmod: usb_storage34496  0
> > lsmod: ehci_hcd   33089  0
> > lsmod: mv643xx_eth22546  0
> > lsmod: usbcore   110996  3 usb_storage,ehci_hcd
> > lsmod: nls_base5367  4 jfs,vfat,fat,usbcore
> > lsmod: scsi_mod  119196  2 libata,usb_storage
> > lsmod: libphy 14724  1 mv643xx_eth
> > df: Filesystem   1K-blocks  Used Available Use% Mounted on
> > df: tmpfs63004 8 62996   0% /dev
> > free:   total used free   shared
> >  buffers
> > free:   Mem:   12601260020659920
> >  0
> > free:  Swap:000
> > free: Total:   1260126002065992
> > /proc/cmdline: console=ttyS0,115200 root=/dev/sda2 rw panic=5 func=0
> > BOOTVER=1.22
> > /proc/cpuinfo: Processor : Feroceon rev 0 (v5l)
> > /proc/cpuinfo: BogoMIPS : 265.42
> > /proc/cpuinfo: Features : swp half thumb fastmult edsp
> > /proc/cpuinfo: CPU implementer : 0x41
> > /proc/cpuinfo: CPU architecture: 5TEJ
> > /proc/cpuinfo: CPU variant : 0x0
> > /proc/cpuinfo: CPU part : 0x926
> > /proc/cpuinfo: CPU revision : 0
> > /proc/cpuinfo:
> > /proc/cpuinfo: Hardware : Buffalo Linkstation Pro/Live
> > /proc/cpuinfo: Revision : 
> > /proc/cpuinfo: Serial : 
> > /proc/iomem: -07ff : System RAM
> > /proc/iomem:   00026000-00350fff : Kernel text
> > /proc/iomem:   00366000-003f4303 : Kernel data
> > /proc/iomem: f1011000-f101101f : mv64xxx_i2c.0
> > /proc/iomem:   f1011000-f101101f : mv64xxx_i2c adapter
> > /proc/iomem: f1012000-f10120ff : serial8250.0
> > /proc/iomem:   f1012000-f101201f : serial
> > /proc/iomem: f1012100-f10121ff : serial8250.1
> > /proc/iomem:   f1012100-f101211f : serial
> > /proc/iomem: f105-f1050fff : orion-ehci.0
> > /proc/iomem:   f105-f1050fff : ehci_hcd
> > /proc/iomem: f1060900-f10609ff : xor low
> > /proc/iomem: f1060b00

Bug#590105: SATA drive not detected during squeeze installation on Buffalo LinkStation (squeeze)

2010-07-23 Thread Ryan Tandy

On 23/07/2010 12:10 PM, Martin Michlmayr wrote:

Ryan, something for you:


In fact, I was hoping you'd have some idea.  I suggested that Sébastien 
file this bug because I've never seen this symptom or heard of anyone 
else experiencing it.  Would it be worth passing this on to -arm?


thanks,
Ryan



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c4a608a.10...@gmail.com