[expert] APIC errors

2001-05-03 Thread Larry Sword

Help

Unit: Abit Motherboard w/ 2x366 Celerons OC to 550MHz.
VGA: Maxtor 400 @ IRQ 18
SC:  Soundblaster Live @ IRQ 17
Memory: 256Mb
OS: Linux-Mandrake 8.0 SMP Kernel

1. After loading Linux-Mandrake Version 8.0 I'm finding the following
message:

May  2 18:15:09 sword kernel: Unknown bridge resource 0: assuming
transparent
May  2 18:25:23 sword kernel: APIC error on CPU0: 00(08)
May  2 18:25:23 sword kernel: APIC error on CPU1: 00(04)
May  2 18:33:06 sword kernel: APIC error on CPU0: 08(02)
May  2 22:27:21 sword kernel: APIC error on CPU0: 02(02)
May  3 08:57:16 sword kernel: Unknown bridge resource 0: assuming
transparent
May  3 18:39:57 sword kernel: APIC error on CPU0: 00(02)

This is after opening xmms and playing a location radio station such as
Live365.
I've checked numerous time and the message occurs only after I use xmms
for any reason.

2. Things I've tried without success.

Reduced the cpu speed to 366 (original speed of cpu)
Changed MPC to and  from 1.1 to 1.4

Any thought on what could be causing this and have any others
experienced this
type of behavior in L-M 8.0?

Thank you

Larry







Re: [expert] Problem compling kernel in Mandrake 8.0

2001-05-03 Thread John Wolford

To be precise, the how-to's give the order thusly:

make dep clean modules modules_install bzdisk
and then later "depmod -a" and then if you're happy with everything when you
boot up with your floppy, back into /usr/src/linux and
make install

I think you modules_install implies modules, but still the point is that you
are making the image before the modules. Could that have something to do with
it?

j


--- Robert V Fleisig <[EMAIL PROTECTED]> wrote:
> I'm trying to compile the kernel provided by kernel-source-2.4.3-20mdk. 
> I do (as root):
> 
> cd /usr/src/linux
> make dep
> make clean
> make bzImage
> make modules
> 
> This is where I run into problems. Please see the attached log.
> 
> Regards,
> Robert
> > make -C  kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe 
> -march=i586 -DMODULE -DMODVERSIONS -include
> /usr/src/linux-2.4.3/include/linux/modversions.h" MAKING_MODULES=1 modules
> make[1]: Entering directory `/usr/src/linux-2.4.3/kernel'
> make[1]: Nothing to be done for `modules'.
> make[1]: Leaving directory `/usr/src/linux-2.4.3/kernel'
> make -C  drivers CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe 
> -march=i586 -DMODULE -DMODVERSIONS -include
> /usr/src/linux-2.4.3/include/linux/modversions.h" MAKING_MODULES=1 modules
> make[1]: Entering directory `/usr/src/linux-2.4.3/drivers'
> make -C atm modules
> make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/atm'
> ld -m elf_i386 -r -o fore_200e.o fore200e.o fore200e_pca_fw.o
> make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/atm'
> make -C block modules
> make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/block'
> make -C paride modules
> make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/block/paride'
> make[3]: Nothing to be done for `modules'.
> make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/block/paride'
> make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/block'
> make -C cdrom modules
> make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/cdrom'
> make[2]: Nothing to be done for `modules'.
> make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/cdrom'
> make -C char modules
> make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/char'
> make -C agp modules
> make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/char/agp'
> ld -m elf_i386  -r -o agpgart.o agpgart_fe.o agpgart_be.o
> make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/agp'
> make -C drm modules
> make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/char/drm'
> ld -m elf_i386 -r -o gamma.o gamma_drv.o  gamma_dma.o drmlib-mod.a
> ld -m elf_i386 -r -o tdfx.o tdfx_drv.o tdfx_context.o
> drmlib-mod.a
> ld -m elf_i386 -r -o r128.o r128_drv.o   r128_cce.or128_context.o
> r128_bufs.o r128_state.o drmlib-mod.a
> ld -m elf_i386 -r -o radeon.o radeon_drv.o radeon_cp.o   radeon_context.o
> radeon_bufs.o radeon_state.o drmlib-mod.a
> ld -m elf_i386 -r -o mga.o mga_drv.omga_dma.o mga_context.o 
> mga_bufs.o  mga_state.o drmlib-mod.a
> ld -m elf_i386 -r -o i810.o i810_drv.o   i810_dma.oi810_context.o
> i810_bufs.o drmlib-mod.a
> make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/drm'
> make -C ftape modules
> make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/char/ftape'
> make -C compressor modules
> make[4]: Entering directory
> `/usr/src/linux-2.4.3/drivers/char/ftape/compressor'
> /usr/bin/kgcc -D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall
> -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe 
> -march=i586 -DMODULE -DMODVERSIONS -include
> /usr/src/linux-2.4.3/include/linux/modversions.h   -c -o zftape-compress.o
> zftape-compress.c
> In file included from /usr/src/linux-2.4.3/include/linux/mm.h:4,
>  from zftape-compress.c:35:
> /usr/src/linux-2.4.3/include/linux/sched.h:6: nondigits in number and not
> hexadecimal
> /usr/src/linux-2.4.3/include/linux/sched.h:6: nondigits in number and not
> hexadecimal
> /usr/src/linux-2.4.3/include/linux/sched.h:6: parse error before `7b16c344'
> /usr/src/linux-2.4.3/include/linux/sched.h:6: warning: function declaration
> isn't a prototype
> make[4]: *** [zftape-compress.o] Error 1
> make[4]: Leaving directory
> `/usr/src/linux-2.4.3/drivers/char/ftape/compressor'
> make[3]: *** [_modsubdir_compressor] Error 2
> make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/ftape'
> make[2]: *** [_modsubdir_ftape] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/char'
> make[1]: *** [_modsubdir_char] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.3/drivers'
> make: *** [_mod_drivers] Error 2
> 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




Re: [expert] httpd

2001-05-03 Thread Anthony C. Cheng

I uncommented ServerName localhost, and httpd -t now gives me Synatx
OK.  WIll I have any problems in the future since I uncommented this line?

Thanks

On Thu, 3 May 2001, Ed Weinberg wrote:

> On Wed, 2 May 2001 19:37:10 -0400 (EDT), "Anthony C. Cheng"
> <[EMAIL PROTECTED]> wrote:
> 
> >Hi, 
> >
> >I installed Mandrake 8, and I cannot get the apache server to
> >start.  httpd always fails at start up.  Any ideas on how I can get it
> >running?
> 
> What error does it give?  You can try "/usr/sbin/httpd -t" and it will
> test your configuration files.
> 
> Usually when I have a problem on a new, untouched system, the problem
> it is because Apache cannot figure out who it is by querying the
> nameserver.  Are you using a real domain name?  If not, uncomment the
> line:
> #ServerName localhost
> and see if it starts.
> 
> 
> Ed Weinberg, Q5 Comm, LLC.
> [EMAIL PROTECTED]
> tel 914-713-7222
> fax 914-713-7227 
> Connecting you to the internet...
> 





Re[2]: [expert] xanim doest not work (Can't Open /dev/dsp device)

2001-05-03 Thread Rusty Carruth

Bill Kenworthy <[EMAIL PROTECTED]> wrote:
> Actually, I thought the correct procedure was to add the user to the
> audio group, allowing control over who can/cant play sound.  I think
> there is a case to have audio added as a default group to any user
> created though.

Hmm. This makes me think you want /dev/dsp to be mode 662, with
owner/group being root/audio.  This way anyone could write to it
(is that useful?) but only those in audio or root could read it,
just in case you care about eavesdroppers...

Just a thunk..

rc


Rusty Carruth  Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825
ICBM: 33 20' 44"N   111 53' 47"W




Re: [expert] Problem compling kernel in Mandrake 8.0

2001-05-03 Thread Kenneth Lierman Jr.

I had the same problem on 2 different computers suddenly it started
working on one of my computers, and i noticed it was using gcc instead of
kgcc.  No idea if that's important, or why it's doing that.

Also, i did a clean install of 8.0 on a friends computer and it failed in
the same way...

Ken




Re: [expert] xanim doest not work (Can't Open /dev/dsp device)

2001-05-03 Thread Bill Kenworthy

Actually, I thought the correct procedure was to add the user to the
audio group, allowing control over who can/cant play sound.  I think
there is a case to have audio added as a default group to any user
created though.

BillK


Rial Juan wrote:
> 
> Permissions. I usually make /dev/dsp world writable, that solves the
> problem.
> 
> I never understood why only root is allowed to play sound on a freshly
> installed system; this forces users to either work as root all the time
> (insecure) or modify the permissions anyway, so why don't modern distros
> set up the permissions right from the start and save us a couple o'
> keystrokes?
>




Re: [expert] Re: Are you sure that IP Virtual Server is supported by the kernel

2001-05-03 Thread Francisco Alcaraz Ariza

Civileme, the file was /etc/rc.d/init.d/lvs; I commented some lines and now 
not more error messages in startup ^_^

MDK 8.0 look great now, not errors, true graphic acceleration, Usb Scanner, 
DVD (xine and videoland runs fine using xvideo), ip-maskering, printers, 
cable-modem, sound. 

What more could I ask for!
:-( Yeah!, the pcmcia ethernet card in the laptop (Ovislink fast ethernet), 
but is very difficult (nobody in the world seemed to have reached that); 
perhaps change to a clearly compatible with linux.
The happyness never could be complete, could it?

See you, thanks for your attention; I look forward to hearing from you and 
crashtesters runing again ^_^


__
Francisco Alcaraz
Murcia (Spain)


El Jue 03 May 2001 16:56, escribiste:
> On Thursday 03 May 2001 19:18, you wrote:
> > Actually I don't understand to much Civileme but, Is there any way to
> > make the error message dissapear?
>
> There is always a way to make a bootup error message disappear unles it is
> direct from the kernel.
>
> Most such messages are generated by initscripts.  To find where yours is
> omig from fairly rapidly, get into a terminal, su to root, cd to /etc/rc.d/
> and
>
> # rgrep -i -l -r "ipvsadm" /etc/rc.d
>
> That should find you yht call or calls that might be generating the error
> message.  Comment out the appropriate lines (watch that you don't break
> loops, either take them out or leave them alone), and no more error
> messages.
>
> It is not necessarily a good practice to do this--usually error messages
> mean something important, but sometimes they are spurious as this one
> appears to be.
>
> 
>
> Civileme





[expert] Konqueror fails .gif

2001-05-03 Thread Todd Flinders

I seem to be having a problem displaying .gifs with
Konqueror.  For example, the .gifs on the front page
(each of the for corners of their box) don't display. 
Does anyone have any ideas?

.gifs display normally in Netscape 4.77.

I'm using Mandrake 8.0.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




[expert] Konqueror fails .gif

2001-05-03 Thread Todd Flinders

WHOOPS!  Messed up that last post.  Sorry.  Here's the
corrected request:

I seem to be having a problem displaying .gifs with
Konqueror.  For example, the .gifs on the front page
of tuxgames.com (each of the for corners of their box)
don't display.  Does anyone have any ideas?

.gifs display normally in Netscape 4.77.

I'm using Mandrake 8.0.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




Re: [expert] Update-Alternatives

2001-05-03 Thread Todd Flinders

rpm-4.0-26mdk-i586.rpm

--- SoloCDM <[EMAIL PROTECTED]> wrote:
> What RPM file for LM8.0 has update-alternatives?
> 
> Note: When you reply to this message, please include
> the mailing
>   list/newsgroup address and my email address in
> To:.
> 
>
*
> Signed,
> SoloCDM
> 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




[expert] Problem compling kernel in Mandrake 8.0

2001-05-03 Thread Robert V Fleisig

I'm trying to compile the kernel provided by kernel-source-2.4.3-20mdk. 
I do (as root):

cd /usr/src/linux
make dep
make clean
make bzImage
make modules

This is where I run into problems. Please see the attached log.

Regards,
Robert


make -C  kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe  -march=i586 
-DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.3/include/linux/modversions.h" 
MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.4.3/kernel'
make[1]: Nothing to be done for `modules'.
make[1]: Leaving directory `/usr/src/linux-2.4.3/kernel'
make -C  drivers CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe  -march=i586 
-DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.3/include/linux/modversions.h" 
MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.4.3/drivers'
make -C atm modules
make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/atm'
ld -m elf_i386 -r -o fore_200e.o fore200e.o fore200e_pca_fw.o
make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/atm'
make -C block modules
make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/block'
make -C paride modules
make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/block/paride'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/block/paride'
make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/block'
make -C cdrom modules
make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/cdrom'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/cdrom'
make -C char modules
make[2]: Entering directory `/usr/src/linux-2.4.3/drivers/char'
make -C agp modules
make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/char/agp'
ld -m elf_i386  -r -o agpgart.o agpgart_fe.o agpgart_be.o
make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/agp'
make -C drm modules
make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/char/drm'
ld -m elf_i386 -r -o gamma.o gamma_drv.o  gamma_dma.o drmlib-mod.a
ld -m elf_i386 -r -o tdfx.o tdfx_drv.o tdfx_context.o drmlib-mod.a
ld -m elf_i386 -r -o r128.o r128_drv.o   r128_cce.or128_context.o r128_bufs.o 
r128_state.o drmlib-mod.a
ld -m elf_i386 -r -o radeon.o radeon_drv.o radeon_cp.o   radeon_context.o 
radeon_bufs.o radeon_state.o drmlib-mod.a
ld -m elf_i386 -r -o mga.o mga_drv.omga_dma.o mga_context.o  mga_bufs.o  
mga_state.o drmlib-mod.a
ld -m elf_i386 -r -o i810.o i810_drv.o   i810_dma.oi810_context.o i810_bufs.o 
drmlib-mod.a
make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/drm'
make -C ftape modules
make[3]: Entering directory `/usr/src/linux-2.4.3/drivers/char/ftape'
make -C compressor modules
make[4]: Entering directory `/usr/src/linux-2.4.3/drivers/char/ftape/compressor'
/usr/bin/kgcc -D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall -Wstrict-prototypes 
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe  -march=i586 -DMODULE 
-DMODVERSIONS -include /usr/src/linux-2.4.3/include/linux/modversions.h   -c -o 
zftape-compress.o zftape-compress.c
In file included from /usr/src/linux-2.4.3/include/linux/mm.h:4,
 from zftape-compress.c:35:
/usr/src/linux-2.4.3/include/linux/sched.h:6: nondigits in number and not hexadecimal
/usr/src/linux-2.4.3/include/linux/sched.h:6: nondigits in number and not hexadecimal
/usr/src/linux-2.4.3/include/linux/sched.h:6: parse error before `7b16c344'
/usr/src/linux-2.4.3/include/linux/sched.h:6: warning: function declaration isn't a 
prototype
make[4]: *** [zftape-compress.o] Error 1
make[4]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/ftape/compressor'
make[3]: *** [_modsubdir_compressor] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.3/drivers/char/ftape'
make[2]: *** [_modsubdir_ftape] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.3/drivers'
make: *** [_mod_drivers] Error 2



Re: [expert] .htaccess in Apache

2001-05-03 Thread Stephen Lawrence Jr.


The .htaccess file goes in the protected folder, the .htpasswd folder should
be placed somewhere "NOT" in your webserver document root.
What does your .htaccess look like? Have you run 'htpasswd' to create
a .htpasswd file already?
 
-- 
Stephen Lawrence Jr. - Programmer
[EMAIL PROTECTED]
California Animal Health & Food Safety Laboratory System, UC Davis 
(530)-752-4614
 
 
Devin Rader wrote:
OKI am having problems with using an .htaccess
file and Apache.  I have
create an .htaccess file and a .htpasswd file in the directory I want
to
restrict access to, but it is still not working.  Do I need to
set file or
folder permissions in the folder too, or change some conf setting in
Apache?
Thanks!
Devin M. Rader
Internet Technologies Consultant
Partec Inc.
[EMAIL PROTECTED]
www.partecinc.com
St. Louis .NET user Group
Webmaster
www.stlnet.org
ICQ: 7389196  AIM: iynx01


 


[expert] Re: Are you sure that IP Virtual Server is supported by the kernel

2001-05-03 Thread Francisco Alcaraz Ariza

Actually I don't understand to much Civileme but, Is there any way to make 
the error message dissapear?

___
Francisco Alcaraz
Murcia (Spain)


El Jue 03 May 2001 16:03, escribiste:
> On Thursday 03 May 2001 18:56, you wrote:
> > Dear Civileme
> > Here I am again after a esplendid week when we have finally discovered
> > the cause of X crashes in MDI 8 using a Vodoo3 3000; thanks of 4 or 5
> > users changing experiences in the expert list ^_^
> >
> > Well I would like to comment you an error message in the start of my
> > computer; Aurora detect the error, and the messages in some of the
> > /var/log/ files is the next:
> >
> > ipvsadm: Could not open the /proc/net/ip-masq/vsfile
> > Ipvsadm: Are you sure that IP Virtual Server is supported by the kernel.
> >
> > I don't know enough linux init to be sure, but it seems that the messages
> > are related to the ip masquering; if this is true I can't understand,
> > because ip-masquering runs fine and I can conect my Toshiba laptop to my
> > man computer and use the cable-modem conected to the big computer from
> > both, the laptop and the big one.
> >
> > Simply, I would like to know exactly was the error means and if it is
> > possible erase the sad face :-( in the aurora screen. And, of course,
> > learn something new about linux.
> >
> > Thanks a lot for your kind attention, yours sincerely
>
> I believe these messages are artifacts of the changeover from ipchains to
> iptables, and of the kernel itself which has working iptables but with some
> oddities.
>
> Civileme
>




Re: [expert] Re: Are you sure that IP Virtual Server is supported by the kernel

2001-05-03 Thread Civileme

On Thursday 03 May 2001 19:18, you wrote:
> Actually I don't understand to much Civileme but, Is there any way to make
> the error message dissapear?
>
There is always a way to make a bootup error message disappear unles it is 
direct from the kernel.

Most such messages are generated by initscripts.  To find where yours is omig 
from fairly rapidly, get into a terminal, su to root, cd to /etc/rc.d/ and

# rgrep -i -l -r "ipvsadm" /etc/rc.d

That should find you yht call or calls that might be generating the error 
message.  Comment out the appropriate lines (watch that you don't break 
loops, either take them out or leave them alone), and no more error messages.

It is not necessarily a good practice to do this--usually error messages mean 
something important, but sometimes they are spurious as this one appears to 
be.



Civileme




Re: [expert] Mandrake 8.0 & Voodoo DRI

2001-05-03 Thread Francisco Alcaraz Ariza

Thanks John.

BDW, I have sent a message to kde informing about the bug in kdm; I hope they 
improve that excelent windows manager for linux.

See you

_
Francisco Alcaraz
Murcia (Spain)

El Jue 03 May 2001 14:20, escribiste:
> Sorry, that's what I meant kdm.anyway I edited /etc/X11/prefdm and
> made the following change:
>
> preferred=
> if [ -f /etc/sysconfig/desktop ]; then
> . /etc/sysconfig/desktop >/dev/null 2>&1
> [ -n "$DISPLAYMANAGER" ] && DESKTOP=$DISPLAYMANAGER
> if [ "$DESKTOP" = GNOME -o "$DESKTOP" = Gnome ]; then
> preferred=gdm
> elif [ "$DESKTOP" = "KDE" -o "$DESKTOP" = "KDE1" -o "$DESKTOP" =
> "KDE2" ]; then
> preferred=/usr/bin/gdm
> elif [ "$DESKTOP" = AnotherLevel ] ; then
> preferred=/usr/X11R6/bin/gdm
> fi
> fi
>
>
> Notice in the last two preferred statements I changed kdm to gdm.  this
> was documented in an email from someone else whose name escapes me about
> four days ago, so he should get the credit for this fix.  He did note that
> although this is not the preferred method for affecting this fix it does
> work.

-- 
Francisco Alcaraz
Murcia (Spain)




[expert] .htaccess in Apache

2001-05-03 Thread Devin Rader

OKI am having problems with using an .htaccess file and Apache.  I have
create an .htaccess file and a .htpasswd file in the directory I want to
restrict access to, but it is still not working.  Do I need to set file or
folder permissions in the folder too, or change some conf setting in Apache?

Thanks!

Devin M. Rader 
Internet Technologies Consultant 
Partec Inc. 
[EMAIL PROTECTED] 
www.partecinc.com 

St. Louis .NET user Group
Webmaster
www.stlnet.org

ICQ: 7389196  AIM: iynx01 





Re: [expert] Mandrake 8.0 & Voodoo DRI

2001-05-03 Thread Francisco Alcaraz Ariza

John the problem is not with xdm, that also works fine, but kdm, an 
equivalent to xdm created to KDE.
BDW, how did you do the change? (I would like to learn more linux ^_^)

See you

El Jue 03 May 2001 13:13, escribiste:
> I can recreate the same.  I have switched to using GDM as my login manager
> and everything works just fine.  It appears that the problem is casued
> somehow by xdm.  An earlier message explaind how to always use gdm instead
> of xdm, but it did involve hardcoding a file instead of just switching kde
> to gdm in /etc/sysconfig/desktop.

-- 
Francisco Alcaraz
Murcia (Spain)




Re: [expert] Mandrake 8.0 & Voodoo DRI

2001-05-03 Thread John Kloian III

Sorry, that's what I meant kdm.anyway I edited /etc/X11/prefdm and
made the following change:

preferred=
if [ -f /etc/sysconfig/desktop ]; then
. /etc/sysconfig/desktop >/dev/null 2>&1
[ -n "$DISPLAYMANAGER" ] && DESKTOP=$DISPLAYMANAGER
if [ "$DESKTOP" = GNOME -o "$DESKTOP" = Gnome ]; then
preferred=gdm
elif [ "$DESKTOP" = "KDE" -o "$DESKTOP" = "KDE1" -o "$DESKTOP" =
"KDE2" ]; then
preferred=/usr/bin/gdm
elif [ "$DESKTOP" = AnotherLevel ] ; then
preferred=/usr/X11R6/bin/gdm
fi
fi


Notice in the last two preferred statements I changed kdm to gdm.  this
was documented in an email from someone else whose name escapes me about
four days ago, so he should get the credit for this fix.  He did note that
although this is not the preferred method for affecting this fix it does
work.


-- 
//
//
/  John Kloian III Chief Technology Officer  /
/  OpNIX, Inc. http://opnix.com  /
//
/ .Innovating Internet Intelligence. /
//
//

On Thu, 3 May 2001, Francisco Alcaraz Ariza wrote:

>John the problem is not with xdm, that also works fine, but kdm, an
>equivalent to xdm created to KDE.
>BDW, how did you do the change? (I would like to learn more linux ^_^)
>
>See you
>
>El Jue 03 May 2001 13:13, escribiste:
>> I can recreate the same.  I have switched to using GDM as my login manager
>> and everything works just fine.  It appears that the problem is casued
>> somehow by xdm.  An earlier message explaind how to always use gdm instead
>> of xdm, but it did involve hardcoding a file instead of just switching kde
>> to gdm in /etc/sysconfig/desktop.
>
>





Re: [expert] Hacked?

2001-05-03 Thread Craig Sprout

David Rankin wrote:

Hello, David--

First off, let me state that I may be totally off base on this, but
here's my .02 anyway!  :)

> What does it look like to you guys? What are your suggestions for fixing
> it so it doesn't happen again? Where do I report this unauthorized use?

I get these all the time, and as near as I can tell, they're just making
a connection, trying to log in and getting nothing.  Then going away.  

Still and all, I assume that you have checked xfer.log, auth.log, last
and so forth, and have found them to be without gaps?  You don't have
any .bash_history files suddenly linked to /dev/null or anything funny
like that?  It might be worth your time to conjure up some `find' magic
on your system, to find any files that might have been modified around
that time.

To prevent it from happening again?  You could tighten up access using
hosts.allow and hosts.deny, and only allow from known hosts.  I believe
that xinetd has this facility, too.  If not, it would certainly be in
tcpd.  Or in your ipchains script, if you have one.  Or, you could turn
off the ftp server and use scp instead, unless you have a compelling
reason for keeping your ftp daemon running.

Reporting:  Really all you can do (to my knowledge) is contact the owner
(hostmaster) of that netblock and copy over the excerpts of your logs,
indicating the time, date and timezone that they indicate, and hope for
the best.  Since they are .kr, I wouldn't expect a real rapid response.

Again, I'm certainly no expert on this, so if any expert does want to
correct me, I'm more than willing!  :)

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine, Inc.
http://www.crownpartsandmachine.com/





[expert] BlackBox Themes

2001-05-03 Thread george . jones

I'm having the toughest time trying to figure out how to use a theme in
Black Box on LM 7.2. In 7.02, there was a list of themes right in the menu,
but 7.1 and 7.2 changed that. Any tips?





RE: [expert] Master vs slave and booting LM8 CD

2001-05-03 Thread Robert Jewell



I'm having the same problem.. your solution doesn't work.. 
it just fixed hdb back to empty.   i've tried plugging the cdrom in as 
slave and master.
 
i'm totally befustered.   it's a duron600, FIC 
board.   it stop while playing with a ramdisk.  what could 
possibly be wrong there?   
 
 
 
>> -Original Message->> From: 
[EMAIL PROTECTED]>> [mailto:[EMAIL PROTECTED]]On 
Behalf Of Chaffey, Jason>> Sent: Friday, April 27, 2001 2:21 
PM>> To: '[EMAIL PROTECTED]'>> Subject: [expert] 
Master vs slave and booting LM8 CD>> 
Hi. I have started upgrading some of the linux boxes at 
work and have>> come across an interesting problem. Booting up the LM 
8.0 install>> CD has worked on only about half the machines so 
far. The interesting thing is that the machines that 
booting actually>> worked on had the cdrom as the secondary slave. If 
the cdrom>> was the secondary master, it would crash during the second 
stage.>> Here is what I see: Please wait: 
Trying to access a CDROM disc (drive LTN526S)>> >Error! Could not 
open compressed ramdisk file>> 
(/tmp/image/Mandrake/base/mdkint_stage2.bz2).>>   (press 
 to proceed) error in exec of stage 2 
:-(>> FATAL ERROR IN STAGE 1: No such file or 
directory Does anyone have a quick fix for this (without 
me having to open>> the box)?
Jason>>I have a maybe fix that you can try.>At the 
installation splash screen press F3 and at the boot prompt enter:>linux 
hdb=cdrom and press enter.>>This assumes that 
you wish to run the install in graphics mode and that you>only have 1 
device connected to your 1st ide channel.>The parameters can be changed 
as necessasary for your actual setup.
>>>Charles  
(-:>>Forever never goes beyond 
tomorrow.>


Re: [expert] Mandrake 8.0 & Voodoo DRI

2001-05-03 Thread John Kloian III

I can recreate the same.  I have switched to using GDM as my login manager
and everything works just fine.  It appears that the problem is casued
somehow by xdm.  An earlier message explaind how to always use gdm instead
of xdm, but it did involve hardcoding a file instead of just switching kde
to gdm in /etc/sysconfig/desktop.

-- 
//
//
/  John Kloian III Chief Technology Officer  /
/  OpNIX, Inc. http://opnix.com  /
//
/ .Innovating Internet Intelligence. /
//
//

On Wed, 2 May 2001, Joerg Mertin wrote:

>Hi Folks,
>
>I got similar Setup - and just tested it. Started up in Runlevel 3 mode
>(Means, not X-Windowed Mode), run a: "startx" at the console (default config
>goes to 16bpp) - and the  Q3 worked as did all other §d-Based games.
>Resolution switching worked too without a Problem.
>
>If I start into X-Window (KDM), I can't switch resolutions. I think the Bug
>is in there somehow ...
>
>Cheers
>
>   The Smurph
>





Re: [expert] Mandrake 8.0, ALSA, Sound drivers will not load....

2001-05-03 Thread Chmouel Boudjnah

Chuck Reed <[EMAIL PROTECTED]> writes:

> I have tried this on two completely different installs (meaning
> different hardware), but I am getting the exact same problem.  When
> issuing the command: modprobe snd-card-ymfpci (or whatever your sound
> card might be) I get the following error message:

trie the ympci driver of oss ?




[expert] Mandrake 8.0, ALSA, Sound drivers will not load....

2001-05-03 Thread Chuck Reed

I have tried this on two completely different installs (meaning
different hardware), but I am getting the exact same problem.  When
issuing the command: modprobe snd-card-ymfpci (or whatever your sound
card might be) I get the following error message:

/lib/modules/2.4.3-20mdk/alsa/snd-card-ymfpci.o.gz: init_module: No such
device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters
/lib/modules/2.4.3-20mdk/alsa/snd-card-ymfpci.o.gz: insmod
/lib/modules/2.4.3-20mdk/alsa/snd-card-ymfpci.o.gz failed
/lib/modules/2.4.3-20mdk/alsa/snd-card-ymfpci.o.gz: insmod
snd-card-ymfpci failed

This happens on both of my setups with the only difference being that
the sound card name implied is differnet.  So why cannot the module for
the sound cards be loaded?  If the default IO or IRQ is wrong, how and
where do I change it. lspci will return and identifies the sound card
IO.  It seems to be just something simple that I am missing but I am not
sure what.  Any suggestions or help would be appreciated.




Re: [expert] Compiling Nvidia-driver for SMP kernel

2001-05-03 Thread Erik Günther

On Thu, 3 May 2001, Rial Juan wrote:

>
> I also have smp; I just grabbed the src.rpm from their site, did a 'rpm
> --rebuild' on it, and it works like a charm.
>

Could you please send that rpm to me so I try?

BTW don't send the rpm to the expert-list some maileservers and users will
probobly be uppset ;-)



-- 

   /EgU

* Erik (EgU) Günther can be found at:
  Netch Technologies AB | www.netch.se/~erikg
  +46 (0)46 - 272 46 35 | [EMAIL PROTECTED]

* Fortune:
Quigley's Law:
Whoever has any authority over you, no matter how small, will
atttempt to use it.





Re[2]: [expert] xanim doest not work (Can't Open /dev/dsp device)

2001-05-03 Thread Rusty Carruth

Rial Juan <[EMAIL PROTECTED]> wrote:
> 
> Permissions. I usually make /dev/dsp world writable, that solves the
> problem.
> 
> I never understood why only root is allowed to play sound on a freshly
> installed system; this forces users to either work as root all the time
> (insecure) or modify the permissions anyway, so why don't modern distros
> set up the permissions right from the start and save us a couple o'
> keystrokes?

Maybe because you may not really want world access to the ability to 
LISTEN to anything around your machine, eh?

Unless you meant chmod 622 /dev/dsp as opposed to chmod 666 /dev/dsp...

rc


Rusty Carruth  Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825
ICBM: 33 20' 44"N   111 53' 47"W




[expert] Mobility 200E USB Hub

2001-05-03 Thread Arnaud . ATOCH

I got a Mobility 200E Usb hub with 2 PS/2 connectors for mouse and keyboard.

I can not make both (mouse and keyboard) work at the same time. Depending on
which module is loaded first mouse or keyboard, the other one does not
function.

In /proc/bis/usb/devices, both PS/2 connectors are shown as a single USB
device named "Mobility keyboard and mouse".

Is there a way to fix that ? some special option to insmod ?

Thanks.




Re: [expert] Compiling Nvidia-driver for SMP kernel

2001-05-03 Thread Rial Juan


I also have smp; I just grabbed the src.rpm from their site, did a 'rpm
--rebuild' on it, and it works like a charm.

On 2001.05.03 08:52 Erik Günther wrote:
> 
> I have now tried several times to compile my Nvidia driver (from Nvidia)
> but no success. It always compiles and always fails to load the module
> into the kernel becouse on several unresulved symbols. So I think I do
> the
> same misstake over and over agin but what?
> 
> I have tried:
> 
> Unziping the tar and make.
> Unziping the tar and make SYSINCLUDE="/usr/src/linux/include"
> rpm --rebuild NVIDIA_kernel.rpm
> rpm --rebuild --target=i586 NVIDIA_kernel.rpm
> 
> All build, all faild to load the module. I prefer to use rpm and if I get
> a success with tar I can easy include that into the RPM.
> 
> 
> I have:
> Linux-Mandrak 8.0 (kernel 2.4.3. as you didn't know that ;-) )
> two P3 800Mhz (SMP)
> Nvidia Geforce2 Ultra (Asus7700)
> 
> 
> -- 
> 
>/EgU
> 
> * Erik (EgU) Günther can be found at:
>   Netch Technologies AB | www.netch.se/~erikg
>   +46 (0)46 - 272 46 35 | [EMAIL PROTECTED]
> 
> * Fortune:
> Today is the tomorrow you worried about yesterday.
> 
> 
-- 
Rial Juan
e-mail:  [EMAIL PROTECTED]
   ICQ:20135549
Belgiumtel:++3289856533
  cellular:   ++32496737018
ulyssis system admininstrator   

1010011010 : Binary of the Beast




Re: [expert] httpd

2001-05-03 Thread Ed Weinberg

On Wed, 2 May 2001 19:37:10 -0400 (EDT), "Anthony C. Cheng"
<[EMAIL PROTECTED]> wrote:

>Hi, 
>
>I installed Mandrake 8, and I cannot get the apache server to
>start.  httpd always fails at start up.  Any ideas on how I can get it
>running?

What error does it give?  You can try "/usr/sbin/httpd -t" and it will
test your configuration files.

Usually when I have a problem on a new, untouched system, the problem
it is because Apache cannot figure out who it is by querying the
nameserver.  Are you using a real domain name?  If not, uncomment the
line:
#ServerName localhost
and see if it starts.


Ed Weinberg, Q5 Comm, LLC.
[EMAIL PROTECTED]
tel 914-713-7222
fax 914-713-7227 
Connecting you to the internet...




[expert] Hacked?

2001-05-03 Thread David Rankin

I found a weird log entry in my system check for 4/27. Someone from a
Korean site was able to ftp into my server for 41 seconds. The log
entries are as follows:

Apr 27 13:14:43 Nemesis xinetd[620]: START: ftp pid=17845
from=210.119.103.190
Apr 27 13:14:43 Nemesis xinetd[17845]: USERID: ftp OTHER :root
Apr 27 13:15:23 Nemesis xinetd[620]: EXIT: ftp pid=17845
duration=41(sec)

What does it look like to you guys? What are your suggestions for fixing
it so it doesn't happen again? Where do I report this unauthorized use?

--
David C. Rankin
Nacogdoches, Texas






Re: [expert] xanim doest not work (Can't Open /dev/dsp device)

2001-05-03 Thread Rial Juan


Permissions. I usually make /dev/dsp world writable, that solves the
problem.

I never understood why only root is allowed to play sound on a freshly
installed system; this forces users to either work as root all the time
(insecure) or modify the permissions anyway, so why don't modern distros
set up the permissions right from the start and save us a couple o'
keystrokes?


On 2001.04.28 12:24 vick Julius wrote:
> Hi I am using Mand 8.0 and I tried to use xanim. The video is playing
> well 
> but there is no sound coming.
> 
> when I type the command:
> 
> xanim ./file.avi
> 
> I got the following error message:
> 
> XAnim Rev 2.80.0 by Mark Podlipec Copyright (C) 1991-1999. All Rights 
> Reserved
> Can't Open /dev/dsp device
> 
> Do you have any idea what is that? and how to solve it?
> Vick
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
-- 
Rial Juan
e-mail:  [EMAIL PROTECTED]
   ICQ:20135549
Belgiumtel:++3289856533
  cellular:   ++32496737018
ulyssis system admininstrator   

1010011010 : Binary of the Beast




[expert] Knode ?

2001-05-03 Thread Turgut Kalfaoglu


This is odd; when I use Knode, the news reader, it shows all articles as 
'missing'. I click on any article and it says missing. It used to work fine,
but it "deteriorated" over time. It used to be that some articles were
fine, others were missing; now they ALL seem missing. I even set 
the expiry settings to just 1 day, and still it lists hundreds of messages;
and none of them have any bodies. Netscape 6 is able to read those
groups and fetch the articles without problems, however.

-turgut

-- 
EgeNet Internet Services:  http://www.egenet.com.tr
All of Turkey Online: http://find.egenet.com.tr




Re[2]: [expert] ALSA sound in new kernel

2001-05-03 Thread Rusty Carruth

Turgut Kalfaoglu <[EMAIL PROTECTED]> wrote:
> On Wednesday 02 May 2001 19:22, you wrote:
> > Turgut,
> > I am having exactly the same problem, with my ThinkPad 1400. The soundcard
> > worked fine with kernel 2.2.17, but when I upgraded to 2.2.19, it stopped
> > working. The modules load with no errors that I have found, but I still
> > have no sound. I am seriously thinking of going back to the 2.2.17 kernel.
> 
> Great idea, and great relief to hear that it's the kernel and not my 
> stupidity :)
> Um, how does one go back to the old kernel?
> thanks, -turgut
> 

If you've got /usr/src/linux-2.2.17 AND /usr/src/linux-2.2.19 directories,
full of kernels, OR if you've got /boot/vmlinuz-2.2.17 AND /boot/vmlinuz-2.2.19
then 'just' modify /etc/lilo.conf (assuming lilo - you'll have to look at
grub man page to convert to grub) to include both (if you want to be able
to boot both) or to point back to the older kernel.  Don't forget to fix the
symbols link.

Or, just go back to the /usr/src/linux-2.2.17 dir and say 'make install modules 
modules-install'
(or is that modules_install?  I never can remember ;-)

(and I *think* that's all you need, I'm sure someone will throw in any steps
I left out! (thanks in advance) (aTdHvAaNnKcSe, as they used to say)).

rc


Rusty Carruth  Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE
FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116
Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825
ICBM: 33 20' 44"N   111 53' 47"W




[expert] 8.0 probs with Toshiba laptop

2001-05-03 Thread Klar Brian D Contr MSG SICN

I installed Mandrake 8.0 last night, there were a few issues though.
Framebuffer bootup locks at Xwindow startup
Non-FB mode works well though.

8.0 will not see my pcmcia card modem (3com) however beeps twice when inserted
/removed. It does appear that 8.0 *is* seeing my builtin Xircom Winmodem though

During install was not given a chance to make a boot disk, but it turned green

If you choose to install VNC Server from install package lists, it starts upon bootup
and will stall there until you enter a pw, but you dont see it asking for  a pw.

Mandrake's auto-detect for connection to internet defaulted to modem, and I was 
never able to enter a hostname or configure my net card via installation.

AA is terrible with my Savage MX/IX cardset at 1024x768 and 16 bit.

X flashes the whole screen like 4 times before it syncs to it

Where have the KDE screensavers gone to? All I have access to
 is the xscreensaver ones.

That is all I can think of off hand for now, as I haven't had the chance to play with 
it
yet. My system is a PIII 650 128M RAM Savage video Yamaha sound DVD.

I like the network dialog screen giving you the chance to setup the lan, modem
all at once myself.

Brian D. Klar - CVE
OTS
WPAFB
(937) 656-2861
(937) 973-3125 (pager)





RE: [expert] Mandrake 8.0 & Voodoo DRI

2001-05-03 Thread Paul Fuggle

I get the same using MDK7.2 and Xfree4.0.3 and KDE2.1

Fugz

-Original Message-
From: Joerg Mertin [mailto:[EMAIL PROTECTED]]
Sent: 02 May 2001 22:14
To: Francisco Alcaraz Ariza; Will
Cc: [EMAIL PROTECTED]
Subject: Re: [expert] Mandrake 8.0 & Voodoo DRI


Hi Folks,

I got similar Setup - and just tested it. Started up in Runlevel 3 mode 
(Means, not X-Windowed Mode), run a: "startx" at the console (default config

goes to 16bpp) - and the  Q3 worked as did all other §d-Based games. 
Resolution switching worked too without a Problem.

If I start into X-Window (KDM), I can't switch resolutions. I think the Bug 
is in there somehow ...

Cheers

The Smurph
-- 
APL hackers do it in the quad.

| Joerg Mertin  :  [EMAIL PROTECTED](Home)|
| in Neuchâtel/Schweiz  :  [EMAIL PROTECTED]   (Work)| 
| Stardust's LiNUX System   :  Mobile Diax: +41(0)76 / 490 52 54   |
| PGP 2.6.3in Key on Demand :  Voice & Fax: +41(0)32 / 725 52 54   |

Home-Page: http://www.solsys.org




Re: [expert] ALSA sound in new kernel

2001-05-03 Thread Turgut Kalfaoglu

On Wednesday 02 May 2001 19:22, you wrote:
> Turgut,
> I am having exactly the same problem, with my ThinkPad 1400. The soundcard
> worked fine with kernel 2.2.17, but when I upgraded to 2.2.19, it stopped
> working. The modules load with no errors that I have found, but I still
> have no sound. I am seriously thinking of going back to the 2.2.17 kernel.

Great idea, and great relief to hear that it's the kernel and not my 
stupidity :)
Um, how does one go back to the old kernel?
thanks, -turgut




Re: [expert] Re: [newbie] tracing process

2001-05-03 Thread Georg Zigldrum

Hi German,


did you have a look into strace?

Bye,
Georg

begin:vcard 
n:Zigldrum;Georg
tel;cell:+49 173 7329 567
tel;work:+49 811 553 7242
x-mozilla-html:FALSE
org:iPlanet eCommerce Solutions;EMEA Customer Support
adr:;;Am Söldnermoos 6;Hallbergmoos;;85399;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
title:Product Support Engineer
x-mozilla-cpt:;-10144
fn:Georg Zigldrum
end:vcard



RE: [expert] samba & windows NT server

2001-05-03 Thread Jose M. Sanchez

To add users try smbadduser and once done "sync" their passwords with what
they use to get into Windows (the Windows logon) with smbpasswd.

To get Windows workstations to "show" you need to enable file and printer
sharing in Winblows... Once installed in it's options ENABLE "LM ANNOUNCE"
so that the workstations will show up. This is automatic in NT...

The rest of your question is unclear, please restate it.

-JMS


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of kaab kaoutar
Sent: Wednesday, May 02, 2001 10:46 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [expert] samba & windows NT server


HI!
THANKS FOR ALL OF U GUYS FOR THE HELP U GAVE ME !
I have a strange problem, beside the fact that i 'm not able to create
new users to samba, we have two local networks one of NT workstations and
the othre of windows 98/95. The second one shows, however the second one ,
as the s erver in NT it requires an authentication beside the one of samba!
i do fill the passwords but it displays nothing!
it gives no error of authentication but it gives me a n empty network !
any idea ?
THanks
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.






Re: [expert] sound and the new kernel on IBM laptops (A20 or 1400)

2001-05-03 Thread Turgut Kalfaoglu


Dave: The only different is that /proc/asound/cards says --- No Sound Card
in my case.  I have a nagging suspicion about two things:
1) I/O / IRQ conflicts (I dual boot to WindozeME for games; and that has no
problems with our Crystal Sound chip)
2) Older snd-card-cs46xx or other drivers lingering at other directories,
and being used, instead of the newer ones.

No idea what to do next. Dont even know how to go back to the old kernel :)
(Darn, and I had just gotten the linmodem to work too!)

 -turgut


On Thursday 03 May 2001 05:38, Dave Sherman wrote:
> It appears Turgut and I share the same (or similar) problem. As I have
> noted in previous posts, my own alsa sound driver appears to be loading
> properly during boot, yet I have no sound. When I try
>   /etc/rc.d/init.d/sound restart
> I get several OK responses as the mixer settings are saved, the sound
> driver unloads and then reloads, and the mixer settings then reload.
>
> /var/log/messages shows no errors during loading of alsa sound driver and
> mixer settings.
>
> When I run lsmod, my output is almost exactly the same as Turgut's (quoted
> below).
>
> When I launch RealPlayer as a user, I get the error
>   "Cannot open the audio device. Another application may be using it."
> But when I run it as root, I get no such error message. However, sound
> still does not work.
>
> /proc/asound/cards correctly shows my sound card.
>
> I ran sndconfig, but it told me my card is not supported -- same as
> Turgut, and we both had working sound before the "upgrade" to kerner
> 2.2.19!
>
> Any experts out there who might be able to help?
>
> Dave
>
> > Greetings. Ever since I upgraded to the new kernel, 2.2.19-4 (?) ,
> >  whatever was available on the MandrakeUpdate, I lost the sound support
> > on the Thinkpad A20m. I also lost the modem support, but managed to get
> > that back :)
> >
> > Kernel RPM installation went fine, as outlined by that 'security' web
> > page of Mandrake, but still sound is lost. I since uninstalled alsa
> > drivers with rpm -e, and installed the newer tarball. I still have no
> > sound, meaning things complaining about "cannot open /dev/dsp"
> >
> > lsmod shows:
> > Module  Size  Used by
> > snd-pcm-oss34032   0  (autoclean) (unused)
> > ppp_deflate40896   0  (autoclean)
> > bsd_comp3904   0  (autoclean)
> > ppp20496   0  (autoclean) [ppp_deflate bsd_comp]
> > slhc4480   0  (autoclean) [ppp]
> > ltmodem   349856   0  (autoclean)
> > lockd  45456   0  (autoclean) (unused)
> > sunrpc 61648   0  (autoclean) [lockd]
> > ds  6384   2
> > i82365 22272   2
> > pcmcia_core45760   0  [ds i82365]
> > usb-uhci   19056   0  (unused)
> > usbcore43536   1  [usb-uhci]
> > snd-mixer-oss   8720   0  (autoclean) [snd-pcm-oss]
> > snd-cs46xx 67184   0  (unused)
> > snd-rawmidi11072   0  [snd-cs46xx]
> > snd-seq-device  3920   0  [snd-rawmidi]
> > snd-pcm46400   0  [snd-pcm-oss snd-cs46xx]
> > snd-timer   9280   0  [snd-pcm]
> > snd-ac97-codec 18128   0  [snd-cs46xx]
> > snd28800   0  [snd-pcm-oss snd-mixer-oss snd-cs46xx
> > snd-rawmidi snd-seq-device snd-pcm snd-timer snd-ac97-codec]
> > soundcore   2608   0  [snd]
> > nls_cp437   3920   4  (autoclean)
> > vfat9648   2  (autoclean)
> > fat31776   2  (autoclean) [vfat]
> > supermount 13072   2  (autoclean)
> >
> > .../proc/asound/cards says 'there are no soundcards'
> >
> > if I do a alsasound restart , this is what I get:
> > # /etc/rc.d/init.d/alsasound restart
> > Shutting down sound driver: /usr/sbin/alsactl: error in loading shared
> > libraries: libasound.so.1: cannot open shared object file: No such file
> > or directory
> > snd: Device or resource busy
> > done
> > ALSA driver is already running.
> >
> > Any ideas?  Thanks, -turgut
> >
> >
> > --
> > EgeNet Internet Services:  http://www.egenet.com.tr
> > All of Turkey Online: http://find.egenet.com.tr
> >
> > ---

-- 
EgeNet Internet Services:  http://www.egenet.com.tr
All of Turkey Online: http://find.egenet.com.tr




Re: [expert] samba trouble

2001-05-03 Thread Turgut Kalfaoglu

On Thursday 03 May 2001 01:26, Joshua Rodman wrote:
> * kaab kaoutar <[EMAIL PROTECTED]> [010502 11:00]:
> > HI guys!
> > I'm still having trouble with samba!

Join the club! I was never able to get Samba to Print on a Win NT print 
server (that's all our NT machines are good for).  

Samba/Cups is too complicated for mere mortal!

-turgut





Re: Re[2]: [expert] Replying to the mailing list with kmail

2001-05-03 Thread vahlas

Le Mercredi 02 Mai 2001 06:50 pm, vous avez écrit :
> This started happening after mandrake's servers overloaded from supposedly
> all the email going thru.  You remember when people were getting kicked off
> the list left and right and had to go resubscribe?  Then the forum's
> servers went down and was off line for about a week?  A couple of months
> before that I remember when someone moderating the 'crashtesters' list came
> back with a update on things and said something to the effect of 'now when
> you hit reply, it automatically shows the name of mailing list instead of
> the original posters addy' (implying it was in the coding and something
> they fixed).  So put 2 & 2 together, and come to the conclusion that
> mandrake did this to cut down on all the email going thru their server.  I
> can understand in a way, yet when we buy the boxed sets we are supposed to
> get support.  And this list is it.  And now they are slowly pulling that. 
> Just about every question I've asked or replied to gets answered to in my
> regular email.  Which is fine for me, but think about all the fixes,
> workarounds, and discussions that are not being shared with everyone.
> 
> Just a paranoid's thoughts.
> -s
> ps:  if you right click on a folders name in the left pane of kmail, you
> can chose to modify it.  And it there is a setting for 'mailing-list?' and
> 'mailing list addy'.  This feature is being overridden on my mandrake
> lists, yet function as intended for others.  More food for thought..
>
I'm afraid I'll have to agree with you.
Yet I have found a way to reply to the list automatically
I'm using a folder named "Mandrake" for the mails coming from this list and 
the following filter rule:
subject contains [expert]
set Reply-To [EMAIL PROTECTED]
transfer Mandrake

I just applied the rules to all the messages in this directory and it worked 
fine. Yet I had to put the actions exactely in that order. Transfer first 
then set Reply-To didn't work!

Maybe I should add something to have the original author's address in Cc...

Thanks to all for your help.




[expert] Re: [newbie] tracing process

2001-05-03 Thread aortiz



I'd like to know the same thing
German Aguilar wrote:
Hi, everybody Please, somebody know how to trace
a process, like truss in UNIX, but Linux have a differenceI dont know which
is the command that trace a process, please help me German 

Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.