Re: kerneld message / Workaround

2000-07-15 Thread Jonathan Heaney
David Wright wrote:
 The scripts /etc/init.d/{kerneld,modutils} have to be able to handle
 both 2.0 and 2.2 kernels with kerneld or kmod. You will see they do
 this by testing for the presence of /proc/sys/kernel/modprobe which
 only exists under 2.2.
 
 Perhaps you have a problem with your /proc filesystem (unless a bug
 has been introduced into these scripts). There should be no need to
 move/remove the scripts in /etc/init.d.

Well if there is such a bug it's been there since potato day1 and still
is.  Incidentally, does the presence of /proc/sys/kernel/modprobe not
depend on what you compile in the kernel???  I always roll my own and
any time I've installed potato with a 2.2 kernel I've had to shift
kerneld.  Maybe if you stick with Debians own kernels it might be there
but not everyone does.

And what about 2.4test kernels (that I'm running) ?  I don't have a
/proc/sys/kernel/modprobe - what should I do?  How do the magic
scripts in /etc/init.d deal with that

J



Re: lilo

2000-07-13 Thread Jonathan Heaney
It's just how lilo works.

There is a hint in the manpage as to a case you may want to be in a
different directory other than your / directory (the -r switch, which
does a chroot to the dir you specify).  The example given where this may
be useful is if you are repairing a setup from a boot floppy.

   It seems to me that everytime I upgraded or installed a new
   version of the lilo, the configuration would also failed unless
   the currect directory is at root ('/').
 
   Any idea why and/or fixes?  TIA!

Ours is not to reason why, just to get on with it!!!

Jonathan



Re: compiling 2.4.0 kernels on potato

2000-07-13 Thread Jonathan Heaney
Mike Garfias wrote:
 
 Ok, its been too damned long since I've had to apply patches to anything.
 Can you tell me the way the directories need to look in order to apply   
 the patch

OK assuming your kernel source is in /usr/src/linux, dump the file e.g.
test4-pre6.gz into /usr/src/linux and go:-

zcat test4-pre6.gz | patch -p1

then make away.

Jonathan



Re: compiling 2.4.0 kernels on potato

2000-07-13 Thread Jonathan Heaney
Moritz Schulte wrote:

  There are a few other chages required depending on arhcitecture / what
  drivers you are compiling so I would get the latest patch from testing
  (6, which I'm just about to compile - hopefully it has repaired the
  parport_pc problem that the last few have had, although there's a patch
  for that too).
 
 good luck :)

didn't need it ;-)

test4-pre6 seems to have fixed the irritating can't get it to compile
problems.  nice...

Jonathan



Re: kerneld message

2000-07-13 Thread Jonathan Heaney
 You should check your startup scripts.  Somewhere, you have enabled
 starting kerneld, you need to find that place and disable it.

cd /etc/init.d
mv kerneld kerneld.old

reboot

Jonathan



ms sidewinder gpad 2.4.0test fix

2000-07-13 Thread Jonathan Heaney
Hello

If anyone is running a 2.4test kernel with the v2 input drivers, and has
the problem with the sidewinder gamepad directional controls not
working, I have a replacement sidewinder.c file from Vojtech Pavlik that
fixes it.

It's only 20k but I don't like attachments on the mailing lists so I
won't bother anyone with them.  If you need it, mail me.

Jonathan



Re: kernel 2.2.17 boot disk prob! (HELP!)

2000-07-04 Thread Jonathan Heaney
Sven Burgener wrote:
 
 What I'm looking for is a way of creating a boot disk like the one I
 created when installing debian initially.
 

Sven,

My method with kernels and bootdisks is always to use the kernel source
and compile it myself, using kernel-package

Read the kernel-package docs and that will tell you how to go about it. 
The 2.2.17 kernel from potato is actually 2.2.17pre6 (latest is pre10
out yesterday).  This _may_ be contributing to your problems, which seem
to revolve around IDE, but I have SCSI so can't help specifically on
that.

If you go this way, you may be better using the 2.2.16 kernel from
ftp.kernel.org (or your nearest mirror) and the latest Alan Cox
pre-patch.

Remember to create the relevant symlinks from /usr/include to
/usr/src/linux/include - check out the kernel doc for more info after
unpacking into /usr/src/linux.

After using kernel-package, you will find a .deb file has been dumped in
/usr/src.  When you dpkg -i the .deb file you'll get prompted whether
you want to create a boot disk.  It should work - I do it constantly.

Excuse me if you already know this; I have not really been following the
thread.

If you would like any further information / help - mail me.  I see you
are getting a bit frustrated trying to fix this.  I run both development
and the latest 2.2.x kernels as a backup and do this sort of thing all
the time.

Jonathan.



Re: pon dial-up and xdm

2000-05-07 Thread Jonathan Heaney
Daniel Burrows wrote:
 
 I am trying to allow dial-up access using pon but want to avoid 'su'ing
 to root everytime. Is there a way round this?

Add the user you want to have dialup access to the group 'dip' e.g. (as
root)

adduser jon dip

user jon can then use pon/poff

 
 Also, I want to avoid booting into a graphical login. Can someone tell
 me which parts of xdm I need to edit? I tried renaming it but it screwed
 up my system. Step-by-step please, I'm a beginner!

Everyone's a beginner at some point...anyway,

(again, as root)

dpkg --purge xdm

will scrub xdm from your system

Jonathan


Re: Help, please. PCI128 sound card seen, but not heard

2000-05-06 Thread Jonathan Heaney
[EMAIL PROTECTED] wrote:

 On Wed, May 03, 2000 at 10:28:01PM +0100, Jonathan Heaney wrote:
  [EMAIL PROTECTED] wrote:
 
   I'm using the 2.2.14 kernel on an Asus k7V mb(Athlon), and have compiled
 ...

  Compiling the OSS driver direct into the kernel should be OK; try and get 
  that
  working before attempting the switch to ALSA.
 
  What does
 
  cat /dev/sndstat
 
  give you?
 
  If there is no /dev/sndstat, you need to create the relevant /dev entries.  
  Try
 
  cd /dev
  ./MAKEDEV audio

 cat /dev/sndstat
gives no such file.  It is in /dev but not active (if that's the way to
 decribe it..)

 Audio already exists (and I'm in that group), but I remade it just in case.
 No change.

 You refer to the OSS driver... Which one is that??  Is that the ES1371??
 There certainly are no entries under the OSS chioce which appear to fit the
 PCI128 (unless I'm supposed to treat it as a SB16???).

 I currently have the es1371 compiled into the kernel.

 Kenward

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Kenward

I wasn't talking about the audio GROUP, I was talking about the audio /dev 
entries.

Sorry, I didn't mean to say OSS (I'm still in Awe64 land) I meant the kernel 
driver
as opposed to ALSA.

It would seem you need to follow the second part of my first mail if cat 
/dev/sndstat

Go (as root)

cd /dev
./MAKEDEV audio

Like I said.  Then check cat /dev/sndstat after a reboot.

I trust you are running slink?  In potato, the audio devices (which is NOT the 
same
as the audio group) are created automatically.  Not so in slink.

Jonathan


Re: Help, please. PCI128 sound card seen, but not heard

2000-05-04 Thread Jonathan Heaney
[EMAIL PROTECTED] wrote:

 I'm using the 2.2.14 kernel on an Asus k7V mb(Athlon), and have compiled
 into the kernel the ES1371 sound driver.  On bootup the card is detected at
 irq 10 and a memory address of 0x9000 (which does NOT happen with the
 ES1370 driver).

 I have added myself (as a normal user) to the audio and cdrom groups, and
 have installed several mixers to ensure the master volume (and everything
 else, in frustration) is cranked up.

 No sound whatsoever.  Cd plays (lights up), but nothing else.  All cables
 are set properly.  It works under Winblows98 with no alterations, and I've
 confirmed the irq/mem settings there.  Same settings on both systems for
 other cards too, with no conflicts.  I have a Voodoo 3 AGP and an SMC
 10/100 card in other slots.

 I installed a modules-ready 2.2.14 kernel and the latest version of the
 ALSA drivers, compiled according to directions, reconf'd the alias file for
 modules, and again see the card being ID'd (and again, the ens1370.o module
 does Not work).  No sound.  Mixer again agressively manipulated with no
 results.  :\

 I haven't run across anything helpful in the list archives, and the only
 suggestion for no sound in the docs is the use of the mixer (and I used the
 alsamixer for that module).

 Can anyone offer some advice here??  Thanks!

Compiling the OSS driver direct into the kernel should be OK; try and get that
working before attempting the switch to ALSA.

What does

cat /dev/sndstat

give you?

If there is no /dev/sndstat, you need to create the relevant /dev entries.  Try

cd /dev
./MAKEDEV audio

Jonathan


Re: KDE on Debian 2.2 Frozen (Potato)

2000-05-02 Thread Jonathan Heaney
Andrew Weiss wrote:



 -Original Message-
 From: Paul [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 02, 2000 3:51 PM
 To: debian-user@lists.debian.org
 Subject: KDE on Debian 2.2 Frozen (Potato)

 I have try to install KDE on my Debian 2.2 system and fail, I first
 tried the .deb files for ftp.kde.org but they are for debian slink.

 Next I tried the RPMs of KDE this also failed with a heap of error.

 So I downloaded the tarables of it and started compiling. So far have
 not been able to get it to compile.

 Anyone who has managed to get it install on Debian 2.2, can you please

 give me a hand on trying to get it installed on my system.

 Thanks
 Paul

 I forced it onto potato from the storm linux distro.  I did a nice
 dpkg -i --force-depends kde-package-in-question

 This was done due to a broken dependency checker for libstdc++2.9
 which should've been libstdc++ = 2.9 Potato uses 2.10.  Many people
 have told me that 2.10 shouldn't work, and maybe I had stdc++2.9
 installed from other sources, I recall trying to install it and it
 conflicted with 2.10 at the time... two weeks or so later after a new
 mirroring and a new CD-set I recall it went on in the oldlibs section
 just fine.  But on the system that didn't have it when I shoe-horned
 it in and manually vi'ed the status file so they wouldn't be kicked
 off at the next dselect... kfm and other kde apps worked just fine in
 Windowmaker on Potato... though they look goofy in Windowmaker.  All I
 need is a decent filemanager and Recycle-bin in Windowmaker and I'll
 have a complete environment... also WSoundserver needs to be built in
 to the environment rather than run separately.

 Andrew
 Epitaph for Bill Gates: This man performed an illegal operation and
 was shut down --BBC
 SGI and Motorola team up to design a new chip... the Crayola
 --personal
 Apple MacOS X the only UNIX where dumping cores is a good thing.
 --personal
 Bastille Linux - You have to run your servers in headless mode.
 Curses! Curses! Scrolled Again!


 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]
  /dev/null

Add the line -

deb http://kde.tdyc.com potato kde contrib rkrusty

to /etc/apt/sources.list

run dselect and install what you want.

Jonathan


Re: new perl dependencies

2000-04-28 Thread Jonathan Heaney
Ian Zimmerman wrote:

 When I run dselect last night, there was a bunch of important packages
 that had been upgraded.  One of them was perl-5.005-doc.

 I accepted all the suggestions, but when I was ready to exit selection
 mode and start downloading, I was thrown into a conflict/dependency
 screen with just perl-5.005 and perl-5.005-doc.  And no matter what I
 did, dselect threw me into that screen again and again.  I had to
 force my way out with an `x'.

 Everything seems to run for the moment, but I am shaken.  Is this some
 kind of circular dependency among the packages involved?  Can it be
 fixed?

I put perl-5.005-doc on hold (use '=')

And will wait until it gets fixed.

Jonathan


Re: debian distribution

2000-04-08 Thread Jonathan Heaney
mikej wrote:

 Hi, my question is simple. When can we expect to see the new Debian
 distribution out. It has already been over a year since the last release.

 Any time soon??

 Thanks  Mike Jennings

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

When potato was frozen over a month ago, the expectation was there would be 
around a
two month gestation period before full release.

So we're getting fairly close to full release of potato once it has stabilised.

Jonathan


Re: Creative SB Live! 1024

2000-04-07 Thread Jonathan Heaney
Joachim Trinkwitz wrote:

snip

 The question is why I don't have the modversion.h, which the compiler
 can't find.


You'll need to select Set version information on all symbols for modules in
the Loadable Module Support section when you compile your kernel.

Jonathan



Re: Error compiling kdenetwork-1.1.2

2000-03-28 Thread Jonathan Heaney
[EMAIL PROTECTED] wrote:

 On 27 Mar 2000, at 11:15, Bill Caskey wrote:

  1.  I'm running on a laptop with a 1.3 Gb hard drive and I want the system
  as lean as possible. By compiling, I can optimize for a pentium and 
  eliminate
  the debug/exceptions code. Smaller footprint.

 Are you recompiling your entire Debian system, or just kde? Or might kde be
 your first step in recompiling? Are you recompiling from *.deb source packages
 and then recreating the deb binaries?

 Reason I ask: although I've just bought a new laptop, with lots of hard drive
 space, I have wondered how the Debian binaries are compiled in general -- for
 some lowest common denominator of CPU (386? 486?), whereas gcc could possibly
 do much better with the right switches for the Pentiums (I,II,III).

 Problem is that the thought of recompiling *everything* is a big daunting,
 nevermind time consuming. However, for laptops, it should be worth it. And
 there's something inside me which says, why aren't you taking full advantage
 of your hardware...?

 Kirk
 
 Kirk Lowery
 [EMAIL PROTECTED]

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Think Debian is compiled for 486

Word on the street is compiling for 586/686 doesn't make that much of a 
difference

As you point out, it's a daunting task.  If the above statement is accurate, a
pointless one too.

Jonathan


Re: fortify does not recognise my netscape

2000-03-28 Thread Jonathan Heaney
Jan Ulrich Hasecke wrote:

 Hi!

 I get the following error, when I try to patch my netscape

 8snipp--

 # fortify /usr/lib/netscape/47/navigator/navigator-smotif.real
    Fortify 1.4.6; Copyright (C) 1997-2000 Farrell McKay   
 ==  This software is free for all forms of non-commercial use.  ==
 ==  Commercial use of this software must be licenced.   ==

 /usr/lib/netscape/47/navigator/navigator-smotif.real is 
  not recognisable.
 It is either not a copy of Netscape, or it is a version
 of Netscape that is not listed in the Index file.

 8-snap--

 Fortify and netscape are both from potato.

 Is my netscape already 128-bit? Where can I control this? I found a
 small button under Security--Navigator--SSL which enables an 128-bit
 encryption when permitted. What does this mean?

 Ciao!
 juh

 --
 juh's Sudelbuch --- Literatur und Satire per E-Mail
 http://www.sudelbuch.de

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Get fortify from it's own website (search freshmeat)

The latest one hasn't been packaged for Debian yet (maybe woody?  don't know)

Jonathan


Re: Kernel-package no longer in Potato?

2000-03-28 Thread Jonathan Heaney
Vitux wrote:

 Hi Debians
 I guess the header says it. In slink there's a
 (newbie-)convenient kernel-package, which I can't seem to
 find in the frozen potato-ftp...

 Regards
 Vitux

 --
 Death comes to us in various guises,
 swiftly changing as a baby's mood...

 Debian GNU/Linux
 Micro$loth-free Zone

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Still there as far as I can see.

It's pretty convenient for non-newbies too!

Jonathan


Re: Error Compiling kdenetwork-1.1.2

2000-03-27 Thread Jonathan Heaney
Bill Caskey wrote:

 Following is a message I posted to the KDE User listserv a few days ago.
 Stephan Kulow, developer of the kdenetwork package replied that he didn't know
 what was causing the compile to terminate but did note that libdl was broken;
 that I should have libdl.so instead of libdl.a. I'm running slink with a 
 kernel
 built from 2.2.14 source. I did download and install the binutils in frozen 
 but
 still get the same compile error. Isn't the linker in binutils? Any other
 suggestions as to why kdenetwork isn't compiling. As noteb, kdenetwork is the
 last module I tried compiling; all others compiled and installed with no
 problems. And, KDE runs, but, of course, I dont' have kppp and kmail--two
 programs most important to me on my laptop. Thanks for any advice...Bill

 --  Forwarded Message  --
 Subject: Error Compiling kdenetwork-1.1.2
 Date: Wed, 22 Mar 2000 17:37:17 -0600
 From: Bill Caskey [EMAIL PROTECTED]

 I'm running Debian 2.1 (CD from McCarty's book) with a customized kernel I 
 built
 from 2.2.14 source. I compiled and installed all of KDE with kdenetwork being
 the last module to compile.  After some half-hour or so of compiling, the
 process terminates while (apparently) linking ksirc. The following lines
 are the error messages generated. Can anyone help resolve the problem or
 point me to documentation that will? Thanks.

 /usr/bin/../lib/libdl.a(dlsym.o): In function 'doit.2':
 dlsym.o(.text+0x22): undefined reference to '_dl_default_scope'
 dlsym.o(.text+0x4c): undefined reference to '_dl_default_scope'
 collect2: ld returned 1 exit status
 make[3]: *** [ksirc] Error 1
 make[3]: Leaving directory '/usr/src/kdenetwork-1.1.2/ksirc'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory '/usr/src/kdenetwork-1.1.2/ksirc'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory '/usr/src/kdenetwork-1.1.2'
 make: *** [all-recursive-am] Error 2

 --Bill Caskey
 ---

 --
 Bill Caskey

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Why don't you use the kde debs instead of compiling everything by hand?

Add this line to your /etc/apt/sources.list

deb http://kde.tdyc.com slink kde contrib rkrusty

You can add kdenetwork but it will probably complain as you've not installed 
the debs
of the other parts of kde it depends on.

Doing-it-yourself has the side effect of making removal a touch trickier than it
might be.

Jonathan


Help! Memory gone missing...

2000-03-26 Thread Jonathan Heaney
A curious thing happened recently (don't know exactly when, just noticed
it)

Debian (potato, custom 2.2.15pre15 kernel) seems to have 'lost' 128meg
of memory.

I've got 192 in my system (recently gone from 128 which went OK)

cat /proc/meminfo gives:-

total:used:free:  shared: buffers:  cached:
Mem:  65585152 64434176  1150976 41328640  1363968 18788352
Swap: 156270592  5042176 151228416
MemTotal: 64048 kB
MemFree:   1124 kB
MemShared:40360 kB
Buffers:   1332 kB
Cached:   18348 kB
SwapTotal:   152608 kB
SwapFree:147684 kB


This is new.  When I upgraded 128 - 192, the full 192 meg was seen
correctly (no need for append line in lilo.conf)

However, interestingly, cat /proc/mtrr shows:-

reg00: base=0x (   0MB), size= 128MB: write-back, count=1
reg01: base=0x0800 ( 128MB), size=  64MB: write-back, count=1
reg02: base=0xe000 (3584MB), size=  32MB: write-combining, count=1
reg03: base=0xd800 (3456MB), size=  64MB: write-combining, count=1

The first 128 and 64 is my main system memory, the 32 is my G400's
framebuffer and the last 64 is my agp gart.

Potato is kept up-to-date, but I have been (until fairly recently when
it stopped playing) using the 2.3 devel kernel.

Anybody got any ideas?

Jonathan


Re: MozM14 install Netscape bookmarks (newbie q)

2000-03-14 Thread Jonathan Heaney
Vitux wrote:

 Hi Debianites

 I can't quite figure out how to install Moz M14.
 I d'led the
 mozilla-i686-pc-linux-gnu-M14-talkback.tar.gz,
 which is supposed to be a binary of the M14
 (according to Mozilla.org), and I figured out how
 to untar/zip it to a dir, but what then?
 How do I tell X to use this instead of the old
 one that was installed with my Slink system?
 Would it perhaps be easier to point apt to
 unstable and just install this particular deb?

Probably best to download the mozilla deb from potato and install it (you might 
want
to purge your old one first) - if you point apt or dselect at potato or woody 
you
might end up upgrading your entire system.  I don't use mozilla myself, but you 
may
find some additional libraries require an upgrade as well.



 The other question is regarding bookmarks in
 Netscape Navigator
 (communicator-smotif45-something-like-that). Where
 are they located on the system? I'd really like to
 replace the new bookmark-file with the one from
 my former 'doze box, to get all my bookmarks
 transferred...


Your bookmark.html file will be in /home/(user)/.netscape


 One last thing: How do I allow a user to pon and
 poff? Tried chmod 755 pon, but it didn't
 really do anything...


add the user you want to be able to dialout to the group dip , e.g.

adduser (user) dip

as root


 Please, no flames: I'll happily read any FM, but I
 can't really find what I'm looking for in this
 case...
 Best Regards, and thanx
 Vitux


HTH

Jonathan


Re: PCI BIOS problems

2000-02-17 Thread Jonathan Heaney
Phil Brutsche wrote:

:
:
:
:

 If the ethernet card gets a 255 IRQ, then it's possible that you need to
 change the setting that looks something like PnP OS (that's how it
 appears on my computer) to None or No.  Setting PnP OS to On or
 Yes only makes sense with Win95 and it's derivatives.  You can also try
 the card in another PCI slot.


This isn't the case Phil.  PnP OS setting only affects ISA PnP cards, so this 
problem
has nothing to do with that.

How it operates - if set to 'no', bios attempts to configure ISA PnP cards 
(because
it assumes your OS can't).  Bioses in general aren't very good at this, esp. 
with
something like an Awe32 / 64 - a fairly common piece of hardware.  If it's set 
to
'yes', bios thinks your OS is capable of handling ISA pnp cards, therefore it 
does
nothing.

As far as Linux goes, Debian like most dists uses isapnptools to configure
ISA PnP cards for you which e.g. has a well documented solution for Awe 
problem, it
is essentially a PnP OS as far as the PnP OS Installed? line in bioses goes.
I know it isn't strictly PnP (yet) but bios only cares about configuration of
ISA PnP cards.

So for Linux w/ isapnptools correctly set up, PnP OS Installed should most
definitely be Yes.  When I set it to No, my Awe64 stops being seen by 
Linux, the
bios can't configure it correctly and isapnptools won't work - so the card 
doesn't
either.

Jonathan


Re: New Potato Netscape Bus Error

2000-01-22 Thread Jonathan Heaney
Art Lemasters wrote:

  Netscape Communicator 4.7 (smotif) was running fine until I upgraded
 potato (one week since the last upgrade) tonight.  Now, Communicator
 dies with a bus error before it appears.  I don't know how to get
 more error message output for Netscape, because there is no documentation
 for it in either a manpage or in /usr/doc.  Enlightenment is running
 for X Windows here.  ...any ideas about what is causing this, and no
 Netscape is just fscked, so don't use it messages, please.  ;-)  It
 was running flawlessly here before this last upgrade attempt.

   _Art

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

The problem is with the latest version of plugger (3.2-1).  If you can live 
without
it until it gets fixed, Netscape works fine again.

Jonathan


Re: Dialout group

1999-12-23 Thread Jonathan Heaney
David S. Jackson wrote:

 Hi,

 I've added myself to the dialout group, but I still get a permission
 denied when I try to run /usr/bin/pon (which works fine when I'm
 root, btw).  What am I forgetting?  I want to be able to run this as
 a user.

 Also, could someone explain why /usr/sbin/pppd is in the dip group
 and not the dialout group?

 Basically, I'm trying to use pon with TkDesk, but first I need to
 make sure it works just with plain old userland me.  :-)

 TIA!

 --
 David S. Jackson   http://www.dsj.net
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Remember that in order to recover as an artist, you must
 be willing to be a bad artist.  Give yourself permission
 to be a beginner.   --Julia Cameron

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

David

You've answered your own question.

As pppd is owned by the group dip and not dialout, you need to add your 
non-root self
to the right group ie dip, not dialout.

Jonathan.


Re: Logitech Wheelmouse and Netscape

1999-12-08 Thread Jonathan Heaney
Nils-Erik Svangård wrote:

 Hi all!

 I run potato with a logitech wheelmouse (M-C48) attached to /dev/ttyS0.
 The wheel works just fine in X with most of the aplications not with
 netscape though. Is there anyway to get the wheel working in netscape?

 /nisse

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Are you using imwheel?

Jonathan


Re: Compiling Mesa for Voodoo2

1999-11-27 Thread Jonathan Heaney
Cyrus Patel wrote:

 Hey all,

 I'm trying to compile Mesa3.0 under potato. The readme file says:

 - You'll need the Glide library and headers.  Mesa expects:
  /usr/local/glide/include/*.h// all the Glide headers
  /usr/local/glide/lib/libglide2x.so

 I downloaded the driver - Device3Dfx-2.3-1.src.rpm and the glide stuff -
 Glide_V2-2.53-1.i386.glibc.rpm.

 I used alien to convert the files and I could find the file libglide2x.so
 but I couldn't find any *.h files. When I try to compile Mesa it complains
 about not finding glide.h.

 Does anyone know where I can get the glide header files?

 Thanks
 Cyrus

 --
 Cyrus Patel - [EMAIL PROTECTED]
 Dept. of Computer Engineering   Debian GNU/Linux
 University of New South Wales   (Potato)
 Sydney, Australia.  ICQ: 50738541

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Cyrus

Check out

http://crash.ihug.co.nz/~trmusson/home/3dfx/debianv3.html

It's aimed at the voodoo 3 but all you need to change for V2 is the files 
downloaded.

It got my V2 going.

Jonathan


Re: Mouse

1999-11-07 Thread Jonathan Heaney
Eric Hagglund wrote:

 How may I get the wheel on my Intellimouse to work in
 a Linux environment? I have never been able to get it
 to function. Does anyone know of a way to enable this
 hardware?

 =

 __
 Do You Yahoo!?
 Bid and sell for free at http://auctions.yahoo.com

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

you have to set gpm and x to use imps/2 protocol, and install imwheel (I know 
it's in
potato, dunno about slink).  imwheel needs to be started before x, I put it in 
my
.xsession file just before the exec (windowmanager) line.

if it's a USB mouse, you'll probably have to move to a 2.3.x kernel, I had to, 
imps/2
wouldn't work for me with 2.2.x USB.


Re: sound problems: what next?

1999-10-31 Thread Jonathan Heaney
Chris Mayes wrote:

 Well, I installed a new kernel in the hopes that my recent sound problems
 were a result of corrupt modules, but no luck.  Same errors.  TO recap, here
 are the errors:

 
 loop awe_wave AWE32: not detected
 modprobe: modprobe: Can't locate module synth0
 /dev/sequencer: Device not configured
 /lib/modules/2.2.13/misc/awe_wave.o: post-install awe_wave failed
 /lib/modules/2.2.13/misc/awe_wave.o: insmod awe_wave failed
 Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
 SB 4.16 detected OK (220)
 SB16: Bad or missing 16 bit DMA channel
 YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft
 1993-1996
 

 Any ideas on what to try next?  Should I try another module?  Am I missing
 one?  Here's what I have selected (according to modconf):

 awe-wave, opl3, sb, sound, soundcore, soundlow.

 Should I select uart401?  Deselect opl3?  It's not a hardware problem.  My
 mandrake partition has no problems whatsoever.  Should I try
 upgrading/reinstalling another package outside of the kernelspace?  I was
 about to include the isapnp config message from boot time, but it didn't
 make it into /var/log/messages.  Any idea where that might show up?  It was
 detected without any errors that I noticed, anyway.

 If it'll help: I'm running Debian Potato, 2.2.13, SB AWE64.

 Thanks,

 -Chris

 __
 FREE Email for ALL! Sign up at http://www.mail.com

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Chris,

The order in which you select the modules is important.

You also have not sent the correct 16-bit DMA to the module  it should 
match the
relevant setting in isapnp.conf.

I'd imagine it's on irq 5, io 220, dma's 1 and 5.

In modconf, select (in this order - you may have to go through and unload any 
that
are loaded first) -

1. sound - possibly pass parameter dmabuf=1 - if you have a decent amount of 
RAM -
gives persistent DMA buffers

2. sb - with parameter line - io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 (or 
replace
with your own settings)

3. soundlow

4. awe_wave

5. opl3 - with parameter line -  io=0x388

Mail me back if you're still haviong problems - might be isapnp related.

Jonathan


Re: EXIM settings for dialup.

1999-10-23 Thread Jonathan Heaney
Ronald Tin wrote:

 Not sure if I should post here (but I'm running exim on a debian :)

 So, I have a Debian unstable running exim 3.03, connecting to the
 Internet through PPP without fixed IP. I have configured exim to
 use smarthost(*) to send mail, performing address rewrite like
 this:

   [EMAIL PROTECTED] [EMAIL PROTECTED] Ffr

 And can send mail just fine (or else you can't see this)
 However there is something stupid when I send mail to myself:
 Address rewrite is performed even for local deliveries.
 How can I disable this?
 I guess I should disable address rewrite for everything
 inside the directors. But... how?
 Or am I plain wrong?
 Should I disable address rewrites for everything, and
 enable them only for the routers instead?

 *) In fact I have more than one router. The smarthost router
 runs only if the sender is me.
 I does this through
 condition = ${if eq [EMAIL PROTECTED] {yes}fail}

 It works fine but is less then clean. Are there better configuration
 options for this? From what I read in the spec this is the best?

 ( And that I am subscribed to the digest instead. Do I get
   every single post, including this one and follow-ups for it? )

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

I had to do this myself, I got this info. from Oskar Liljeblad ([EMAIL 
PROTECTED])

(in /etc/exim.conf):

# Main Configuration Settings

qualify_domain = alumni.ust.hk
  hem.passagen.se is my email ISP, and without this
  they wouldn't let me relay mail through their server.

qualify_recipient = localhost
  This is necessary so you can do mail vamp
 and receive the mail directly without going through the ISP.
  The new mail will have To: [EMAIL PROTECTED] but still
  From: Ronald Tin alumni.ust.hk where the latter was
  rewritten by the local MTA.

local_domains = localhost
  If you use eximconfig to generate a smarthost setup, it is possible
  that your smarthost will be included here. But it shouldn't.

Sorry for the plagiraism, Oskar, but you knew how to fix it

Jonathan


Re: xdm/shell login

1999-10-23 Thread Jonathan Heaney
Dave Wiard wrote:

 i've been running potato and want to give gnome a shot.  since i have xdm
 running, if i screw anything up, i'll need to fix my problems.  with xdm
 running, is there a way to get a shell login so i can fix the file
 locally?

 Dave Wiard
 [EMAIL PROTECTED]
 CS - Western Washington University

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

One way to get it to boot to a console is to go into dir /etc/init.d and
mv xdm xdm.old

This prevents xdm from running at boot up.

If xdm ever gets updated, mv it back to being xdm, then update else it will 
fail.

Jonathan.


Re: Creative Labs SoundBlaster AWE64 question

1999-10-23 Thread Jonathan Heaney
Cliff Rice wrote:

 Hello all,

 Newbie question:  I get the error below when I attempt to
 do a cat endoftheworld to /dev/dsp.  Obviously I've not
 configured something right for my soundcard since the test
 failed. I've included the files below.  Any help is most
 welcome.

 Thanks in advance

 Cliff

 Sound error: Couldn't allocate DMA buffer
 AWE32-0.4.2c (RAM4096k)
 ***
 cat /proc/devices
 Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyp
  5 cua
  7 vcs
 10 misc
 14 sound

 Block devices:
  2 fd
  3 ide0
  7 loop
 22 ide1

 *

 Device:  Sound Blaster AWE64
 Version for AWE driver : 0.4.2c from awe_version.h

 uncommented these lines out in awe_config.h, got big number
 when I didn't do this.
 #define AWE_DEFAULT_BASE_ADDR   0x620   /* base port address */
 #define AWE_DEFAULT_MEM_SIZE4096/* kbytes */

 **
  /etc/isapnp.conf
 (shows this stuff also when booting , but not in dmesg )

 [snip]
 #
 # Compiler flags: -DREALTIME -DNEEDSETSCHEDULER
 #
 # Trying port address 0203
 # Trying port address 020b
 # Board 1 has serial identifier 85 14 be a1 d2 c5 00 8c 0e

 # (DEBUG)
 (READPORT 0x020b)
 (ISOLATE PRESERVE)
 (IDENTIFY *)
 (VERBOSITY 2)
 (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

 # Card 1: (serial identifier 85 14 be a1 d2 c5 00 8c 0e)
 # Vendor Id CTL00c5, Serial Number 348037586, checksum 0x85.
 # Version 1.0, Vendor version 1.0
 # ANSI string --Creative SB AWE64 PnP--
 # Vendor defined tag:  73 02 45 01
 #
 # Logical device id CTL0045
 # Device supports vendor reserved register @ 0x39
 # Device supports vendor reserved register @ 0x3a
 # Device supports vendor reserved register @ 0x3c
 # Device supports vendor reserved register @ 0x3d
 #
 # Edit the entries below to uncomment out the configuration required.
 # Note that only the first value of any range is given, this may be changed 
 if required
 # Don't forget to uncomment the activate (ACT Y) when happy

 (CONFIGURE CTL00c5/348037586 (LD 0
 # ANSI string --Audio--

 # Multiple choice time, choose one only !

 (INT 0 (IRQ 5 (MODE +E)))
 (DMA 0 (CHANNEL 1))
 (DMA 1 (CHANNEL 5))
 #(IO 0  (BASE 0x0220))   --- these didn't work either ---
 #(IO 1  (BASE 0x0330))    copied from AWE howto -
 #(IO 2  (BASE 0x0388))
 (IO 0 (SIZE 16) (BASE 0x0220))
 (IO 1 (SIZE 2) (BASE 0x0330))
 (IO 2 (SIZE 4) (BASE 0x0388))
 (NAME CTL00c5/348037586[0]{Audio   })
 # End dependent functions
 (ACT Y)
 ))
 #
 (CONFIGURE CTL00c5/348037586 (LD 1
 # Compatible device id PNPb02f
 # ANSI string --Game--
 (IO 0 (SIZE 8) (BASE 0x0200))
 #(IO 0  (BASE 0x0200))
 (NAME CTL00c5/348037586[1]{Game})
 # End dependent functions
 (ACT Y)
 ))
 #
 (CONFIGURE CTL00c5/348037586 (LD 2
 # ANSI string --WaveTable--
 (IO 0 (SIZE 4) (BASE 0x0620))
 (IO 1 (SIZE 4) (BASE 0x0A20))  (added as per awe32  for Wavetable)
 (IO 2 (SIZE 4) (BASE 0x0E20))  (since pnpdump does not find these )
 #(IO 0  (BASE 0x0620))  - these also didn't work -
 #(IO 1  (BASE 0x0A20)) - From AWE howto ---
 #(IO 2  (BASE 0x0E20))
 (NAME CTL00c5/348037586[2]{WaveTable   })
 (ACT Y)
 ))
 # End tag... Checksum 0x00 (OK)

 # Returns all cards to the Wait for Key state
 (WAITFORKEY)

 *

 output from cat /dev/sndstat

 Type 7: SB MPU-401

 Card config:
 Sound Blaster at 0x220 irq 5 drq 1,5
 SB MPU-401 at 0x330 irq 5
 OPL-2/OPL-3 FM at 0x388 drq 0

 Audio devices:
 0: Sound Blaster 16 (4.16)

 Synth devices:
 0: Yamaha OPL-3
 1: AWE32-0.4.2c (RAM4096k)

 Midi devices:
 0: Sound Blaster 16

 Timers:
 0: System clock

 Mixers:
 0: Sound Blaster
 1: AWE32 Equalizer

 ***
 dmesg output
 Memory: sized by int13 0e801h
 Console: 16 point font, 400 scans
 Probing PCI hardware.
 Calibrating delay loop.. ok - 901.12 BogoMIPS
 Memory: 257080k/262080k available (696k kernel code, 384k reserved, 3920k 
 data)
 Swansea University Computer Society NET3.035 for Linux 2.0
 NET3: Unix domain sockets 0.13 for Linux NET3.035.
 Swansea University Computer Society TCP/IP for NET3.034
 IP Protocols: ICMP, UDP, TCP
 Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.
 Checking 'hlt' instruction... Ok.
 Linux version 2.0.36 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Fri Oct 22 
 11:49:22 CD
 T 1999
 Starting kswapd v 1.4.2.2
 Floppy drive(s): fd0 is 1.44M
 FDC 0 is a post-1991 82077
 PS/2 auxiliary pointing device detected -- driver installed.
 AWE32-0.4.2c (RAM4096k)

 [snip here ]

 Sound error: Couldn't allocate DMA buffer
 Sound error: Couldn't allocate DMA buffer
 AWE32-0.4.2c (RAM4096k)

 --
 Cliff

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL 

Re: Kernel version 2.2.12: isapnp builtin or newbie fluke?

1999-10-22 Thread Jonathan Heaney
[EMAIL PROTECTED] wrote:

 Hi,

 I have some funkiness happening.
 Does the new kernel have automatic support for isapnp cards?
 The reason I ask is, I was having some trouble with modconf,etc...
 Perhaps you will recall the thread posted

 Re: /etc/modules.conf is more recent than /lib/modules/2.2.12/modules.d

 Well...
 while attempting to resolve some boot-time error msgs with isapnp,
 (i renamed isapnp.conf and rebooted) i discovered to my delight that
 my PnP modem still functioned and that ALL the error msgs regarding
 both 'isapnp' and 'modules.conf' had been eliminated. The only weird
 part is, it didn't find my PnP soundcard. Still...
 :)
 Mind you, I also downgraded the 'modconf' and 'modutils' packages to
 modconf  0.2.26
 modutils 2.3.5-1
 Can somebody explain what I have done right so that I may duplicate
 this in the future?
 :)
 Thanks,

 bw

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

No - isapnp isn't built in with your kernel.  It is coming with the 2.3.x dev 
kernel
but most of the drivers have still to be rewritten to take advantage of the new
feature (or so I read somewhere)

Is your PnP modem an internal or external one?

If it's external, isapnp will make no difference.

If it's internal, it may be that your PC's bios is configuring it for you (this 
might
happen if you have a setting in the bios PnP OS Installed set to No).

This might also be the cause of your soundcard problems.  The Bios can only go 
so far
with configuring isapnp devices - it can handle something simple like a modem 
(just
an irq and base i/o), but throw something e.g. an Awe64 at it and it will fail. 
 This
failed attempt to configure the card in Bios can render it uncofigurable by
isapnptools.

Suggest you set PnP OS Installed to Yes if this is your problem, meaning 
that the
bios will NOT attempt to configure isapnp cards, leaving it to your OS (in 
Linux'
case, to isapnptools) to sort things out.  The isapnptools FAQ says this, but 
not
explicitly, in fact it's very vague about the matter, however at one point it 
does
say that you should NOT have your bios attempt to configure the card.  The way 
to do
this is to set PnP OS Option to yes.

When you do this, and replace your isapnp.conf file, do you get any error 
messages
during boot?

You should also upgrade your modconf / modutils files and try to fix them 
properly.

The only way to get your soundcard to work is to get isapnptools working 
again.

Jonathan.


Re: linux kernel compile

1999-10-21 Thread Jonathan Heaney
Vincent  Sylvia Gaines wrote:

 First I would just like to thank the people behind the Debian
 distribution.
 I work with software and have been very impressed with the way they have

 organized their system distribution updates. to me ( still a newbie)
 dselect is a vital tool worth it's weight in gold!

 1.)  I installed Debian GNU/ Linux 2.1  using floppy images downloaded
 from
 the internet.
  - My system is Dual pentium 200 Mhz, 3Com 3C905, NE2000 ( linksys-
 isa), Diamond Firport HP C310 SCSI-2 , with 96 Meg ram, Acer CD-ROM
  - Install worked great and when I boot up I get eth0 (3Com) and
 eth1
 (ne2000), all modules loaded perfectly no erroneous messages on boot
  - However no SMP support and driver for the 3Com card does not work

 correct (messages in /var/log/syslog problems with irq)
  - DHCPD client daemon started ( I want to use a cable modem) no
 inet
 address from ifconfig -a for eth1.

 2.) I recompile my kernel using make-kpkg and kernel-source-2.0.36
  - make menuconfig
  - make dep
  - make-kpkg clean
  - make-kpkg --revision=smp700 kernel-image
  - make-kpkg --revision=smp700 modules-image
  - cd..
  - dpkg --install kernel-source-2.0.36_smp700_i386.deb
  - here I have to mv /lib/modules/2.0.36 to /lib/modules/2.0.36.old
  - then I get prompted to make a boot floppy since I cannot boot
 from
 my scsi (bios does not see it) I attempt it
  - use your current /etc/lilo.conf? I say yes
  - error testing lilo.confetc
  - re execute dpkg --install kernel-source-2.0.36_smp700_i386.deb
  - create boot floppy and new lilo.conf

 3.) When I reboot I lose my eth1 (NE2000) and get multiple messages such
 as
 cannot find module ne.etc
  - SMP works great, no eth1, eth0 works just fine( 3C905), dhcpcd
 has
 problems great (no interface..attached to eth1)
  - If i try to boot off an old floppy (not created by compile) I
 still
 get the same messages but with no SMP support.

 I believe something about the way I compiled my kernel is causing me
 problems. However I selected Loaded modules support and the drivers
 required for both ethernet cards. i.e. 3c59x and ne.

 What can I do to get both ethernet cards working and all modules loaded
 at
 boot time and still keep my SMP support?

 and help is greatly appreciated.Thank You!

  debian-user@lists.debian.org

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

I know there are some problems with SMP, if you are using SMP I would suggest
upgrading to a 2.2.x kernel (latest is 2.2.13, out today).

You're doing some things with the kernel build that you do not need to do.

Process for building a kernel in Debian -

In /usr/src/linux

1. make menuconfig

*be sure to read the kernel docs for all the hardware you have to make sure 
you
have everything you need selected in the kernel.  Is your network card ISA or 
PCI?
If it is PCI, compile the driver straight into the kernel - not as a module.  
If it's
ISA, it will have to be a module.

2. make-kpkg clean

3. make-kpkg --revision=smp700 kernel_image

***modules are put in the deb image, there is no need for a make-kpkg 
modules_image


4. cd ..

5. dpkg -i kernel-image-2.x.x_smp700_i386.deb

If you use a newer, 2.2.x kernel, you will not have to mv /lib/modules/2.0.36 to
/lib/modules/2.0.36.old.

Reboot your machine, re-run modconf to select the modules you want to load, then
reboot again to verify all is well.

Mail me back if you need any more help...

Jonathan.




Re: ensonique?

1999-10-21 Thread Jonathan Heaney
Charles Lewis wrote:

 I have an an ensonique 1371, and it works good. I had to enable it (as a
 module) in the kernel (2.2), and add 'es1371' to /etc/modules so that it
 loads on bootup, but haven't had any problems so far except that I can't
 figure out how to get rid of some random DMA timeouts.

 ===
 Charles Lewis, Director of Administrative Computing
 Southwestern Adventist University, Keene, TX
 (817)556-4720  [EMAIL PROTECTED]  FAX (360)397-7952
 ===

 - Original Message -
 From: T.V.Gnanasekaran [EMAIL PROTECTED]
 To: Debian User List debian-user@lists.debian.org
 Sent: Thursday, October 21, 1999 1:21 AM
 Subject: ensonique?

  Hi all,
 
  can i purchase ensonique cards? are they supported very well in 2.2.x
  kernels?
  what other 32-bit cards are very well supported and cheap. ;)
 
  -gnana
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Charles,

You could try persistent dma buffering.

Add the line

options sound dmabuf=1

under the section

### update-modules: start processing /etc/modutils/modconf

in the file /etc/conf.modules (name recently changed to modules.conf in potato).
Running modconf will sometimes lose this change so read the top of the file for
details on how to make the changes permanent.

Jonathan.


Re: qt2 packages?

1999-10-19 Thread Jonathan Heaney
Robert Rati wrote:

 The qt2 packages in potato seem to have been replaced with libqt2
 packages, but when I unpack them, I get an error saying:

 dpkg: error processing /var/cache/apt/archives/libqt2_2.0.2-0.1_i386.deb
 (--unpack):
  trying to overwrite `/usr/lib/libqimgio.so.0', which is also in package
 qt1g

 Is there a way around this conflict or is it going to be fixed soon?

 Rob

 [EMAIL PROTECTED]   1999-00 |
 Aka Khyron the Backstabber  |   LI  NN N  U U  X X  O
 ICQ# 2325055|   LI  N NN  U U   X
 |   LLL  I  N  N  UUU  X X  O
 Shackles cannot keep me bound  |  Those who can, do.
  forever.  I'm outta here. |

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Login as root at another console, go into /var/cache/apt/archives, and type

dpkg -i --force-overwrite libqt2*deb

* you might need to quit out of dselect before doing this.

You can type dpkg --force-help at a prompt to get a list of force options for 
dpkg.

This sort of thing crops up now and again with the odd package.  Usually gets 
fixed
sooner or later.

Jonathan.


Re: kde + slink

1999-10-18 Thread Jonathan Heaney
virtanen wrote:

 On Mon, 18 Oct 1999, Patrick Kirk wrote:

  Add deb http://kde.tdyc.com slink kde contrib rkrusty  to your
  /etc/apt/sources/list

 should be:

 /etc/apt/sources.list

 By the way,

 where to get these addresses in general?
 Could someone put somewhere a database for these addresses?

 hv
 [EMAIL PROTECTED]

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Someone already has.

Try this link-

http://www.internatif.org/bortzmeyer/debian/apt-sources/

Jonathan.


Re: Problems with SB 64 AWE

1999-10-17 Thread Jonathan Heaney
Stephan Hachinger wrote:

 Hello!

 I've got a problem setting up a SB Awe 64 under Linux (kernel 2.2.5). I've
 compiled the following support into it:

 Sound Blaster (SB, SBPro, SB16, clones) support (CONFIG_SB) [Y/n/?]
 Generic OPL2/OPL3 FM synthesizer support (CONFIG_ADLIB) [Y/n/?]
 /dev/dsp and /dev/audio support (CONFIG_AUDIO) [Y/n/?]
 MIDI interface support (CONFIG_MIDI) [Y/n/?]
 FM synthesizer (YM3812/OPL-3) support (CONFIG_YM3812) [Y/n/?]
 lowlevel sound driver support [Y/n/?]
 AWE32 support (CONFIG_AWE32_SYNTH) [Y/n/?]

 (according to the AWE mini howto)

 and Plug and Play support.

 I determined the IRQ etc. by looking up the resources in the WIN 95 device
 manager. But the kernel does not recognize any SB or AWE device.

 Perhaps I've determined the resources wrongly, but how to get the resource
 data? It's all ISA plug and pray, and the bios doesn't list much.

 Maybe someone has already experience with this. Thanks for any help.

 Kind Regards,

 Stephan Hachiger

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Have you configured isapnptools to set up your Awe on boot?

This has to be done before loading modules.

You also have to pass the resources info. to the module - for an Awe, the only 
two
you need to pass resources to are sb and opl3.  I wouldn't bother with the Adlib
module.

Get back to me if you need more help (email me direct).  I can remember how 
much of a
pain this was when I started with Debian / Linux.

Jonathan.


Re: problem with sound-module

1999-10-17 Thread Jonathan Heaney
Michiel Meeuwissen wrote:

 It's driving my crazy. Why doesn't it work anymore?
 warande1124:/etc# modprobe sb io=0x220 irq=5 dma=1 dma16=1 mpu_io=-1
 /lib/modules/2.2.12/misc/sound.o: invalid parameter parm_io
 /lib/modules/2.2.12/misc/sound.o: insmod /lib/modules/2.2.12/misc/sound.o 
 failed
 /lib/modules/2.2.12/misc/sound.o: insmod sb failed

 And more gravely: How do I solve it?

 --
 % Michiel Meeuwissen
 % [EMAIL PROTECTED]
 % http://www.geocities.com/mihxil

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

for the mpu_io address, try 0x330 instead of -1.

the second line of your output suggests an invalid parameter.

Jonathan


Re: Any way to install modconf on current potato?

1999-10-15 Thread Jonathan Heaney
Stuart Ballard wrote:

 Is there any way to get modconf to install on the current release of
 potato? Failing that, what are the necessary commands at the console to:
 1) See what modules my kernel is compiled to support (I know what they
 are, just not the module names - they were never mentioned in make
 xconfig)
 2) See the help on a module's parameter format
 3) Attempt to add a module into the running kernel with a given set of
 parameters
 4) Set things up so that the module I just added will be added next time
 I boot as well

 On a related note, I can't seem to get gnome-apt to install either - it
 wants an unavailable version of libapt-pkg2.5. Any ideas on this one?

 Thanks,

 Stuart.

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Stuart,

The modconf problem (as with ae, newt and whiptail) stems from an upgraded 
slang -
the other progs are yet to be updated to work with the new slang.  The only way 
to
get them to work again is to downgrade slang to an older version, if you have 
one
kicking around - the slink one might work but I don't know if it's too early a
version (haven't tried).

You can browse the modules compiled in

/lib/modules/(kernel version)/

The files in dirs there (e.g. misc, scsi, net etc) are the modules that can be 
loaded
by listing in /etc/modules.  Adding modules here causes them to load at next 
boot.  I
actually prefer to add modules manually to /etc/modules as I find modutils 
sometimes
destroys little additions I have made to the module options file (see below...),
specifically one which loads a soundbank into my Awe64.

Module loading options can be defined in /etc/conf.modules - this changed to 
the
more logical modules.conf with the recent (last night?) modutils update to 
potato.
Additions like (eg for an SB AWE32/64)

options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options opl3 io=0x388
etc

To get help on a module's parameters, you want to be reading the files in the
Documentation folder of a Kernel source - if you don't have a kernel source in
/usr/src/linux (do you roll your own?), Debian allows you to install 
documentation
e.g. with the package

kernel-doc-2.2.12 (there are other versions also)

I can't help you with the gnome-apt issue though.

Jonathan.



Re: Potato Dependancies problem.

1999-10-15 Thread Jonathan Heaney
David Natkins wrote:

 My problem:

 A new version of slang is in Potato (version  1.3)
 mc and mc-common depend on it (along with ae)
 but whiptail wants slang to be  1.3 and
 modconf depends on whiptail.
 Suggestions? (obviously a new version of modconf and whiptail with
 a depend on slang  1.3, but none is in Potato)
 --
 David Natkins
 Email to: [EMAIL PROTECTED]
 Fax to: (718) 488-1780
 Phone:  (718) 403-2474

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Everyone's having this problem at the moment, one solution is to downgrade 
slang to
an older version and put upgrading it on hold in dselect until new versions of 
the
other debs arrive that work with the new slang.  Do you have an old slang deb 
kicking
around?  I've just checked the slink version no. and it should work but I 
haven't
tried it myself.  Give it a go, but other packages you have may depend on a 
newer
version, which might scupper the idea.

Jonathan.


Re: [OT] alsa compatible sound recorder?

1999-09-28 Thread Jonathan Heaney
Noah L. Meyerhans wrote:

 -BEGIN PGP SIGNED MESSAGE-

 I'm trying to rip some mp3s off some records (yes, vinyl) that I've got,
 but I'm having a hard time finding a decent tool for the job.  I've got
 the turntable plugged in to the Line In port on my Trident 4D Wave
 soundcard, and I can play records and hear then (albeit faintly, even with
 input volume at 100%) from my speakers.  However, I can't record anything.
 I've tried wavr from the wavtools package, but it segfaults when I pass it
 the -l flag (which tells it to use line in).  I can get wavr to work if
 the turntable is plugged in to the Mic port on the soundcard, but that
 port only supports mono, and the quality is poor.

 I've also tried ecasound from http://www.wakkanet.fi/~kaiv/ecasound/ which
 is supposed to natively support ALSA, but it doesn't seem to do anything.
 It just eats up CPU cycles with calls to
 sched_yield(0x401e5810, 0xbb30, 0, 0xbb30, 0xbb54) = 0

 So, I'm stumped, and I'm looking for ideas for other tools to try.  It
 would be cool if it was in .deb format, but at this point I'll try
 anything.  Any suggestions are much appreciated.  Thanks in advance!

 Noah

   PGP public key available at
   http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html
   or by 'finger -l [EMAIL PROTECTED]'

 -BEGIN PGP SIGNATURE-
 Version: 2.6.2

 iQCVAwUBN/AfuodCcpBjGWoFAQFvtgP/QIxP+LRy6OpBgoLw0zyT4GzFfRycCivh
 BmOrq5wNQROB4Dy1TIQ2tScw5Zp9VMbWKhSSkZZrpzPkvjyHx9yarnYSV5+kRxcp
 47ZqrnGKXWMaUxVJMb318Hb37NitTj1n8cDPDpMPi/8zJZMuJUjRI+zloLJ9+R6M
 gipkdaz0+yQ=
 =yEtA
 -END PGP SIGNATURE-

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Like Seth points out, the turntable does not have a line level (2v max) output, 
but
is down in the millivolt range like a microphone, which is why you get something
through the mic input.

Use your soundcard like a tape recorder i.e. connected through a tape loop's 
inputs /
outputs of your amplifier (assuming it has at least one tape loop - probably 
needs to
be a 'separate' for that).  The amp should automatically route its active input
through the tape loop (as well as to the speakers).

Jonathan.


Re: ppp how to use ppp for a normal user?

1999-09-28 Thread Jonathan Heaney
Herve BRUNEL wrote:

 I installed Debian slink and kernel 2.2.11 with success

 i can use my internet connexion as root, but i don't find how to run it like 
 an user.

 I try, unsuccessfuly, to change attribut of /usr/sbin/pppd and script I 
 created as root.

 the message is always the same  you must be root to run pppd

 Is there anyone to help me

 Thanks

 Hervé

 --
 mailto: [EMAIL PROTECTED]
 http://www.ulice.linuxfr.org
 association des utilisateurs de Linux et des logiciels libres du Centre

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Add any users you want to be able to use ppp to the group dip.  You can then 
use pon /
poff, e.g. (as root)

adduser jon dip

Jon can then use ppp.

Jonathan.


Re: Kppp for normal users

1999-09-02 Thread Jonathan Heaney
John Hall wrote:

 I've been able to set up and use Kppp as root, but of course I don't
 want to surf the web as root. How do I use pppd as a normal user. Do I
 need to write a special setuid. If so, how do I? Thanx

 -J (beggining linux user)

 P.s. This subject really should be more user friendly for single-user
 operators of Linux. I've been trying to get my Linux machine online for
 a few days on end.
 __
 Do You Yahoo!?
 Bid and sell for free at http://auctions.yahoo.com

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

add yourself to the group pid eg
adduser jon pid
as root

that should let you dial in as a normal user

as for kppp I don't know

Jonathan


Re: Kppp for normal users

1999-09-02 Thread Jonathan Heaney
[EMAIL PROTECTED] wrote:

 On Thu, Sep 02, 1999 at 05:29:09PM +, Jonathan Heaney wrote:
  John Hall wrote:
 
   I've been able to set up and use Kppp as root, but of course I don't
 [...]
 
  add yourself to the group pid eg
  adduser jon pid
  as root
 
  that should let you dial in as a normal user

 Isn't that dip instead of pid ??

 Kenward

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

ah, typing too fast and hitting send without looking.

dip is the right group

j


Re: modules loading (possibly zip driver quesiton too...)

1999-09-01 Thread Jonathan Heaney
Stephen Pitts wrote:

 On Fri, Aug 27, 1999 at 08:47:20AM -0400, Jon Hughes wrote:
  I just posted a question last night about some problems with a ZIP drive.
  One thing I read that could be a possible solution is the module lp is
  loading before ppa (at least, that's what the book says...).  I haven't yet
  figured out in Debian where to set up which modules load when in what
  filecan anyone point me in the right direction?
 

 The best way is to have the kernel load modules on demand via kmod.
 Unfortunately, there are times (ide-scsi comes to mind), where there is
 no elegant way to do that. /etc/modules contains a list of modules
 loaded at boot time.
 --
 Stephen Pitts
 [EMAIL PROTECTED]
 webmaster - http://www.mschess.org

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

The util you want is modconf - it's the bit that runs when you're installing 
debian
for the first time.

As root, run modconf and find the lp and ppa modules, then remove them both.  
You'll
find lp in misc section and ppa in scsi.  Remove both modules (ppa one probably 
isn't
installed though), then re-install them but be sure to do ppa first, then lp.

modconf controls the order of modules loading from the file /etc/modules - 
which you
can edit by hand, incidentally, as well as by using modconf.  Just re-order the
modules.

Another thing - it might depend on your vintage of zip drive - if it's a newer 
drive,
you might need to use the imm module instead of ppa.  Mine is old, so I need 
ppa.
Again, make sure to load imm first from modconf.

Hope this gets you up and running .

Jonathan