Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-13 Thread Matthew Dillon
:Well, the two kernel messages about the sector size disappeared; however, :fdisk keeps complaining about "length" not being a multiple of the sector :size. I'm not sure whether this warning/error is fatal in the sense that :it would cause the installer to abort -- is it? I'm also not sure i

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Dennis den Brok
Am 12.08.2007, 20:34 Uhr, schrieb Matthew Dillon <[EMAIL PROTECTED]>: Hmm. Well, fdisk tries to autosense the sector size but I guess it isn't working as expected. Try this patch. Well, the two kernel messages about the sector size disappeared; however, fdisk keeps complainin

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Matthew Dillon
:Thanks for the hint, but actually I was trying to fdisk a USB stick. :Kernel says the following when I plug it in: : :umass1: ChipsBnk Flash Disk, rev 2.00/1.00, addr 3 :da0 at umass-sim1 bus 1 target 0 lun 0 :da0: Removable Direct Access SCSI-2 device :da0: 1.000MB/s transfers :da0: 1010MB (5173

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Dennis den Brok
Am 12.08.2007, 19:01 Uhr, schrieb Matthew Dillon <[EMAIL PROTECTED]>: :disk 1: uhub0: device problem (TIMEOUT), disabling port 2 : :disk 2: :# fdisk -I /dev/da0 :*** Working on device /dev/da0 *** :fdisk: /boot/mbr: length must be a multiple of sector size : :kernel says: : :dscheck(da0

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Simon 'corecode' Schubert
Matthew Dillon wrote: :dscheck(da0): b_bcount 512 is not on a sector boundary (ssize 2048) :dscheck(da0): b_bcount 1024 is not on a sector boundary (ssize 2048) You are trying to fdisk a CD ? You can't fdisk a CD. The question is, why is the CD drive on da0? cheers simon -- Serve - BSD

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Matthew Dillon
:disk 1: uhub0: device problem (TIMEOUT), disabling port 2 : :disk 2: :# fdisk -I /dev/da0 :*** Working on device /dev/da0 *** :fdisk: /boot/mbr: length must be a multiple of sector size : :kernel says: : :dscheck(da0): b_bcount 512 is not on a sector boundary (ssize 2048) :dscheck(da0):

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Sepherosa Ziehau
On 8/12/07, Dennis den Brok <[EMAIL PROTECTED]> wrote: > Am 11.08.2007, 13:45 Uhr, schrieb Sepherosa Ziehau <[EMAIL PROTECTED]>: > > > Ah, thanks. I think the byte swapping in multi hash setting up is > > critical to make things work, so please test following patch: > > http://leaf.dragonflybsd.or

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-12 Thread Dennis den Brok
disk 1: uhub0: device problem (TIMEOUT), disabling port 2 disk 2: # fdisk -I /dev/da0 *** Working on device /dev/da0 *** fdisk: /boot/mbr: length must be a multiple of sector size kernel says: dscheck(da0): b_bcount 512 is not on a sector boundary (ssize 2048) dscheck(da0): b_bcount 10

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-11 Thread Sascha Wildner
Dennis den Brok wrote: Sorry, the DF installer does not play well with my USB-HDs, so it'll take me a while until I'll be able to test your patch by compiling a kernel myself. What problems does the installer have with your USB disks? Sascha -- http://yoyodyne.ath.cx

Re: RealTek 8168B/8111B, new revision (ISO-request)

2007-08-11 Thread Dennis den Brok
Am 11.08.2007, 13:45 Uhr, schrieb Sepherosa Ziehau <[EMAIL PROTECTED]>: Ah, thanks. I think the byte swapping in multi hash setting up is critical to make things work, so please test following patch: http://leaf.dragonflybsd.org/~sephe/re_pcie_multi.diff Sorry, the DF installer does not play