Date: Sun, 24 Nov 2002 22:30:55 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: TooManySecrets <toomany@toomany.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fwd: Re: Serious problem installing freebsd into a... Message-ID: <20021124203055.GB737@gothmog.gr> In-Reply-To: <200211241400.50244.toomany@toomany.net> References: <200211241400.50244.toomany@toomany.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-24 14:00, TooManySecrets <toomany@toomany.net> wrote: > That is the thread about my question with Kent. > TooManySecrets wrote: > > Hi!! > > > > My name is Manuel Trujillo, from Spain. First, I will apologize about my > > english... sorry :( > > Well, I use freebsd since february-2002, and I'm very happy with it. But my > > problem is now, when I change my pc hardware. > > I've a SIS 648 MAX motherboard, whit the SIS648 driver, a Seagate 80Gb 7200 > > rpm hard drive, Creative nvidia Ti4400 and a Pentium 4 2'4Mhz with 533 fsb. > > Well, when I try to install freebsd in it, I obtain this message: > > > > ad0: READ command timeout tag=0 serv=0 - resetting > > ata0: resetting devices... I was seeing exactly this sort of thing too, after replacing my old Pentium 133 workstation with a newer machine. Then, FreeBSD would freeze and stop responding even to CTRL-ALT-ESC that should bring up the kernel debugger :/ > Hola Manuel, > > Are you using ATA-100 or ATA-133 cables to hook your Maxtor to the SIS > motherboard. Don't connect your CDROM on the same controller as your HD. > > What do you have in your /boot/loader.conf. The following are possible. > > ruby# m loader.conf > # -- sysinstall generated deltas -- # > userconfig_script_load="YES" > hw.ata.atapi_dma="1" > ruby# sysctl -a | grep hw.ata > hw.ata.ata_dma: 1 > hw.ata.wc: 1 > hw.ata.tags: 0 > hw.ata.atapi_dma: 1 > > BTW, I have one of those motherboards but haven't tried to replace my > gateway with it. I have 4 machines with SIS-645. I have a Gigabyte Titan 667 Series motherboard on my Celeron @ 1800. The model of the motherboard is GA-8ST667. The dmesg output includes the following: % dmesg | grep -i sis atapci0: <SiS 5591 ATA33 controller> port 0xf000-0xf00f at device 2.5 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pcm0: <SiS 7012> port 0xe400-0xe47f,0xe000-0xe0ff irq 10 at device 2.7 on pci0 ohci0: <SiS 5571 USB controller> mem 0xef001000-0xef001fff irq 11 at device 3.0 on pci0 usb0: <SiS 5571 USB controller> on ohci0 uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 ohci1: <SiS 5571 USB controller> mem 0xef002000-0xef002fff irq 9 at device 3.1 on pci0 usb1: <SiS 5571 USB controller> on ohci1 uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 ohci2: <SiS 5571 USB controller> mem 0xef003000-0xef003fff irq 7 at device 3.2 on pci0 usb2: <SiS 5571 USB controller> on ohci2 uhub2: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 I could only boot my installed -CURRENT by disabling hw.ata.atapi_dma :/ Try setting hw.ata.ata_dma="0" and hw.ata.atapi_dma="0" at the loader prompt, and see if you can at least boot your system. Giorgos. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021124203055.GB737>