Re: boot problems

2003-04-15 Thread Donald D. Daniel
Neither boot or boot2 is listed in /etc/fstab, both are in the same 
partition
under / . ls -l gives exactly the same parameters for both. It seems to
me that my copy of aboot does not function the way the SRM-HOWTO
says it does, or I am not understanding something.

Thanks,
Donald Daniel
Falk Hueffner wrote:
"Donald D. Daniel" <[EMAIL PROTECTED]> writes:
 

My /etc/aboot.conf is as follows:
0:1/vmlinuz ro root=/dev/hda1
1:1/xl ro root=/dev/hda1
In /boot and /boot2 I have identical files including
vmlinuz-2.2.22.
At / I have vmlinuz and xl, symbolic links to the two
identical copies of the kernel.
If I "boot dqa0 -fl i" to get into aboot,
I can type "0" and one copy of the kernel will boot.
If I type "1", the other copy does not boot
   

Maybe /boot2 is a mount point? aboot does not parse /etc/fstab and
therefore doesn't know which partitions will be mounted where.
 





Re: boot problems

2003-04-15 Thread Falk Hueffner
"Donald D. Daniel" <[EMAIL PROTECTED]> writes:

> My /etc/aboot.conf is as follows:
> 
> 0:1/vmlinuz ro root=/dev/hda1
> 1:1/xl ro root=/dev/hda1
> 
> In /boot and /boot2 I have identical files including
> vmlinuz-2.2.22.
> 
> At / I have vmlinuz and xl, symbolic links to the two
> identical copies of the kernel.
> 
> If I "boot dqa0 -fl i" to get into aboot,
> I can type "0" and one copy of the kernel will boot.
> If I type "1", the other copy does not boot

Maybe /boot2 is a mount point? aboot does not parse /etc/fstab and
therefore doesn't know which partitions will be mounted where.

-- 
Falk




Re: Intense 3D graphic card

2003-04-15 Thread Jan Lentfer
Am Die, 2003-04-15 um 17.29 schrieb Brot Stéphane:
> Hi,
> 
>  
> 
> I just got a PWS 500au. It comes with an Intergraph Intense 3D 2200 graphic
> card. Any chance to have X running on it ?
 
No, as they don't tell the specs.

> If not ( as I think after some googling ), what would be a good choice for a
> graphic card. The choice for PCI card is quite limited now...

I got a ATI Radeon PCI from ebay. Good choice in my eyes, because you
get DRM with these cards :-)

hth,

Jan




Re: Intense 3D graphic card

2003-04-15 Thread Jay Estabrook
On Tue, Apr 15, 2003 at 05:29:13PM +0200, Brot Stéphane wrote:
> 
> I just got a PWS 500au. It comes with an Intergraph Intense 3D 2200 graphic
> card. Any chance to have X running on it ?

Not under Linux... ;-}

> If not ( as I think after some googling ), what would be a good choice for a
> graphic card. The choice for PCI card is quite limited now...

With the latest SRM console, it should run PCI ATI Radeons of various
flavors, though prolly not the 9000...

Good luck.

 --Jay++

-
Jay A EstabrookHPTC - LINUX support
Hewlett-Packard Company - MRO1-2/K15   (508) 467-2080
200 Forest Street, Marlboro MA 01752   [EMAIL PROTECTED]
-




Intense 3D graphic card

2003-04-15 Thread Brot Stéphane








Hi,

 

I just got a PWS 500au. It comes with an Intergraph
Intense 3D 2200 graphic card. Any chance to have X running on it ?

 

If not ( as I think after some googling ), what would
be a good choice for a graphic card. The choice for PCI card is quite limited
now...

 

Thanks.

 

Stéphane Brot - [EMAIL PROTECTED]

SEFA Communications

CP 134 CH-1170 Aubonne

Tél 021 821 54 37 Fax 021 821 54 09

 

 








消除硬盘录象机录音噪声

2003-04-15 Thread 王亚
debian-alpha:您好!

音频干扰,录音噪声,诚信圣通
www.spwe.com

普通的监听器在传输距离超出100米后就会有很大的噪声,在应用于硬盘录象机时,录音噪声使得业主无法接收。
诚信圣通开发的监听器采用特殊的电路,可以消除音频干扰,传输距离可达300米以上。
应用领域:与硬盘录象机配套使用,广泛应用于安防、高速公路收费站等。

相关热门产品:地线回路平衡器-消除视频干扰

诚信圣通公司网站:http://www.spwe.com
联系电话:010-66027364、010-66026820
传  真:010-66025560 
销售经理:王  亚
电话:010-66027364 
QQ:94631723 


致
礼!
     王亚
     [EMAIL PROTECTED]
     2003-04-15




Re: boot problems

2003-04-15 Thread Donald D. Daniel
The way you suggest to boot vmlinuz works. The way you suggest to
boot xl bombs off with exactly the same error message as before.
Seems to leave me with no way to compile a kernel with a new
config file and test it while preserving the old kernel that I know
works.
Thanks,
Donald Daniel
[EMAIL PROTECTED] wrote:
"file not found" seems clear.
What do you get with these:
boot dqa0 -file 1/vmlinuz -flags "root=/dev/hda1"
boot dqa0 -file 1/xl -flags "root=/dev/hda1"
-Martin
"Donald D. Daniel" wrote:
 

My /etc/aboot.conf is as follows:
0:1/vmlinuz ro root=/dev/hda1
1:1/xl ro root=/dev/hda1
In /boot and /boot2 I have identical files including
vmlinuz-2.2.22.
At / I have vmlinuz and xl, symbolic links to the two
identical copies of the kernel.
If I "boot dqa0 -fl i" to get into aboot,
I can type "0" and one copy of the kernel will boot.
If I type "1", the other copy does not boot, instead I
get:
read error, lbn 70532881: 0x8000
ext2_iget: read error
xl: file not found
aboot>
Why does the other identical copy of the kernel not boot?
Donald Daniel