Linux-Hardware Digest #427, Volume #13           Tue, 15 Aug 00 08:13:04 EDT

Contents:
  Re: Partition Size Advice ("Peter T. Breuer")
  Re: IRQ under Linux ("Antony Lee")
  Re: IRQ under Linux ("Antony Lee")
  Re: SoundBlaster AudioPCI 128D (Robert Hampf)
  My modem hangup after the negociation...... ("franck dubuis")
  Re: SoundBlaster AudioPCI 128D (Kenneth Rørvik)
  Re: SoundBlaster AudioPCI 128D (Kenneth Rørvik)
  Re: sound card not working ([EMAIL PROTECTED])
  Re: a technical question (Stanislaw Flatto)
  Re: SoundBlaster AudioPCI 128D (David Shochat)
  Re: SoundBlaster AudioPCI 128D (David Shochat)
  Voodoo 5 5500 & Suse 6.4 ("IT Dev")
  Re: Sony SDT-5000 Tape Drive on Redhat 6.1 (Shyam Govardhan)
  Re: a technical question (J Bland)
  Re: SoundBlaster AudioPCI 128D (Robert Hampf)
  Re: SoundBlaster AudioPCI 128D (Robert Hampf)

----------------------------------------------------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,linux.redhat.install
Subject: Re: Partition Size Advice
Date: 15 Aug 2000 07:55:41 GMT

In comp.os.linux.hardware John Beardmore <[EMAIL PROTECTED]> wrote:
: In article <8n6111$40g$[EMAIL PROTECTED]>, Peter T. Breuer
: <[EMAIL PROTECTED]> writes
:>: Apart from weight of tradition, why do usr, root and home have to be
:>: different partitions ?
:>
:>So that /usr can be read-only and /home can be read-write.

: What's so great about /usr being ro ?

So that you (or some hacker, or some rogue program) doesn't write to
it. 

:> So that everytime you mess up your home
:>partition you don't also mess up your /.

: But why should you mess up your home partition ?  Indeed how can you ?

Oh, I do it every 10 minutes or so. Every time the kernel driver I'm
writing crashes and takes out the system, causing a reboot while the
readwrite file systems are in an unclean state. Then I have to wait
while everything is checked out on the FS parts that weren't readonly,
resolve all foulups manually (usually the log files are heavily
double-blocked, but they're on /var, not on my precious /home), hold
my breath and hope my source code is still there ...

And then there are all those people running a vulnerable or flakey http
server from out of their /home.

:> And vice versa. So that you
:>can comfortably clone your OS without also cloning your own files.

: Can't this just be done by keeping user files under /usr and managing
: files rather than partitions ?

Oh it can. But it's much simpler to restrict tar to a partition
boundary rather than some nebulous mental line that you hoped you've
never crossed. Did you add stuff in /usr/local only?

:> And
:>vice versa. So you can upgrade or multi-install in functional units.
:>Etc. Etc.

: Hmmmm...  OK.

:>He forgot to list /var as a separate partition. That's quite important.
:>I really hate runaway log files growing to swamp / or /home.

: So it's just to limit the size of a file system ?

For /var, that is a good reason. Try "yes > /var/tmp/yes" and tell me how
comfortable your system feels afterwards. But a better reason is that 
/var gets All Fouled Up Very Often. It's the highly variable area of
the disk.

:>If you really don't know this and you aren't just trolling, go check
:>out the Partition-HOWTO.

: No, not trolling, just curious.

: I had thought of doing a custom instal but wondered if my ideas on
: partitioning would be making myself a headache for later.


:>There are some legitimate reasons for making a one partition system.
:>They boil down to "the owner is an idiot and/or doesn't care about
:>preserving and maintaining his system, so he might as well do the
:>laziest thing available, as he'll throw it all away tomorrow anyhow".

: I have one partition disks on other OSs and I've never found it a
: problem.

Then you've never had a problem. That should make you very very nervous
...

: I've also had one partition Unix systems without regret.  I'm just
: seeing if the dogma stems from sound reasoning or just a fear that the
: sky will fall in if tradition is not followed.

And what about "preserving and maintaining" your other OS's. How much
luck have you had with them! What happened the last time your scsi
controller on the sun blew a skalally while fsck was running?

Peter

------------------------------

From: "Antony Lee" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.portable
Subject: Re: IRQ under Linux
Date: Tue, 15 Aug 2000 16:25:30 +0800

Dear Sebastian
Thanks.

Does RH, SuSE or any other distribution come with the kernel
has all the things compiled ? How can I know how many things
are included in kernel ?

I've no idea on the kernel compiling.

Can you give some more advice beside your included link.

Antony

Sebastian Fischmeister <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi Antony.
>
> I have the same problem. My notebook shares the IRQ 11 between 5
> devices (vga, cardbus, usb, ir, soundcard). Fortunately the cardbus is
working
> properly, so I can use the network. For X I am using the framebuffer
> server and it is working well too.
>
> Now the interesting thing is, that these two devices (cardbus, vga
> controller) work properly and share the IRQ. But when I compile a new
> kernel and include the other stuff (usb, ir, soundcard) the notebook
> hangs during starting the kernel.
>
> Try compiling your own kernel and make everything a module (also
> exclude pcmcia support!). Then grab the latest version of pcmcia-cs
> from http://pcmcia-cs.sourceforge.net/ and compile the modules.
>
> I am still struggling with the IR, USB and the soundcard, but at least
> the network is up and I can work.
>
> Good luck,
>   -Sebastian
>
> PS: See the posting "Multiple devices share one IRQ" in
>     comp.os.linux.hardware



------------------------------

From: "Antony Lee" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.portable
Subject: Re: IRQ under Linux
Date: Tue, 15 Aug 2000 16:37:42 +0800

Dear Sebastian

I can't find the posting you mention in the end of your reply.

Would you please help me ?

Antony

Sebastian Fischmeister <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi Antony.
>
> I have the same problem. My notebook shares the IRQ 11 between 5
> devices (vga, cardbus, usb, ir, soundcard). Fortunately the cardbus is
working
> properly, so I can use the network. For X I am using the framebuffer
> server and it is working well too.
>
> Now the interesting thing is, that these two devices (cardbus, vga
> controller) work properly and share the IRQ. But when I compile a new
> kernel and include the other stuff (usb, ir, soundcard) the notebook
> hangs during starting the kernel.
>
> Try compiling your own kernel and make everything a module (also
> exclude pcmcia support!). Then grab the latest version of pcmcia-cs
> from http://pcmcia-cs.sourceforge.net/ and compile the modules.
>
> I am still struggling with the IR, USB and the soundcard, but at least
> the network is up and I can work.
>
> Good luck,
>   -Sebastian
>
> PS: See the posting "Multiple devices share one IRQ" in
>     comp.os.linux.hardware



------------------------------

From: [EMAIL PROTECTED] (Robert Hampf)
Subject: Re: SoundBlaster AudioPCI 128D
Date: Tue, 15 Aug 2000 11:42:18 +0300

David Shochat <[EMAIL PROTECTED]> hélt þessu fram:
:
: When I run sndconfig, I get new error messages since it seems to be
: trying to load it as a module (does sndconfig only work when the sound
: driver is a module?)

I didn't have to use sndconfig.  After the first boot with the new
kernel the card just worked.

rh


------------------------------

From: "franck dubuis" <[EMAIL PROTECTED]>
Subject: My modem hangup after the negociation......
Date: Tue, 15 Aug 2000 10:56:07 +0200

Hello,
Since more weeks, I try to resolve this probléme!
When I want to connect my fai, with kppp, after the négociation, kppp
hang up!( i try an other fai too)
With a lot of persons in the NG, we have to configure the ppp option file,
but it's the same probléme!
I think it's a problem of modem config! because sometime it's OK! often when
the speed connection is < at 32000 bps, no problem.
If speed  connection is > 32000, modem hangup!
What do you think about it???
For info, I use suse6.4, whit an internal lucent winmodem+ ltmodem module,
to use it under linux.My computer is a compaq présario.
Regards
Franck



------------------------------

Subject: Re: SoundBlaster AudioPCI 128D
From: [EMAIL PROTECTED] (Kenneth Rørvik)
Date: Tue, 15 Aug 2000 09:28:11 GMT

[EMAIL PROTECTED] (David Shochat) wrote in
<[EMAIL PROTECTED]>: 
 
>>When I run sndconfig, I get new error messages since it seems to be
>trying to load it as a module (does sndconfig only work when the sound
>driver is a module?)

Yes - when compiling PCI128 support (ES1372) directly to the kernel, 
there's no need to run sndconfig. It should work out-of-the-box.

-- 
Kenneth Rørvik          91841353/22718452
Steenstrupsgate 5 B     [EMAIL PROTECTED]
0554 OSLO               home.no.net/stasis

------------------------------

Subject: Re: SoundBlaster AudioPCI 128D
From: [EMAIL PROTECTED] (Kenneth Rørvik)
Date: Tue, 15 Aug 2000 09:28:35 GMT

[EMAIL PROTECTED] (Kenneth Rørvik) wrote in 
<[EMAIL PROTECTED]>:

>[EMAIL PROTECTED] (David Shochat) wrote in
><[EMAIL PROTECTED]>: 
> 
>>>When I run sndconfig, I get new error messages since it seems to be
>>trying to load it as a module (does sndconfig only work when the sound
>>driver is a module?)
>
>Yes - when compiling PCI128 support (ES1372) directly to the kernel, 
>there's no need to run sndconfig. It should work out-of-the-box.

Sorry - ES1371, of course.

-- 
Kenneth Rørvik          91841353/22718452
Steenstrupsgate 5 B     [EMAIL PROTECTED]
0554 OSLO               home.no.net/stasis

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: sound card not working
Date: Tue, 15 Aug 2000 09:17:34 GMT

In article <[EMAIL PROTECTED]>,> It _should_ be supported by
alsa:
> http://www.alsa-project.org/~goemon/
> Try to contact them if it doesn't work. Do you have the latest version
> of alsa-driver?
>
> MST
>

I think so.  I think it is 0.5.9a or something like that.


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: Stanislaw Flatto <[EMAIL PROTECTED]>
Subject: Re: a technical question
Date: Tue, 15 Aug 2000 19:32:44 +0000

Shahriar Mohktari wrote:
> 
> Hi there,
> 
> Suppose you have video card V1 and video card V2. They have the same
> characteristic but V1 has 4meg memory and V2 has 8meg memory. Does it make
> any difference in the performance of a Linux box if we use any of them for a
> low resolution of a monitor? Say 800 * 600.
> 
> Shahriar Mokhtari

Hi there!
The performance of graphical segment of hardware is limited by the
weakest link.
If what is the limit in your case is the monitor, which cannot accept
information faster than 800x600 pixels refreshed X times a second, then
you will get the same performance from both cards as both of them are
capable of more than that.
And it is not dependent on the OS, just that in Linux you can destroy
the monitor by instructing the card to put it in gallop.
But this is for gamers and we are serious computer users;-)))
-- 
    Stanislaw on Slak 7.1
Slacker No.162760 on Linux counter.
*******Are we having fun????*******

------------------------------

From: David Shochat <[EMAIL PROTECTED]>
Subject: Re: SoundBlaster AudioPCI 128D
Date: Tue, 15 Aug 2000 09:43:50 GMT

Dances With Crows wrote:
> 
> On Tue, 15 Aug 2000 03:40:10 GMT, David Shochat wrote:
> >Ok, I've tried upgrading the kernel to 2.2.16-3 (using RedHat's
> >binaries) and since that didn't work (same symptoms as before) I
> >followed the above suggestion and rebuilt the 2.2.16 kernel from source
> >with es1371 support built in (rather than module). This doesn't seem to
> >work either. When I try following the steps in the Sound HOWTO, I get to
> >the point where it says to
> >cat /dev/sndstat and I get:
> >cat: /dev/sndstat: No such device
> >If anyone can give me a clue on this it would be great. Right now it
> >seems intractible.
> 
> The es1371 does *NOT* have /dev/sndstat, because of weirdness in that
> chip's internals.  This is remarked on in the README, and in the
> es1371.c source itself.  Don't worry about it.  And yes, sndconfig
> assumes that the driver is compiled as a module.
> 
> Can you do a "cat /dev/urandom > /dev/dsp0" and get the speakers to
> produce horrible static?  If so, that's a start....
> 
No, because /dev/dsp0 does not exist. I checked on my older computer
which has a different sound card (which has always worked fine) and it
doesn't have /dev/dsp0 either. Is /dev/dsp0 something that this
particular chip uses? If so, can you tell me the correct mknod (i.e.
what should major and minor be)?

I *do* have /dev/dsp and /dev/dsp1:
crw-------    1 david    sys       14,   3 Apr 17  1999 /dev/dsp
crw-------    1 david    sys       14,  19 Apr 17  1999 /dev/dsp1

I tried the /dev/urandom bit with both of them and just got silence.

If it helps, my syslog shows what sound like positive messages regarding
the es1371 driver, but the Sound HOWTO implies that I should see "Sound
initialization started" or something to that effect, which I do not see:
Aug 15 05:10:42 h kernel: es1370: version v0.31 time 22:57:03 Aug 14
2000 
Aug 15 05:10:42 h kernel: es1371: version v0.22 time 22:57:05 Aug 14
2000 
Aug 15 05:10:42 h kernel: es1371: found chip, vendor id 0x1274 device id
0x1371 revision 0x08 
Aug 15 05:10:42 h kernel: es1371: found es1371 rev 8 at io 0xdf00 irq 11 
Aug 15 05:10:42 h kernel: es1371: features: joystick 0x0 
Aug 15 05:10:42 h kernel: es1371: codec vendor CRY (0x435259) revision
19 (0x13) 
Aug 15 05:10:42 h kernel: es1371: codec features Headphone out 20bit DAC
18bit ADC 
Aug 15 05:10:42 h kernel: es1371: stereo enhancement: Crystal
Semiconductor 3D Stereo Enhancem

------------------------------

From: David Shochat <[EMAIL PROTECTED]>
Subject: Re: SoundBlaster AudioPCI 128D
Date: Tue, 15 Aug 2000 09:54:20 GMT

Here's another clue. Last posting prompted me to take a look at the
source (es1371.c). The last revision comment says:

 *    05.01.2000   0.22  Should now work with rev7 boards; patch by
 *                       Eric Lemar, <email address deleted>

My syslog messages from the driver clearly indicate that I have rev8. So
maybe I just have to wait for Eric Lemar or someone else to get the
driver to support rev8?

------------------------------

From: "IT Dev" <[EMAIL PROTECTED]>
Subject: Voodoo 5 5500 & Suse 6.4
Date: Tue, 15 Aug 2000 12:06:01 +0100

Hi,
    I have changed my hardware and now use 3dfx Voodoo 5 5500.
Unfortunately, Linux now fails to start KDE but I am at a login prompt.
I have tried running YAST/SAX but it reports 'unknown chipset'.
Under Linux, all I need is basic 2D functionality at 1024x768 16bit
75Hz refresh. Is there a driver/work-around available?

Thanks




------------------------------

From: Shyam Govardhan <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.misc
Subject: Re: Sony SDT-5000 Tape Drive on Redhat 6.1
Date: Tue, 15 Aug 2000 11:29:57 GMT

Thanks... It worked first go... No problems! Both ARKEIA and BRU work as
well.

- Shyam

Bob Hauck wrote:

> On Sun, 13 Aug 2000 13:03:42 GMT, Shyam Govardhan
> <[EMAIL PROTECTED]> wrote:
>
> >I just bought a second-hand Sony SCSI Tape Drive SDT-5000. Has anyone
> >got this working on Redhat 6.1. I have got a Tekram DC-315U Ultra
> >SCSI adapter.
> >
> >Please let me know if this tape drive works on Linux
>
> SCSI tape drives generally work on Linux.  Just hook it up and use it
> via /dev/st?, where ? is 0 for the first one, 1, for the second, etc.
>
> --
>  -| Bob Hauck
>  -| Codem Systems, Inc.
>  -| http://www.codem.com/


------------------------------

From: [EMAIL PROTECTED] (J Bland)
Subject: Re: a technical question
Date: 15 Aug 2000 11:21:56 GMT

>> Suppose you have video card V1 and video card V2. They have the same
>> characteristic but V1 has 4meg memory and V2 has 8meg memory. Does it make
>> any difference in the performance of a Linux box if we use any of them for a
>> low resolution of a monitor? Say 800 * 600.

Generally it wouldn't make any difference, *but* the more video memory you
have free the more space there is for caching pixmaps and stuff, which
improves the performance of 2D work.

It has more impact on 3D performance, where generally you need enough ram
for the actual display, 2x as much again for double buffering and some more
to cache textures.

But for general desktop work, if the only difference is amount VRAM you're
unlikely to notice any difference.

Frinky

-- 
John Bland MPhys(Hons) GradInstP  Webmaster and Sys Admin.
http://ringtail.cmp.liv.ac.uk/      Condensed Matter Group
Email: j.bland at liv.ac.uk           Liverpool University
 "And it can suck a monkey through 30ft of garden hose!!"

------------------------------

From: [EMAIL PROTECTED] (Robert Hampf)
Subject: Re: SoundBlaster AudioPCI 128D
Date: Tue, 15 Aug 2000 14:39:34 +0300

Troy M. Turner <[EMAIL PROTECTED]> hélt þessu fram:
:
: Actually, my SoundBlaster PCI 128 has a 1370 chip in it.

There are two versions of the card.  When you configure the kernel
(make config-wise) and push "?"  at 1370 or 1371 you get more
information.

rh

------------------------------

From: [EMAIL PROTECTED] (Robert Hampf)
Subject: Re: SoundBlaster AudioPCI 128D
Date: Tue, 15 Aug 2000 15:04:24 +0300

David Shochat <[EMAIL PROTECTED]> hélt þessu fram:
:
: No, because /dev/dsp0 does not exist. I checked on my older computer
: which has a different sound card (which has always worked fine) and it
: doesn't have /dev/dsp0 either. Is /dev/dsp0 something that this
: particular chip uses? If so, can you tell me the correct mknod (i.e.
: what should major and minor be)?
: 
: I *do* have /dev/dsp and /dev/dsp1:
: crw-------    1 david    sys       14,   3 Apr 17  1999 /dev/dsp
: crw-------    1 david    sys       14,  19 Apr 17  1999 /dev/dsp1
: 
: I tried the /dev/urandom bit with both of them and just got silence.

I haven't got /dev/dsp0 either but catting /dev/urandom into either of
/dev/dsp or /dev/dsp1 gives me the concerto I'm supposed to get.

: If it helps, my syslog shows what sound like positive messages regarding
: the es1371 driver, but the Sound HOWTO implies that I should see "Sound
: initialization started" or something to that effect, which I do not see:
: Aug 15 05:10:42 h kernel: es1370: version v0.31 time 22:57:03 Aug 14
: 2000 
: Aug 15 05:10:42 h kernel: es1371: version v0.22 time 22:57:05 Aug 14
: 2000 

Mine looks roughly the same as yours (you only have a newer card).
You would maybe be on the safer side if you didn't have es1370
included as you don't have that card but I don't think that's what
causes the problems.

What do you do when you try to get sound out of your machine?  What
program do you use?  Do you use a mixer to check the levels?  The
driver doesn't mute the channels like Alsa does but maybe they are
lower than you are used to.  Also, is there maybe a program (daemon?)
blocking /dev/dsp*?

How is your cabeling between the card and the speakers?  Do you know
that it works?

rh

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.hardware) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Hardware Digest
******************************

Reply via email to