Re: [expert] SCSI-Boot fom CD = no

2000-03-03 Thread Wolfgang Bornath

Audrey Beck wrote:
> 
> Does it still boot from the CD-RW?
> 
> Wolfgang Bornath wrote:
> >
> > Despite all that it doesn't boot from cd but goes on to lilo on
> > /dev/hda.
> >
> > Before I bought the SCSI cdrom I had an atapi cdrom. I could boot from
> > this atapi *and* when switching in BIOS to "SCSI" as bootdevice it
> > booted from the SCSI cd-writer.
> >
> > Now I thought with setting the bootdevice in the SCSI-setup it should be
> > ok, but it is not.

Nope. Not with this setting. I found out why.

As the bootable cd is one which is bootable because of a floppy
emulation on it I have to choose "A" in my BIOS setup. Therefore the
line "SCSI, C,A" will never work. It doesn't find a bootable SCSI device
and moves on to the hd.

Now, if I choose "SCSI,A,C" or simply "A,C" it boots up because the
floppy emulation gets recognized as boot device "A".

I should have read the host adapter's manual first.

wobo
-- 
GPG-Fingerprint: FE5A 0891 7027 8D1B 4E3F  73C1 AD9B D732 A698 82EE
For Public Key mailto [EMAIL PROTECTED] with Subject: GPG-Request
---
ISDN4LINUX-FAQ -- Deutsch: http://www.wolf-b.de/i4l/i4lfaq-de.html



RE: [expert] Oracle Mandrake

2000-03-03 Thread Ken Wilson

I don't believe there is a jre in Java anymore.  It is now part of the
jdk since 1.2 was released.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alex V Flinsch
Sent: Friday, March 03, 2000 7:27 PM
To: [EMAIL PROTECTED]; Robert Binkley
Subject: Re: [expert] Oracle Mandrake




Make sure you have the java jre set up correctly The Oracle docs say you
need
1.16, but 1.17 works fine also. One of the problems I was having was
that the
jdk was installed instead of the jre. You need the jre, not the jdk.





RE: [expert] Changing case or extensions

2000-03-03 Thread Gary Bunker

I found it on rpmfind.net which is where I find almost everything not
WindowMaker-related.  :-)

On  3 Mar, Brian T. Schellenberger wrote:
> 
> I don't have mmv on my system or anywhere on the Mandrake 7.0 install
> disk.
> 
> Do you know where I can it?  Sounds cool . . .
> 


---
Nil Carborundum Illegitimi
http://andysocial.com



Re: [expert] IRC Client

2000-03-03 Thread Guillermo Belli

El Fri, 03 Mar 2000, escribiste:
> What is a good IRC client to use with Mandrake 7?  I'm looking for a good
> console one and a X one.  I know I have BitchX installed, but cannot find
> the documentation for it anywhere.  In fact, this would be my first foray
> into IRC ever...
For X you can try KVirc and XChat., both of them are great.

-- 
Guillermo Belli - Linux User #131340
ICQ #38321312
http://sites.netscape.net/memo81 (under construction)



Re: [expert] Blocking Banner ads

2000-03-03 Thread Tim & Val Litwiller

Assuming this is on topic since squid is shipped with mandrake :)
How about blocking most banner ads from most web sites.

Here is how to do it. setup squid with the access controls that you are
comfortable with.  Then look on freshmeat for squidredirect it is a
simple little script. download it and make it the same user and group as
squid - in mandrake that is user and group squid.

then look thru squid.conf for the commented out line about redirector
helper files and modify it to run this redirector. There are 2 line one
is which script to run and the next is how many to run at once. I set
mine with 4 with 1 or 2 I had to hit stop and then reload on my browser
at times.

then in your web browser find the proxy setting and put in you squid
machines domain name or ip address and the port number 3128 - unless you
changed it from default.

-- enjoy --

I have mine running on a machine at work - connected via cat5 to the
same T1 that my ISP has all the local modems connected to. Then I have
my browser at home filter everything thru it.  It sure makes my 33.6
connection seem better when browsing.

Sridhar G wrote:

> Hi all,
>
> Is there a way to block the banner ads from a website.
>
> Cheers
> Sridhar



Re: [expert] IRC Client

2000-03-03 Thread Nitin Raja Bhatia

Hi,

Popular X irc clients are:
X-chat (www.xchat.org): uses gtk libs , fits in well with
gnome/e/sawmill
Kvirc (www.kvirc.org?): uses qt libs, fits in nicely with kde

www.linuxnewbie.org has bitchx help.
For the man page for BitchX, simply do 
man BitchX.

Cheers, Raja

iTOOL wrote:
> 
> What is a good IRC client to use with Mandrake 7?  I'm looking for a good
> console one and a X one.  I know I have BitchX installed, but cannot find
> the documentation for it anywhere.  In fact, this would be my first foray
> into IRC ever...

-- 
 Nitin Raja Bhatia: <[EMAIL PROTECTED]>
/\
|ICQ: 3417925  | "Where I want to go today is LINUX" |
|IRC: #Linux-Mandrake on irc.openprojects.net|
|WEB: http://www.linuxgiant.com  | 
\/



[expert] ghostscript erros

2000-03-03 Thread Sheldon Lee Wen

Hi,

   I'm having a problem with ghostscript opening some postscript files.
I get the error: unknown device x11alpha
Anyone know what this means and how to fix it?

Thanks.
Sheldon.
-- 
==
"Definitions involving chicken heads no longer apply."
  -Jon katz
==



RE: [expert] Changing case or extensions

2000-03-03 Thread Brian T. Schellenberger


Oh, yeah.  And the traditional solution is something like (in csh)

foreach fn (*.BMP)
   mv $fn $fn:r.bmp
end

On Fri, 03 Mar 2000, you wrote:
| I don't have mmv on my system or anywhere on the Mandrake 7.0 install
| disk.
| 
| Do you know where I can it?  Sounds cool . . .
| 
| 
| On Fri, 03 Mar 2000, you wrote:
| | man mmv
| | 
| | (multiple move)
| | 
| | Will allow you to do something like mmv *.BMP *.bmp
| | 
| | Mathieu
| | 
| | > -Original Message-
| | > From: Gary Bunker [mailto:[EMAIL PROTECTED]]
| | > Sent: 03 March 2000 18:10
| | > To: [EMAIL PROTECTED]
| | > Subject: [expert] Changing case or extensions
| | > 
| | > 
| | > I used to know how to do this, but now my brain is full.
| | > 
| | > How can I change the case, or extension of a lot of files at 
| | > once.  For
| | > example, I have a directory of BMPs that a friend sent from 
| | > his digital
| | > camera (yeah, I know, bad format, but it's not me).  I want to make
| | > them all bmp instead of BMP extensions.  I can't remember 
| | > how, although
| | > I recall it was something simple.
| | > 
| | > Thanks
| | > -- 
| | > 
| | > ---
| | > Nil Carborundum Illegitimi
| | > http://andysocial.com
| | >
| -- 
| I am "Brian, the man from babble-on" (Brian T. Schellenberger).
| I can be reached at [EMAIL PROTECTED] .
| I support http://www.eff.org & http://www.programming-freedom.org .
| I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .
-- 
I am "Brian, the man from babble-on" (Brian T. Schellenberger).
I can be reached at [EMAIL PROTECTED] .
I support http://www.eff.org & http://www.programming-freedom.org .
I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .



Re: [expert] Need help fixing my cdrom access, after upgrade to Mandrake 7.0

2000-03-03 Thread Brian T. Schellenberger


[As I recently wrote on the "newbie" and "cooker" lists . . .]

Yes, the CD-RW issue is quickly becoming a FAQ on the expert list
(thanks for at least picking the other two lists instead!)

Mankrake 7.0 has a bug (evidently not fixed in in 7.0v2) whereby for a
CD-RW it correctly sets up the LILO parameters to tell it to use
ide-scsi emulation (necessary for CD-RWs under Linux) but fails to make
the corresponding change to the /dev/cdrom links.

Just

rm /dev/cdrom
ln -s /dev/scd0 /dev/cdrom


On Fri, 03 Mar 2000, you wrote:
| I just upgraded my system from 6.1 powerpack to the new 7.0 version, and
| now I can't access my cdrom. When trying to mount it I get a
| "/dev/cdrom: Input/output error".
| 
| here is the recent output of dmesg...
| 
| Linux version 2.2.14-15mdk ([EMAIL PROTECTED]) (gcc version
| 2.95.2 19991024 (release)) #1 Tue Jan 4 22:24:20 CET 2000
| Detected 448970839 Hz processor.
| ide_setup: hdc=ide-scsi
| Console: colour VGA+ 80x25
| Calibrating delay loop... 447.28 BogoMIPS
| Memory: 127848k/131008k available (1092k kernel code, 416k reserved,
| 1588k data, 64k init, 0k bigmem)
| Dentry hash table entries: 262144 (order 9, 2048k)
| Buffer cache hash table entries: 131072 (order 7, 512k)
| Page cache hash table entries: 32768 (order 5, 128k)
| VFS: Diskquotas version dquot_6.4.0 initialized
| CPU: Intel Pentium III (Katmai) stepping 03
| Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
| 
| Checking 'hlt' instruction... OK.
| POSIX conformance testing by UNIFIX
| mtrr: v1.35a (19990819) Richard Gooch ([EMAIL PROTECTED])
| PCI: PCI BIOS revision 2.10 entry at 0xfd993
| PCI: Using configuration type 1
| PCI: Probing PCI hardware
| Linux NET4.0 for Linux 2.2
| Based upon Swansea University Computer Society NET3.039
| NET4: Unix domain sockets 1.0 for Linux NET4.0.
| NET4: Linux TCP/IP 1.0 for NET4.0
| IP Protocols: ICMP, UDP, TCP, IGMP
| TCP: Hash tables configured (ehash 131072 bhash 65536)
| Initializing RT netlink socket
| Starting kswapd v 1.5
| Detected PS/2 Mouse Port.
| Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
| ttyS00 at 0x03f8 (irq = 4) is a 16550A
| pty: 256 Unix98 ptys configured
| apm: BIOS version 1.2 Flags 0x03 (Driver version 1.9)
| Real Time Clock Driver v1.09
| RAM disk driver initialized:  16 RAM disks of 4096K size
| PIIX4: IDE controller on PCI bus 00 dev 39
| PIIX4: not 100% native mode: will probe irqs later
| ide0: BM-DMA at 0x10c0-0x10c7, BIOS settings: hda:DMA, hdb:pio
| ide1: BM-DMA at 0x10c8-0x10cf, BIOS settings: hdc:DMA, hdd:pio
| hda: Maxtor 91360U4, ATA DISK drive
| hdc: HP CD-Writer+ 7200, ATAPI CDROM drive
| hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
| ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
| ide1 at 0x170-0x177,0x376 on irq 15
| hda: Maxtor 91360U4, 12982MB w/2048kB Cache, CHS=1655/255/63
| Floppy drive(s): fd0 is 1.44M
| FDC 0 is a post-1991 82077
| md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
| raid5: measuring checksumming speed
| raid5: MMX detected, trying high-speed MMX checksum routines
|pII_mmx   :   987.933 MB/sec
|p5_mmx:  1034.034 MB/sec
|8regs :   802.005 MB/sec
|32regs:   422.529 MB/sec
| using fastest function: p5_mmx (1034.034 MB/sec)
| scsi : 0 hosts.
| scsi : detected total.
| md.c: sizeof(mdp_super_t) = 4096
| Partition check:
|  hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
| autodetecting RAID arrays
| autorun ...
| ... autorun DONE.
| VVFS: Mounted root (ext2 filesystem) readonly.
| Freeing unused kernel memory: 64k freed
| Adding Swap: 136512k swap-space (priority -1)
|  hdd:<3>ide-scsi: hdd: unsupported command in request queue (0)
| end_request: I/O error, dev 16:40 (hdd), sector 0
|  unable to read partition table
| scsi0 : SCSI host adapter emulation for IDE ATAPI devices
| scsi : 1 host.
|   Vendor: IOMEGAModel: ZIP 100   Rev: 23.D
|   Type:   Direct-Access  ANSI SCSI revision: 00
| Detected scsi removable disk sda at scsi0, channel 0, id 0, lun 0
|   Vendor: HPModel: CD-Writer+ 7200   Rev: 3.01
|   Type:   CD-ROM ANSI SCSI revision: 02
| Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
| sr0: scsi3-mmc drive: 6x/6x writer cd/rw xa/form2 cdda tray
| Uniform CDROM driver Revision: 2.56
| SCSI device sda: hdwr sector= 512 bytes. Sectors= 196608 [96 MB] [0.1
| GB]
| sda: Write Protect is off
|  sda: sda4
| supermount: Unrecognized mount option uid
| 3c59x.c:v0.99H 11/17/98 Donald Becker
| http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
| eth0: 3Com 3c905B Cyclone 100baseTx at 0x1000,  00:50:04:05:02:1d, IRQ
| 11
|   8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
|   MII transceiver found at address 24, status 786d.
|   MII transceiver found at address 0, status 786d.
|   Enabling bus-master transmits and whole-frame receives.
| supermount: Unrecognized mount option uid
| supermount: Unrecognized mount option uid
| 
| I added a link to dev/cdro

Re: [expert] keyboard mapping and login problems.

2000-03-03 Thread Brian T. Schellenberger

Well, you could hit the num-lock key for now . . .

On Fri, 03 Mar 2000, you wrote:
| > Well that is the paranoia level.  Only root should be permitted to authorize
| > users at any time.
| 
| --- Did you mean only root can login  at any time? How to allow the other user
| to login?
| 
|That is a numlock for a laptop   bet u is 4 i is 5 etc  Set up to start
| with numlock off.
| 
| --- How to change the startup status of numlock?
| Thanks
| 
| Chunnuan
| 
| 
| 
| Civileme wrote:
| 
| > On Fri, 03 Mar 2000, you wrote:
| > > I installed LM 7.02 with the highest security in my Dell Latitude
| > > laptop. Now I have two problems:
| > >  1. When run  at leve 5, only the root account can login even though I
| > > can su to other regular users after I login as root.
| > >  2. When run at level 3, some keys in the right half of my keybord are
| > > messed up, for example, when you press 'i', you will see '4' or
| > > something like that. So I cannot do anything with the login prompt.
| > > Has someone met some problems of this kind? What are the possible
| > > reasons?
| > > Thanks,
| > > Chunnuan
| >
| > Hmmm,
| >
| > Well that is the paranoia level.  Only root should be permitted to authorize
| > users at any time.
| >
| 
| > That is a numlock for a laptop   bet u is 4 i is 5 etc  Set up to start
| > with numlock off.
| 
| > Civileme
-- 
I am "Brian, the man from babble-on" (Brian T. Schellenberger).
I can be reached at [EMAIL PROTECTED] .
I support http://www.eff.org & http://www.programming-freedom.org .
I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .



RE: [expert] Changing case or extensions

2000-03-03 Thread Brian T. Schellenberger


I don't have mmv on my system or anywhere on the Mandrake 7.0 install
disk.

Do you know where I can it?  Sounds cool . . .


On Fri, 03 Mar 2000, you wrote:
| man mmv
| 
| (multiple move)
| 
| Will allow you to do something like mmv *.BMP *.bmp
| 
| Mathieu
| 
| > -Original Message-
| > From: Gary Bunker [mailto:[EMAIL PROTECTED]]
| > Sent: 03 March 2000 18:10
| > To: [EMAIL PROTECTED]
| > Subject: [expert] Changing case or extensions
| > 
| > 
| > I used to know how to do this, but now my brain is full.
| > 
| > How can I change the case, or extension of a lot of files at 
| > once.  For
| > example, I have a directory of BMPs that a friend sent from 
| > his digital
| > camera (yeah, I know, bad format, but it's not me).  I want to make
| > them all bmp instead of BMP extensions.  I can't remember 
| > how, although
| > I recall it was something simple.
| > 
| > Thanks
| > -- 
| > 
| > ---
| > Nil Carborundum Illegitimi
| > http://andysocial.com
| >
-- 
I am "Brian, the man from babble-on" (Brian T. Schellenberger).
I can be reached at [EMAIL PROTECTED] .
I support http://www.eff.org & http://www.programming-freedom.org .
I boycott amazon.com.  See http://www.gnu.org/philosophy/amazon.html .



Re: [expert] Oracle Mandrake

2000-03-03 Thread Alex V Flinsch

On Fri, 03 Mar 2000, Robert Binkley wrote:
> Any one every install Oracle on Mandrake, If so would you mind supplying
> any input

I installed 8i onto a Mandrake 6.0 box, it was somewhat of a nightmare, so get
and read the following docs/web pages, and take the advice given in the next
few lines, hopefully it will make it a bit easier for you than it was for me.

Make sure you have enough ram 128M is a Minimum. The installer starts up a java
vm, and sucks down memory like anything. It helps to have about 256M of swap
also.

Make sure you have the java jre set up correctly The Oracle docs say you need
1.16, but 1.17 works fine also. One of the problems I was having was that the
jdk was installed instead of the jre. You need the jre, not the jdk.

If you are not already a member of Oracle's technet, make sure to join. Lots of
good info on the message boards there and it's free. http://technet.oracle.com

read all of the following web pages (good idea to print them also)
http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html
http://members.home.com/seanyama/linux/oracle8i.html
http://technet.oracle.com/tech/linux/htdocs/install.pdf 

After you finally get it installed, go to http://www.orasoft.org/ and get
Object Manager v1.0
Procedit v3.0
Tablebrowser v3.0
Sqlwork v3.0
then compile and install all of them (Some of the best software for Oracle on
Linux available)


Upgrading to 6.1 did not break the Oracle install, upgrading to 7.0 did break
it, but it was a minor fix (seems Oracle does not like the smp-secure kernel,
but will work with one of the others that is installed with 7.0)

-- 
Alex
(Go easy on me, I'm a COBOL programmer in real life)



Re: [expert] IRC Client

2000-03-03 Thread alann

iTOOL wrote:
> 
> What is a good IRC client to use with Mandrake 7?  I'm looking for a good
> console one and a X one.  I know I have BitchX installed, but cannot find
> the documentation for it anywhere.  In fact, this would be my first foray
> into IRC ever...
> 

X-chat..

You need the GTK toolkit installed ( Gnome )

X-chat rules.

Alan



[expert] Blocking Banner ads

2000-03-03 Thread Sridhar G

Hi all,

Is there a way to block the banner ads from a website.

Cheers
Sridhar




Re: [expert] rc.local Contains a "Freeze-system line"

2000-03-03 Thread John Aldrich

On Fri, 03 Mar 2000, you wrote:
> On Fri, 3 Mar 2000, Eric wrote:
> 
> > I don't believe my win-modem is actually Linux usable, but was unable to
> > test, as the Kernels didn't match (apparently the binary I got works on
> > Red-Hat 6.1 only).
> > 
> 
> No "winmodem" works with linux. They are very small cards that
> require windows software to work. Essentially junk. Even while
> using windows it is better to use a standard modem. Maybe someday
> someone will write linux software for winmodems but that's doubtful
> in my opinion.
> 
Correction: SOME WinModems *will* work in Linux. The drivers are very
much in early Beta, but they work. I speak specifically of the Lucent
Technologies Windows Modems. Please check out www.linmodems.org for
more information.
John



Re: [expert] Floppy install???

2000-03-03 Thread Alan Shoemaker

Johndid you actually mount an ext2 file system while booted
on tomsrtbt?  I have a 7895 built into my motherboard and when
booted on tomsrtbt I can mount dos & windows filesystems but my
ext2 filesystems error out saying:

EXT2-FS: 08:07: couldn't mount because of unsupported optional
features

As to what the features are that are unsupported, I've no idea. 
I just installed the system with the install program (DrakX on
Mandrake 7.0) and didn't pick any optional features that I was
aware of.

Alan


"John D. Kim" wrote:
> 
> My computer has an adaptec 2940u2w and Tom's dist worked fine.  Check the
> website.  I do remember seeing the list of devices supported on the
> website somewhere.
> 
> On Tue, 29 Feb 2000, John Aldrich wrote:
> 
> > On Tue, 29 Feb 2000, you wrote:
> > > Try the following URL:
> > > http://www.toms.net/rb/
> > >
> > > You could also plug your laptop into a network and run the installation from
> > > a network.
> > >
> > I ran into a situation this weekend where Tom's root/boot
> > disk might have helped... IF it supports SCSI. DOES Tom's
> > Root/Boot disk support SCSI drives? I had some problems
> > booting my system last weekend and wanted to run e2fsck on
> > the SCSI drive, but didn't have my system boot floppy which
> > has a kernel with SCSI support on it, and the RedHat boot &
> > rescue disks don't support SCSI, so I was in trouble.
> >   John
> >



Re: [expert] Need help fixing my cdrom access, after upgrade to Mandrake 7.0

2000-03-03 Thread Audrey Beck

You have the cdrom set as rw.  Should be ro.

Kurt Landrus wrote:
> 
> I just upgraded my system from 6.1 powerpack to the new 7.0 version, and
> now I can't access my cdrom. When trying to mount it I get a
> "/dev/cdrom: Input/output error".
> 
> here is the recent output of dmesg...
> 
> Linux version 2.2.14-15mdk ([EMAIL PROTECTED]) (gcc version
> 2.95.2 19991024 (release)) #1 Tue Jan 4 22:24:20 CET 2000
> Detected 448970839 Hz processor.
> ide_setup: hdc=ide-scsi
> Console: colour VGA+ 80x25
> Calibrating delay loop... 447.28 BogoMIPS
> Memory: 127848k/131008k available (1092k kernel code, 416k reserved,
> 1588k data, 64k init, 0k bigmem)
> Dentry hash table entries: 262144 (order 9, 2048k)
> Buffer cache hash table entries: 131072 (order 7, 512k)
> Page cache hash table entries: 32768 (order 5, 128k)
> VFS: Diskquotas version dquot_6.4.0 initialized
> CPU: Intel Pentium III (Katmai) stepping 03
> Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
> 
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.35a (19990819) Richard Gooch ([EMAIL PROTECTED])
> PCI: PCI BIOS revision 2.10 entry at 0xfd993
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> Linux NET4.0 for Linux 2.2
> Based upon Swansea University Computer Society NET3.039
> NET4: Unix domain sockets 1.0 for Linux NET4.0.
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> TCP: Hash tables configured (ehash 131072 bhash 65536)
> Initializing RT netlink socket
> Starting kswapd v 1.5
> Detected PS/2 Mouse Port.
> Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> pty: 256 Unix98 ptys configured
> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.9)
> Real Time Clock Driver v1.09
> RAM disk driver initialized:  16 RAM disks of 4096K size
> PIIX4: IDE controller on PCI bus 00 dev 39
> PIIX4: not 100% native mode: will probe irqs later
> ide0: BM-DMA at 0x10c0-0x10c7, BIOS settings: hda:DMA, hdb:pio
> ide1: BM-DMA at 0x10c8-0x10cf, BIOS settings: hdc:DMA, hdd:pio
> hda: Maxtor 91360U4, ATA DISK drive
> hdc: HP CD-Writer+ 7200, ATAPI CDROM drive
> hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: Maxtor 91360U4, 12982MB w/2048kB Cache, CHS=1655/255/63
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
> raid5: measuring checksumming speed
> raid5: MMX detected, trying high-speed MMX checksum routines
>pII_mmx   :   987.933 MB/sec
>p5_mmx:  1034.034 MB/sec
>8regs :   802.005 MB/sec
>32regs:   422.529 MB/sec
> using fastest function: p5_mmx (1034.034 MB/sec)
> scsi : 0 hosts.
> scsi : detected total.
> md.c: sizeof(mdp_super_t) = 4096
> Partition check:
>  hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
> autodetecting RAID arrays
> autorun ...
> ... autorun DONE.
> VFS: Mounted root (ext2 filesystem) readonly.
> Freeing unused kernel memory: 64k freed
> Adding Swap: 136512k swap-space (priority -1)
>  hdd:<3>ide-scsi: hdd: unsupported command in request queue (0)
> end_request: I/O error, dev 16:40 (hdd), sector 0
>  unable to read partition table
> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
> scsi : 1 host.
>   Vendor: IOMEGAModel: ZIP 100   Rev: 23.D
>   Type:   Direct-Access  ANSI SCSI revision: 00
> Detected scsi removable disk sda at scsi0, channel 0, id 0, lun 0
>   Vendor: HPModel: CD-Writer+ 7200   Rev: 3.01
>   Type:   CD-ROM ANSI SCSI revision: 02
> Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
> sr0: scsi3-mmc drive: 6x/6x writer cd/rw xa/form2 cdda tray
> Uniform CDROM driver Revision: 2.56
> SCSI device sda: hdwr sector= 512 bytes. Sectors= 196608 [96 MB] [0.1
> GB]
> sda: Write Protect is off
>  sda: sda4
> supermount: Unrecognized mount option uid
> 3c59x.c:v0.99H 11/17/98 Donald Becker
> http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
> eth0: 3Com 3c905B Cyclone 100baseTx at 0x1000,  00:50:04:05:02:1d, IRQ
> 11
>   8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
>   MII transceiver found at address 24, status 786d.
>   MII transceiver found at address 0, status 786d.
>   Enabling bus-master transmits and whole-frame receives.
> supermount: Unrecognized mount option uid
> supermount: Unrecognized mount option uid
> 
> I added a link to dev/cdrom using the command as suggested in a cdrom
> howto.
> ln -sf /dev/sr0 /dev/cdrom
> and here is a copy of my fstab;
> 
> /dev/hda1 /mnt/nt ntfs  exec,dev,suid,ro,noauto 1 1
> /dev/hda2 /mnt/nt-d ntfs  exec,dev,suid,ro,noauto 1 1
> /dev/hda5 / ext2 defaults 1 1
> /dev/hda6 /usr ext2 defaults 1 2
> /dev/hda7 swap_upgrade swap defaults 0 0
> /dev/hda8 /opt ext2 defaults 1 2
> /dev/fd0 /mnt/floppy supermount  exec,dev,suid,rw,fs=vfat 0 0
> none /proc proc def

Re: [expert] SCSI-Boot fom CD = no

2000-03-03 Thread Audrey Beck

Does it still boot from the CD-RW?

Wolfgang Bornath wrote:
> 
> Hi,
> 
> My system:
> 
> EIDE:
> hd on IDE 0:  IBM hd with lilo in mbr and root partition on /hda2
> 
> SCSI:
> Dawicontrol host
> Plextor SCSI cdrom
> Plextor SCSI cd-writer
> 
> The host is recognized at bootup. It has a BIOS. I can get into setup
> with DEL and there I activated: Bootable, Boot-Device has SCSI ID 3
> (which is the cdrom)
> 
> My Award BIOS allows booting from SCSI, so I set the boot line to
> "SCSI,C,A"
> 
> To my knowledge everything is done so far. At bootup the SCSI lines tell
> me that there is a bootable cd in Device 3.
> 
> Despite all that it doesn't boot from cd but goes on to lilo on
> /dev/hda.
> 
> Before I bought the SCSI cdrom I had an atapi cdrom. I could boot from
> this atapi *and* when switching in BIOS to "SCSI" as bootdevice it
> booted from the SCSI cd-writer.
> 
> Now I thought with setting the bootdevice in the SCSI-setup it should be
> ok, but it is not.
> 
> BTW I'm using an original Mandrake Air installation CD which *is*
> bootable and has proved to be before.
> 
> wobo
> --
> GPG-Fingerprint: FE5A 0891 7027 8D1B 4E3F  73C1 AD9B D732 A698 82EE
> For Public Key mailto [EMAIL PROTECTED] with Subject: GPG-Request
> ---
> ISDN4LINUX-FAQ -- Deutsch: http://www.wolf-b.de/i4l/i4lfaq-de.html




[expert] IRC Client

2000-03-03 Thread iTOOL

What is a good IRC client to use with Mandrake 7?  I'm looking for a good
console one and a X one.  I know I have BitchX installed, but cannot find
the documentation for it anywhere.  In fact, this would be my first foray
into IRC ever...

Joseph E. Sheble
a.k.a. Wizaerd
Wizaerd's Realm
http://www.wizaerd.com
Featuring 3D, Canvas, and ColdFusion

CF Developer for iTOOL.com
http://www.itool.com
Build Your WebSite Today!




Re: [expert] keyboard mapping and login problems.

2000-03-03 Thread Chunnuan Chen

> Well that is the paranoia level.  Only root should be permitted to authorize
> users at any time.

--- Did you mean only root can login  at any time? How to allow the other user
to login?

   That is a numlock for a laptop   bet u is 4 i is 5 etc  Set up to start
with numlock off.

--- How to change the startup status of numlock?
Thanks

Chunnuan



Civileme wrote:

> On Fri, 03 Mar 2000, you wrote:
> > I installed LM 7.02 with the highest security in my Dell Latitude
> > laptop. Now I have two problems:
> >  1. When run  at leve 5, only the root account can login even though I
> > can su to other regular users after I login as root.
> >  2. When run at level 3, some keys in the right half of my keybord are
> > messed up, for example, when you press 'i', you will see '4' or
> > something like that. So I cannot do anything with the login prompt.
> > Has someone met some problems of this kind? What are the possible
> > reasons?
> > Thanks,
> > Chunnuan
>
> Hmmm,
>
> Well that is the paranoia level.  Only root should be permitted to authorize
> users at any time.
>

> That is a numlock for a laptop   bet u is 4 i is 5 etc  Set up to start
> with numlock off.

> Civileme



Re: [expert] LM 7.0 SCSI Install

2000-03-03 Thread Civileme

On Fri, 03 Mar 2000, you wrote:
> BTW, for anyone needing an updated SCSI card,
> www.compgeeks.com has Adaptec Model
> AHA-3944UWD/AHA-3944AUWD on sale for $99.00 (US).
> 
> The current web address for this item is
> http://www.compgeeks.com/cgi-bin/details.asp?cat=&sku=205-7394.
> I have bought merchandise from them in the past (just got a
> 5-disc external SCSI CD jukebox for under $50 )
> 
> Anyway, just thought I'd pass it along.

And www.hitechcafe.com has a fabulous Low voltage Differential SCSI drive of
the 9G variety which will mate with the 3944 for a very low price.  They also
sell Differential to Ordinary SCSI adapters.

I just ordered a DVD RAM drive from Compgeeks and an Ultra SCSI card of the
Advansys variety elsewhere.  I should have a report on using this as a backup
device in 2-3 weeks  (takes 6-10 days to get here--one of the down sides of
living 550 miles from where the people stop).  I am unsure whether I wil modify
my python script to adapt to DVD RAM from rom-burning or whether I will try to
convince one of the backup programs to use a non-tape device (AGAIN).  But
we'll see soon enough.

Civileme



Re: [expert] Need help fixing my cdrom access, after upgrade to Mandrake 7.0

2000-03-03 Thread Alan Shoemaker

Kurtare you sure that the fstab entries were "messed up" 
They may have just been automount entries which are different,
but not necessarily "messed up".  Automount handles two floppies
(1.44 & 1.2), a scsi zip drive and a scsi cdrom just fine on my
installation of mdk 7.0.

Alan


Kurt Landrus wrote:
> 
> I just upgraded my system from 6.1 powerpack to the new 7.0 version, and
> now I can't access my cdrom. When trying to mount it I get a
> "/dev/cdrom: Input/output error".
> 
> here is the recent output of dmesg...
> 
> Linux version 2.2.14-15mdk ([EMAIL PROTECTED]) (gcc version
> 2.95.2 19991024 (release)) #1 Tue Jan 4 22:24:20 CET 2000
> Detected 448970839 Hz processor.
> ide_setup: hdc=ide-scsi
> Console: colour VGA+ 80x25
> Calibrating delay loop... 447.28 BogoMIPS
> Memory: 127848k/131008k available (1092k kernel code, 416k reserved,
> 1588k data, 64k init, 0k bigmem)
> Dentry hash table entries: 262144 (order 9, 2048k)
> Buffer cache hash table entries: 131072 (order 7, 512k)
> Page cache hash table entries: 32768 (order 5, 128k)
> VFS: Diskquotas version dquot_6.4.0 initialized
> CPU: Intel Pentium III (Katmai) stepping 03
> Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
> 
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.35a (19990819) Richard Gooch ([EMAIL PROTECTED])
> PCI: PCI BIOS revision 2.10 entry at 0xfd993
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> Linux NET4.0 for Linux 2.2
> Based upon Swansea University Computer Society NET3.039
> NET4: Unix domain sockets 1.0 for Linux NET4.0.
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> TCP: Hash tables configured (ehash 131072 bhash 65536)
> Initializing RT netlink socket
> Starting kswapd v 1.5
> Detected PS/2 Mouse Port.
> Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> pty: 256 Unix98 ptys configured
> apm: BIOS version 1.2 Flags 0x03 (Driver version 1.9)
> Real Time Clock Driver v1.09
> RAM disk driver initialized:  16 RAM disks of 4096K size
> PIIX4: IDE controller on PCI bus 00 dev 39
> PIIX4: not 100% native mode: will probe irqs later
> ide0: BM-DMA at 0x10c0-0x10c7, BIOS settings: hda:DMA, hdb:pio
> ide1: BM-DMA at 0x10c8-0x10cf, BIOS settings: hdc:DMA, hdd:pio
> hda: Maxtor 91360U4, ATA DISK drive
> hdc: HP CD-Writer+ 7200, ATAPI CDROM drive
> hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: Maxtor 91360U4, 12982MB w/2048kB Cache, CHS=1655/255/63
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
> raid5: measuring checksumming speed
> raid5: MMX detected, trying high-speed MMX checksum routines
>pII_mmx   :   987.933 MB/sec
>p5_mmx:  1034.034 MB/sec
>8regs :   802.005 MB/sec
>32regs:   422.529 MB/sec
> using fastest function: p5_mmx (1034.034 MB/sec)
> scsi : 0 hosts.
> scsi : detected total.
> md.c: sizeof(mdp_super_t) = 4096
> Partition check:
>  hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
> autodetecting RAID arrays
> autorun ...
> ... autorun DONE.
> VFS: Mounted root (ext2 filesystem) readonly.
> Freeing unused kernel memory: 64k freed
> Adding Swap: 136512k swap-space (priority -1)
>  hdd:<3>ide-scsi: hdd: unsupported command in request queue (0)
> end_request: I/O error, dev 16:40 (hdd), sector 0
>  unable to read partition table
> scsi0 : SCSI host adapter emulation for IDE ATAPI devices
> scsi : 1 host.
>   Vendor: IOMEGAModel: ZIP 100   Rev: 23.D
>   Type:   Direct-Access  ANSI SCSI revision: 00
> Detected scsi removable disk sda at scsi0, channel 0, id 0, lun 0
>   Vendor: HPModel: CD-Writer+ 7200   Rev: 3.01
>   Type:   CD-ROM ANSI SCSI revision: 02
> Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
> sr0: scsi3-mmc drive: 6x/6x writer cd/rw xa/form2 cdda tray
> Uniform CDROM driver Revision: 2.56
> SCSI device sda: hdwr sector= 512 bytes. Sectors= 196608 [96 MB] [0.1
> GB]
> sda: Write Protect is off
>  sda: sda4
> supermount: Unrecognized mount option uid
> 3c59x.c:v0.99H 11/17/98 Donald Becker
> http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
> eth0: 3Com 3c905B Cyclone 100baseTx at 0x1000,  00:50:04:05:02:1d, IRQ
> 11
>   8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
>   MII transceiver found at address 24, status 786d.
>   MII transceiver found at address 0, status 786d.
>   Enabling bus-master transmits and whole-frame receives.
> supermount: Unrecognized mount option uid
> supermount: Unrecognized mount option uid
> 
> I added a link to dev/cdrom using the command as suggested in a cdrom
> howto.
> ln -sf /dev/sr0 /dev/cdrom
> and here is a copy of my fstab;
> 
> /dev/hda1 /mnt/nt ntfs  exec,dev,suid,ro,noauto 1 1
> /dev/hda2 /mnt/nt-d ntfs  exec,dev,suid,ro,

Re: [expert] Changing case or extensions

2000-03-03 Thread Gary Bunker

No, that most definitely does NOT work.  That was what I tried first,
then a horrible attempt at a while loop.  I like mmv but now I'm trying
to remember how I did it under AIX/Xenix years ago...

On  3 Mar, Robert Binkley wrote:
> 
> mv *.BMP *.bmp

-- 

---
Nil Carborundum Illegitimi
http://andysocial.com



Re: [expert] rc.local Contains a "Freeze-system line"

2000-03-03 Thread Frank Arnold



On Fri, 3 Mar 2000, Eric wrote:

> I don't believe my win-modem is actually Linux usable, but was unable to
> test, as the Kernels didn't match (apparently the binary I got works on
> Red-Hat 6.1 only).
> 

No "winmodem" works with linux. They are very small cards that
require windows software to work. Essentially junk. Even while
using windows it is better to use a standard modem. Maybe someday
someone will write linux software for winmodems but that's doubtful
in my opinion.

Frank Arnold
[EMAIL PROTECTED]
==
Any technology sufficiently advanced is indistinguishable from magic.
Arthur C. Clark

Any technology distinguishable from magic is insufficiently advanced.
Gregory Benford
==



Re: [expert] #Linux-Mandrake IRC Channel

2000-03-03 Thread Nitin Raja Bhatia

Hi Thomas,
I think it is better to remain as part of the openprojects irc net. That
way #Linux-Mandrake users can be in #Linux-Mandrake and in say, #kde or
whatever other open software channel. 

If you are interested in setting up a box for openprojects, let me know
and I can talk to the guys at openprojects.

Also, we have a new AI bot that is realy useful for newbies and so on.


Cheers,
Nitin Bhatia



[EMAIL PROTECTED] wrote:
> 
> Hi, depends if you want to run it as a single server on a independent
> ircnet, or if you want to run it as a server connected to a larger net, like
> undernet.
> If independent, you might not need more than ISDN.
> If you want to connect to ie Undernet, then you need at least T3
> 
> You should run it as a dedicated server anyhow...
> 
>  \\\|///
>  \ ~ ~ /
> (\ @ @ /)
> --oOOo-(_)-oOOo-
> Navn:Thomas Löfstedt
> Email:   [EMAIL PROTECTED]
> Web:   http://www.undernet.nu/bedog
>  ooO
> (   )--Ooo--
>  \ (  (   )
>   \_)  ) /
>   (_/



> 
> -Original Message-
> From: Jean-Michel Dault [mailto:[EMAIL PROTECTED]]
> Sent: 3. mars 2000 07:28
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Re[2]: [expert] #Linux-Mandrake IRC Channel
> 
> On Fri, 3 Mar 2000 [EMAIL PROTECTED] wrote:
> 
> > NRB> If I had the bandwidth, we could start another
> > NRB> openprojects server that runs on Mandrake.
> >
> > It's very hard to find official mandrake channel in irc :-(
> > Nice idea ... :-)
> > Also put the mandrake *official* support and developer there too :-)
> >
> 
> I'm a Mandrake developer and an ISP. How much bandwidth would the irc
> server require? =)
> 
> Jean-Michel Dault
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]

-- 
 Nitin Raja Bhatia: <[EMAIL PROTECTED]>
/\
|ICQ: 3417925  | "Where I want to go today is LINUX" |
|IRC: #Linux-Mandrake on irc.openprojects.net|
|WEB: http://www.linuxgiant.com  | 
\/



Re: [expert] keyboard mapping and login problems.

2000-03-03 Thread Civileme

On Fri, 03 Mar 2000, you wrote:
> I installed LM 7.02 with the highest security in my Dell Latitude
> laptop. Now I have two problems:
>  1. When run  at leve 5, only the root account can login even though I
> can su to other regular users after I login as root.
>  2. When run at level 3, some keys in the right half of my keybord are
> messed up, for example, when you press 'i', you will see '4' or
> something like that. So I cannot do anything with the login prompt.
> Has someone met some problems of this kind? What are the possible
> reasons?
> Thanks,
> Chunnuan

Hmmm,

Well that is the paranoia level.  Only root should be permitted to authorize
users at any time.

That is a numlock for a laptop   bet u is 4 i is 5 etc  Set up to start
with numlock off.  

Civileme



[expert] Oracle Mandrake

2000-03-03 Thread Robert Binkley

Any one every install Oracle on Mandrake, If so would you mind supplying
any input




Re: [expert] rc.local Contains a "Freeze-system line"

2000-03-03 Thread Eric

Thanx all, I was able to use the Floppy-disk Linux to edit the file :
http://www.toms.net/rb

I don't believe my win-modem is actually Linux usable, but was unable to
test, as the Kernels didn't match (apparently the binary I got works on
Red-Hat 6.1 only).

But, sometimes you get lucky, so I was giving it a try, didn't work out.

I like the linux single idea, could come in handy, it has been filed
away for future use...

Jean-Michel Dault wrote:
> 
> At the lilo prompt, type:
> linux single
> 
> That will bypass all your startup scripts and present you with a nice bash
> prompt.
> 
> By the way, what kind of linmodem are you using?
> 
> Jean-Michel Dault
> [EMAIL PROTECTED]



[expert] Question concerning a PC-Card Modem/Ethernet Card

2000-03-03 Thread Joseph Bahr

I'm needing some help with a problem I am having right now.  I was running 
Helios and decided to install over the top of it Air.  Now I am not able to 
use my modem.  I am using a Compaq Presiaro 1672 Laptop (350 AMD K6-2, 64 
MB, ATI Rage LT Pro 8 MB, 4.3 GB HD w/ 1.5 GB for Linux) and to connect to 
the Internet I am using a Linksys EtherFast 10/100 + 56K Modem Combo 
Card.  I will dial into my ISP and it will connect and then nothing.  I was 
curious and went to my friend's apartment on the campus of Kansas State 
University and tried out the Ethernet side and it connected beautifully, 
God I want a T-3 line like he has.  Does anyone have any ideas on how to 
fix my problem.  The card works great on Windows, that is what I am using 
to send this message.

Thanks for your help.

Talk to ya later,

Joey Bahr
[EMAIL PROTECTED]

"If a free society cannot help the many who are poor, it cannot save the 
few who are rich."
John F Kennedy



Re: [expert] Floppy install???

2000-03-03 Thread John D. Kim

My computer has an adaptec 2940u2w and Tom's dist worked fine.  Check the
website.  I do remember seeing the list of devices supported on the
website somewhere.

On Tue, 29 Feb 2000, John Aldrich wrote:

> On Tue, 29 Feb 2000, you wrote:
> > Try the following URL:
> > http://www.toms.net/rb/
> > 
> > You could also plug your laptop into a network and run the installation from 
> > a network.
> > 
> I ran into a situation this weekend where Tom's root/boot
> disk might have helped... IF it supports SCSI. DOES Tom's
> Root/Boot disk support SCSI drives? I had some problems
> booting my system last weekend and wanted to run e2fsck on
> the SCSI drive, but didn't have my system boot floppy which
> has a kernel with SCSI support on it, and the RedHat boot &
> rescue disks don't support SCSI, so I was in trouble.
>   John
> 



Re: [expert] Need help fixing my cdrom access, after upgrade to Mandrake 7.0

2000-03-03 Thread Sang Y. Yum

That happened to me when I chose "High" security level
during installation. You might want to lower it to
medium (or 3) with the security tool that comes with
LM 7.0 (I can't remember the name of it but you should
be able to find a reference to it User's Guide)

Sang

--- Kurt Landrus <[EMAIL PROTECTED]> wrote:
> 
> I just upgraded my system from 6.1 powerpack to the
> new 7.0 version, and
> now I can't access my cdrom. When trying to mount it
> I get a
> "/dev/cdrom: Input/output error".
> 
> here is the recent output of dmesg...
> 
> Linux version 2.2.14-15mdk
> ([EMAIL PROTECTED]) (gcc version
> 2.95.2 19991024 (release)) #1 Tue Jan 4 22:24:20 CET
> 2000
> Detected 448970839 Hz processor.
> ide_setup: hdc=ide-scsi
> Console: colour VGA+ 80x25
> Calibrating delay loop... 447.28 BogoMIPS
> Memory: 127848k/131008k available (1092k kernel
> code, 416k reserved,
> 1588k data, 64k init, 0k bigmem)
> Dentry hash table entries: 262144 (order 9, 2048k)
> Buffer cache hash table entries: 131072 (order 7,
> 512k)
> Page cache hash table entries: 32768 (order 5, 128k)
> VFS: Diskquotas version dquot_6.4.0 initialized
> CPU: Intel Pentium III (Katmai) stepping 03
> Checking 386/387 coupling... OK, FPU using exception
> 16 error reporting.
> 
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.35a (19990819) Richard Gooch
> ([EMAIL PROTECTED])
> PCI: PCI BIOS revision 2.10 entry at 0xfd993
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> Linux NET4.0 for Linux 2.2
> Based upon Swansea University Computer Society
> NET3.039
> NET4: Unix domain sockets 1.0 for Linux NET4.0.
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> TCP: Hash tables configured (ehash 131072 bhash
> 65536)
> Initializing RT netlink socket
> Starting kswapd v 1.5
> Detected PS/2 Mouse Port.
> Serial driver version 4.27 with MANY_PORTS MULTIPORT
> SHARE_IRQ enabled
> ttyS00 at 0x03f8 (irq = 4) is a 16550A
> pty: 256 Unix98 ptys configured
> apm: BIOS version 1.2 Flags 0x03 (Driver version
> 1.9)
> Real Time Clock Driver v1.09
> RAM disk driver initialized:  16 RAM disks of 4096K
> size
> PIIX4: IDE controller on PCI bus 00 dev 39
> PIIX4: not 100% native mode: will probe irqs later
> ide0: BM-DMA at 0x10c0-0x10c7, BIOS settings:
> hda:DMA, hdb:pio
> ide1: BM-DMA at 0x10c8-0x10cf, BIOS settings:
> hdc:DMA, hdd:pio
> hda: Maxtor 91360U4, ATA DISK drive
> hdc: HP CD-Writer+ 7200, ATAPI CDROM drive
> hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: Maxtor 91360U4, 12982MB w/2048kB Cache,
> CHS=1655/255/63
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a post-1991 82077
> md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
> raid5: measuring checksumming speed
> raid5: MMX detected, trying high-speed MMX checksum
> routines
>pII_mmx   :   987.933 MB/sec
>p5_mmx:  1034.034 MB/sec
>8regs :   802.005 MB/sec
>32regs:   422.529 MB/sec
> using fastest function: p5_mmx (1034.034 MB/sec)
> scsi : 0 hosts.
> scsi : detected total.
> md.c: sizeof(mdp_super_t) = 4096
> Partition check:
>  hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
> autodetecting RAID arrays
> autorun ...
> ... autorun DONE.
> VFS: Mounted root (ext2 filesystem) readonly.
> Freeing unused kernel memory: 64k freed
> Adding Swap: 136512k swap-space (priority -1)
>  hdd:<3>ide-scsi: hdd: unsupported command in
> request queue (0)
> end_request: I/O error, dev 16:40 (hdd), sector 0
>  unable to read partition table
> scsi0 : SCSI host adapter emulation for IDE ATAPI
> devices
> scsi : 1 host.
>   Vendor: IOMEGAModel: ZIP 100   Rev:
> 23.D
>   Type:   Direct-Access  ANSI
> SCSI revision: 00
> Detected scsi removable disk sda at scsi0, channel
> 0, id 0, lun 0
>   Vendor: HPModel: CD-Writer+ 7200   Rev:
> 3.01
>   Type:   CD-ROM ANSI
> SCSI revision: 02
> Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1,
> lun 0
> sr0: scsi3-mmc drive: 6x/6x writer cd/rw xa/form2
> cdda tray
> Uniform CDROM driver Revision: 2.56
> SCSI device sda: hdwr sector= 512 bytes. Sectors=
> 196608 [96 MB] [0.1
> GB]
> sda: Write Protect is off
>  sda: sda4
> supermount: Unrecognized mount option uid
> 3c59x.c:v0.99H 11/17/98 Donald Becker
>
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
> eth0: 3Com 3c905B Cyclone 100baseTx at 0x1000, 
> 00:50:04:05:02:1d, IRQ
> 11
>   8K byte-wide RAM 5:3 Rx:Tx split,
> autoselect/Autonegotiate interface.
>   MII transceiver found at address 24, status 786d.
>   MII transceiver found at address 0, status 786d.
>   Enabling bus-master transmits and whole-frame
> receives.
> supermount: Unrecognized mount option uid
> supermount: Unrecognized mount option uid
> 
> I added a link to dev/cdrom using the command as
> suggested in a cdrom
> howto.
> ln -sf /dev/sr0 /dev/cdrom
> and here is a copy of my fstab;
> 
> /dev/hda1 /mnt/nt ntfs  exec,

Re: [expert] Changing case or extensions

2000-03-03 Thread Robert Binkley

Gary Bunker wrote:

> I used to know how to do this, but now my brain is full.
>
> How can I change the case, or extension of a lot of files at once.  For
> example, I have a directory of BMPs that a friend sent from his digital
> camera (yeah, I know, bad format, but it's not me).  I want to make
> them all bmp instead of BMP extensions.  I can't remember how, although
> I recall it was something simple.
>
> Thanks
> --
>
> ---
> Nil Carborundum Illegitimi
> http://andysocial.com

you can use the dd command  option lcase



Re: [expert] Changing case or extensions

2000-03-03 Thread Robert Binkley

Gary Bunker wrote:

> I used to know how to do this, but now my brain is full.
>
> How can I change the case, or extension of a lot of files at once.  For
> example, I have a directory of BMPs that a friend sent from his digital
> camera (yeah, I know, bad format, but it's not me).  I want to make
> them all bmp instead of BMP extensions.  I can't remember how, although
> I recall it was something simple.
>
> Thanks
> --
>
> ---
> Nil Carborundum Illegitimi
> http://andysocial.com

mv *.BMP *.bmp



Re: [expert] LAN/Internet

2000-03-03 Thread Civileme

On Fri, 03 Mar 2000, you wrote:
> Hello all ...
> 
> I have a problem getting my box to send packets OUT of the NIC (Network
> Interface Card).
> I can ping 127.0.0.1 (localhost) but not any other IP's on the network,  nor
> default gateway.
> I can't reach the box from another box on the lan either.
> 
> Thanks for any help
> 
> /one

Well, first, check the activity lights at the back of the card.  If you don't
have a green one, you may need a different driver or a new card or to reseat
the card in the computer or a NEW or reinserted cable.

If you have a green light at the card but not at the nearest hub  Errr 
well could you be plugged into the uplink?  Could your hub have a special last
two slots one for uplink and one that can be seen only by uplink?  And if so
are you plugged into one of them?  

And of course you might have been given a crossover cable when you need a
straight through.

If you have link lights everywhere, then it is likely that a reconfiguration or
a new NIC will help.

Civileme



[expert] Need help fixing my cdrom access, after upgrade to Mandrake 7.0

2000-03-03 Thread Kurt Landrus


I just upgraded my system from 6.1 powerpack to the new 7.0 version, and
now I can't access my cdrom. When trying to mount it I get a
"/dev/cdrom: Input/output error".

here is the recent output of dmesg...

Linux version 2.2.14-15mdk ([EMAIL PROTECTED]) (gcc version
2.95.2 19991024 (release)) #1 Tue Jan 4 22:24:20 CET 2000
Detected 448970839 Hz processor.
ide_setup: hdc=ide-scsi
Console: colour VGA+ 80x25
Calibrating delay loop... 447.28 BogoMIPS
Memory: 127848k/131008k available (1092k kernel code, 416k reserved,
1588k data, 64k init, 0k bigmem)
Dentry hash table entries: 262144 (order 9, 2048k)
Buffer cache hash table entries: 131072 (order 7, 512k)
Page cache hash table entries: 32768 (order 5, 128k)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: Intel Pentium III (Katmai) stepping 03
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.

Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.35a (19990819) Richard Gooch ([EMAIL PROTECTED])
PCI: PCI BIOS revision 2.10 entry at 0xfd993
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
TCP: Hash tables configured (ehash 131072 bhash 65536)
Initializing RT netlink socket
Starting kswapd v 1.5
Detected PS/2 Mouse Port.
Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
pty: 256 Unix98 ptys configured
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.9)
Real Time Clock Driver v1.09
RAM disk driver initialized:  16 RAM disks of 4096K size
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x10c0-0x10c7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x10c8-0x10cf, BIOS settings: hdc:DMA, hdd:pio
hda: Maxtor 91360U4, ATA DISK drive
hdc: HP CD-Writer+ 7200, ATAPI CDROM drive
hdd: IOMEGA ZIP 100 ATAPI, ATAPI FLOPPY drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: Maxtor 91360U4, 12982MB w/2048kB Cache, CHS=1655/255/63
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
raid5: measuring checksumming speed
raid5: MMX detected, trying high-speed MMX checksum routines
   pII_mmx   :   987.933 MB/sec
   p5_mmx:  1034.034 MB/sec
   8regs :   802.005 MB/sec
   32regs:   422.529 MB/sec
using fastest function: p5_mmx (1034.034 MB/sec)
scsi : 0 hosts.
scsi : detected total.
md.c: sizeof(mdp_super_t) = 4096
Partition check:
 hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 >
autodetecting RAID arrays
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 64k freed
Adding Swap: 136512k swap-space (priority -1)
 hdd:<3>ide-scsi: hdd: unsupported command in request queue (0)
end_request: I/O error, dev 16:40 (hdd), sector 0
 unable to read partition table
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
  Vendor: IOMEGAModel: ZIP 100   Rev: 23.D
  Type:   Direct-Access  ANSI SCSI revision: 00
Detected scsi removable disk sda at scsi0, channel 0, id 0, lun 0
  Vendor: HPModel: CD-Writer+ 7200   Rev: 3.01
  Type:   CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
sr0: scsi3-mmc drive: 6x/6x writer cd/rw xa/form2 cdda tray
Uniform CDROM driver Revision: 2.56
SCSI device sda: hdwr sector= 512 bytes. Sectors= 196608 [96 MB] [0.1
GB]
sda: Write Protect is off
 sda: sda4
supermount: Unrecognized mount option uid
3c59x.c:v0.99H 11/17/98 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
eth0: 3Com 3c905B Cyclone 100baseTx at 0x1000,  00:50:04:05:02:1d, IRQ
11
  8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
  MII transceiver found at address 24, status 786d.
  MII transceiver found at address 0, status 786d.
  Enabling bus-master transmits and whole-frame receives.
supermount: Unrecognized mount option uid
supermount: Unrecognized mount option uid

I added a link to dev/cdrom using the command as suggested in a cdrom
howto.
ln -sf /dev/sr0 /dev/cdrom
and here is a copy of my fstab;

/dev/hda1 /mnt/nt ntfs  exec,dev,suid,ro,noauto 1 1
/dev/hda2 /mnt/nt-d ntfs  exec,dev,suid,ro,noauto 1 1
/dev/hda5 / ext2 defaults 1 1
/dev/hda6 /usr ext2 defaults 1 2
/dev/hda7 swap_upgrade swap defaults 0 0
/dev/hda8 /opt ext2 defaults 1 2
/dev/fd0 /mnt/floppy supermount  exec,dev,suid,rw,fs=vfat 0 0
none /proc proc defaults 0 0
none /dev/pts devpts mode=0620 0 0
/dev/cdrom /mnt/cdrom auto  user,exec,dev,suid,rw 0 0
/dev/sda4 /mnt/zip auto  user,exec,dev,suid,rw,uid=500 1 1

This was after I fixed the entries for zip, cdrom, and floppy, the
install had messed these up, and I
have gotten my zip to work again, but

[expert] keyboard mapping and login problems.

2000-03-03 Thread Chunnuan Chen

I installed LM 7.02 with the highest security in my Dell Latitude
laptop. Now I have two problems:
 1. When run  at leve 5, only the root account can login even though I
can su to other regular users after I login as root.
 2. When run at level 3, some keys in the right half of my keybord are
messed up, for example, when you press 'i', you will see '4' or
something like that. So I cannot do anything with the login prompt.
Has someone met some problems of this kind? What are the possible
reasons?
Thanks,
Chunnuan



Re: [expert] LM 7.0 SCSI Install

2000-03-03 Thread John Aldrich

BTW, for anyone needing an updated SCSI card,
www.compgeeks.com has Adaptec Model
AHA-3944UWD/AHA-3944AUWD on sale for $99.00 (US).

The current web address for this item is
http://www.compgeeks.com/cgi-bin/details.asp?cat=&sku=205-7394.
I have bought merchandise from them in the past (just got a
5-disc external SCSI CD jukebox for under $50 )

Anyway, just thought I'd pass it along.



RE: [expert] Changing case or extensions

2000-03-03 Thread Bois, Mathieu

man mmv

(multiple move)

Will allow you to do something like mmv *.BMP *.bmp

Mathieu

> -Original Message-
> From: Gary Bunker [mailto:[EMAIL PROTECTED]]
> Sent: 03 March 2000 18:10
> To: [EMAIL PROTECTED]
> Subject: [expert] Changing case or extensions
> 
> 
> I used to know how to do this, but now my brain is full.
> 
> How can I change the case, or extension of a lot of files at 
> once.  For
> example, I have a directory of BMPs that a friend sent from 
> his digital
> camera (yeah, I know, bad format, but it's not me).  I want to make
> them all bmp instead of BMP extensions.  I can't remember 
> how, although
> I recall it was something simple.
> 
> Thanks
> -- 
> 
> ---
> Nil Carborundum Illegitimi
> http://andysocial.com
> 



Re: [expert] Floppy install???

2000-03-03 Thread John D. Kim

This is an excellent distribution.  When I accidentally screwed up the
ld.so.conf file and couldn't even boot, this fixed it.  For now, this is
my "rescue disk" of choice until I get my hands on the new version of
LinuxCare credit card rescue CD...  I got the first one from a friend but
it broke in my wallet.  :(

On Tue, 29 Feb 2000, M Thompson wrote:

> Try the following URL:
> http://www.toms.net/rb/
> 
> You could also plug your laptop into a network and run the installation from 
> a network.
> 
> 
> HTH,
> Matt
> 
> 
> >From: Cajus Pollmeier <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: [expert] Floppy install???
> >Date: Tue, 29 Feb 2000 11:00:06 +0100
> >
> >On Mon, 28 Feb 2000, Sean Armstrong wrote:
> > >Sorry if this message is off topic. I was wondering if it was possible to
> > >install the bare minimum onto a laptop with floppies, since this is the 
> >only
> > >drive I have to use on an install. If this is possible, what files do I 
> >need
> > >for this and if there is a good info page to explain this I would like to
> > >know where to find it. I really appreciate this.
> > >Thanx,
> > >SA
> >
> >Try i.e. "mulinux" or "tinylinux" You can install a minimum Linux system 
> >with
> >mulinux. It supports a compiler/XFree disk, too.
> >
> >But this has nothing to do with mandrake, so maybe this answer doesn't help 
> >you.
> >
> >-Cajus
> >
> 
> __
> Get Your Private, Free Email at http://www.hotmail.com
> 



Re: [expert] VIA Technologies VT82C686_5 Sound Card Problems

2000-03-03 Thread M Thompson

Alsa hasn't developed a driver yet, so you're probably best to spend $20 on 
a OSS driver.

Matt


>From: "Hoyt" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: [expert] VIA Technologies VT82C686_5 Sound Card Problems
>Date: Thu, 2 Mar 2000 23:48:36 -0500
>
>Has anyone gotten the VIA Technologies VT82C686_5 sound card working in 
>Linux (mine works fine in MS Windows)?
>
>Sndconfig detects it as a VIA but tries to load sb.o and I get a "device or 
>resource busy" even after I unloaded all the modlues with rmmod and have 
>evn tried to compile support in the kernel - same error message except on 
>boot.
>
>I tried forcing it to be a soundlblaster - there was no error, but no sound 
>plays.
>
>Any suggestions?
>
>Hoyt
>
>__
>NetZero - Defenders of the Free World
>Get your FREE Internet Access and Email at
>http://www.netzero.net/download/index.html

__
Get Your Private, Free Email at http://www.hotmail.com



Re: [expert] Using X-Win32 to get KDE on Windows

2000-03-03 Thread M Thompson

Checkout the following URL:
http://users.nf/linux/win9x.htm

I don't have a LAN, but I would love to try the above URL.

Enjoy,
Matt


>From: "Matt Fuerst" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: [expert] Using X-Win32 to get KDE on Windows
>Date: Thu, 2 Mar 2000 20:28:27 -0500
>
>Hi all,
>
>I am trying to connect to my Linux box from my Win98 machine. Basically, I
>have a fresh install of Linux on my box, got it all networked up. I can
>successfully display single windows, such as running xterm or kfm on my
>Windows machine (using a different X Window system on my Win machine -
>namely MI/X) but I cannot figure how to run KDE itself. Any luck? I am
>looking for what options to set in X-Win32 and what to type in Linux.
>
>Thanks
>
>Matt
>

__
Get Your Private, Free Email at http://www.hotmail.com



Re: [expert] install freeze problem

2000-03-03 Thread M Thompson

Just a thought...you could try the following procedure that I used for my 
Promise Ultra66 card.  The following procedure may allow MDK to see your PCI 
fasttrak device and allow the installatiion to proceed.  I can't make any 
guarantees.

I'm using MDK 7.0-2 and a Promise Ultra66 IDE controller card.  If you want 
to  do a fresh install of Linux onto a drive that's connected to a Promise 
Ultra66 IDE controller card, follow these steps:

1) Use a Linux boot disk to boot your system (if you don't have one yet, you 
can get one from http://www.toms.net/rb/)
2) At the Linux console prompt, type "cat /proc/pci" without the quotes.
3) This will spit out five I/O numbers for you (the ones that are not in 
brackets)
4) Label those I/O numbers a, b, c, d, e (the first is "a"; the second is 
"b"; etc.)
5) Now, restart your system and boot from the Linux installation CD
6) At the boot prompt, type "linux ide2=a,b+2 ide3=c,d+2" without the
quotes.  Be sure to substitute the actual I/O numbers for the "letters" 
shown above.  The above worked for Linux Mandrake 7.0-2 (and 6.1).

>From: "Scott Bessler" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: [expert] install freeze problem
>Date: Thu, 2 Mar 2000 21:54:15 -0600
>
>ok i have a problem, i have the following hd's and controllers
>a promise fasttrak66 w/ 2 seagate barracuda ata66 drives on it. (and win2k)
>an adaptec 2940 with a seagate barracuda 50 (scsi) that i want to put linux
>on.
>however, when i boot from the mandrake iso cd (7.0-2) it freezes at the 
>very
>beginning of the boot process after displaying a bit of info on "ide0"
>(which is the fasttrak66, which i know isnt supported in linux), now i dont
>need to access this from linux so i would just assume i could skip this
>detection and be ok.  i tried using the boot paramter ide0=noprobe like 
>this
>from the boot: prompt
>linux ide0=noprobe
>but it didnt do anything.. any help would be appreciated
>thanks.
>scott
>[EMAIL PROTECTED]
>
>

__
Get Your Private, Free Email at http://www.hotmail.com



[expert] Changing case or extensions

2000-03-03 Thread Gary Bunker

I used to know how to do this, but now my brain is full.

How can I change the case, or extension of a lot of files at once.  For
example, I have a directory of BMPs that a friend sent from his digital
camera (yeah, I know, bad format, but it's not me).  I want to make
them all bmp instead of BMP extensions.  I can't remember how, although
I recall it was something simple.

Thanks
-- 

---
Nil Carborundum Illegitimi
http://andysocial.com



RE: [expert] gcc not working properly

2000-03-03 Thread Andrew Vick

It was my experience that there are a lot of C files not installed by default, 
namely all the standard header files.  This surprised me.  If you install the 
kernel source, they will be installed.  This has been my experience.

-Andrew Vick

>= Original Message From [EMAIL PROTECTED] =
>Civileme wrote:
>
>> Put your 7.0 install CD back in, boot from it, choose Custom,
>> Development, Upgrade It will leave your settings alone and give you all
>> the packages you need (and more besides, against future development
>> needs)
>
>Are you sure?
>
>It has been my (sad) experience that you CANNOT change away from the
>original type of installation during an upgrade install - DrakX just
>ignores your new type once you select upgrade and uses the old type
>selection.
>
>This means that if you want to change installation type your only
>option is a fresh virgin initial install.
>
>IMHO a very serious bug/problem.
>
>--
>
>Regards,
>
>Ron. [AU] - sent by Linux.



[expert] SCSI-Boot fom CD = no

2000-03-03 Thread Wolfgang Bornath

Hi,

My system:

EIDE: 
hd on IDE 0:  IBM hd with lilo in mbr and root partition on /hda2

SCSI:
Dawicontrol host
Plextor SCSI cdrom
Plextor SCSI cd-writer

The host is recognized at bootup. It has a BIOS. I can get into setup
with DEL and there I activated: Bootable, Boot-Device has SCSI ID 3
(which is the cdrom)

My Award BIOS allows booting from SCSI, so I set the boot line to
"SCSI,C,A"

To my knowledge everything is done so far. At bootup the SCSI lines tell
me that there is a bootable cd in Device 3.

Despite all that it doesn't boot from cd but goes on to lilo on
/dev/hda.

Before I bought the SCSI cdrom I had an atapi cdrom. I could boot from
this atapi *and* when switching in BIOS to "SCSI" as bootdevice it
booted from the SCSI cd-writer.

Now I thought with setting the bootdevice in the SCSI-setup it should be
ok, but it is not.

BTW I'm using an original Mandrake Air installation CD which *is*
bootable and has proved to be before.

wobo
-- 
GPG-Fingerprint: FE5A 0891 7027 8D1B 4E3F  73C1 AD9B D732 A698 82EE
For Public Key mailto [EMAIL PROTECTED] with Subject: GPG-Request
---
ISDN4LINUX-FAQ -- Deutsch: http://www.wolf-b.de/i4l/i4lfaq-de.html




Re: [expert] LAN/Internet

2000-03-03 Thread ron peake


Hi
Check your netmask first the 255.255.255.0 type number.
Ron


Forness Johan Håkan <[EMAIL PROTECTED]> said: 

> Hello all ...
> 
> I have a problem getting my box to send packets OUT of the NIC
(Network
> Interface Card).
> I can ping 127.0.0.1 (localhost) but not any other IP's on the
network,  nor
> default gateway.
> I can't reach the box from another box on the lan either.
> 
> Thanks for any help
> 
> /one
> 





Ilmainen Internet osoitteesta http://www.sirkus.com/




Re: [expert] Using X-Win32 to get KDE on Windows

2000-03-03 Thread Marcos Dione

On Thu, 2 Mar 2000, Matt Fuerst wrote:

> namely MI/X) but I cannot figure how to run KDE itself. Any luck? I am
> looking for what options to set in X-Win32 and what to type in Linux.

maybe calling the "startkde" script... 

-- 
Inprise/Borland CEO Dale Fuller was even more generous:
"Microsoft will continue to be a player in this environment
in this world," Fuller said, "*for a few more years.*"



Re: [expert] VIA Technologies VT82C686_5 Sound Card Problems

2000-03-03 Thread Kenneth G. Kay


I've had the same problem.  OSS has a driver that works for this card for
about $20.

Ken

On Thu, 2 Mar 2000, Hoyt wrote:

> Has anyone gotten the VIA Technologies VT82C686_5 sound card working in Linux (mine 
>works fine in MS Windows)?
> 
> Sndconfig detects it as a VIA but tries to load sb.o and I get a "device or resource 
>busy" even after I unloaded all the modlues with rmmod and have evn tried to compile 
>support in the kernel - same error message except on boot.
> 
> I tried forcing it to be a soundlblaster - there was no error, but no sound plays.
> 
> Any suggestions?
> 
> Hoyt
> 
> __
> NetZero - Defenders of the Free World
> Get your FREE Internet Access and Email at
> http://www.netzero.net/download/index.html
> 




RE: [expert] LAN/Internet

2000-03-03 Thread Thomas . Lofstedt

Sorry about this, better check where I'm sending mail in the future... 

cheers

/Thomas

-Original Message-
From: Thomas Løfstedt 
Sent: 3. mars 2000 12:51
To: '[EMAIL PROTECTED]'
Subject: RE: [expert] LAN/Internet


hehe, denna fikk jeg i to eksemplarer... et ble kopiert til johan folderen
min, og et ble lagt i mandrake expert... ;)

-Original Message-
From: Forness Johan Håkan [mailto:[EMAIL PROTECTED]]
Sent: 3. mars 2000 10:12
To: 'Mandrake expert'
Subject: [expert] LAN/Internet


Hello all ...

I have a problem getting my box to send packets OUT of the NIC (Network
Interface Card).
I can ping 127.0.0.1 (localhost) but not any other IP's on the network,  nor
default gateway.
I can't reach the box from another box on the lan either.

Thanks for any help

/one



RE: [expert] LAN/Internet

2000-03-03 Thread Thomas . Lofstedt

hehe, denna fikk jeg i to eksemplarer... et ble kopiert til johan folderen
min, og et ble lagt i mandrake expert... ;)

-Original Message-
From: Forness Johan Håkan [mailto:[EMAIL PROTECTED]]
Sent: 3. mars 2000 10:12
To: 'Mandrake expert'
Subject: [expert] LAN/Internet


Hello all ...

I have a problem getting my box to send packets OUT of the NIC (Network
Interface Card).
I can ping 127.0.0.1 (localhost) but not any other IP's on the network,  nor
default gateway.
I can't reach the box from another box on the lan either.

Thanks for any help

/one



RE: Re[2]: [expert] #Linux-Mandrake IRC Channel

2000-03-03 Thread Thomas . Lofstedt

Hi, depends if you want to run it as a single server on a independent
ircnet, or if you want to run it as a server connected to a larger net, like
undernet. 
If independent, you might not need more than ISDN.
If you want to connect to ie Undernet, then you need at least T3

You should run it as a dedicated server anyhow...

 \\\|///
 \ ~ ~ /
(\ @ @ /)
--oOOo-(_)-oOOo-
Navn:Thomas Löfstedt
Email:   [EMAIL PROTECTED]
Web:   http://www.undernet.nu/bedog
 ooO
(   )--Ooo--
 \ (  (   )
  \_)  ) /
  (_/


-Original Message-
From: Jean-Michel Dault [mailto:[EMAIL PROTECTED]]
Sent: 3. mars 2000 07:28
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Re[2]: [expert] #Linux-Mandrake IRC Channel




On Fri, 3 Mar 2000 [EMAIL PROTECTED] wrote:

> NRB> If I had the bandwidth, we could start another
> NRB> openprojects server that runs on Mandrake.
> 
> It's very hard to find official mandrake channel in irc :-(
> Nice idea ... :-)
> Also put the mandrake *official* support and developer there too :-)
> 

I'm a Mandrake developer and an ISP. How much bandwidth would the irc
server require? =)

Jean-Michel Dault
[EMAIL PROTECTED]
[EMAIL PROTECTED]



[expert] LAN/Internet

2000-03-03 Thread Forness Johan Håkan

Hello all ...

I have a problem getting my box to send packets OUT of the NIC (Network
Interface Card).
I can ping 127.0.0.1 (localhost) but not any other IP's on the network,  nor
default gateway.
I can't reach the box from another box on the lan either.

Thanks for any help

/one



Re: [expert] Network printing question.

2000-03-03 Thread Richard Kilgore

On Fri, Mar 03, 2000 at 08:28:13PM -0500, Nyarlathotep wrote:
> Any ideas?

Try increasing the debug level setting on the printer server and
see if you get any useful error messages in the logfile.

  - rick

-- 
Richard Kilgore |  [EMAIL PROTECTED]
Software Developer  |  http://lore.ece.utexas.edu/~rkilgore/
Graduate Student in Computer Engineering



RE: [expert] Using X-Win32 to get KDE on Windows

2000-03-03 Thread erskine, michael

>-Original Message-
>From: Matt Fuerst [mailto:[EMAIL PROTECTED]]
>Sent: 03 March 2000 01:28
>To: [EMAIL PROTECTED]
>Subject: [expert] Using X-Win32 to get KDE on Windows
>
>
>Hi all,
>
>I am trying to connect to my Linux box from my Win98 machine. 
>Basically, I
>have a fresh install of Linux on my box, got it all networked up. I can
>successfully display single windows, such as running xterm or kfm on my
>Windows machine (using a different X Window system on my Win machine -
>namely MI/X) but I cannot figure how to run KDE itself. Any luck? I am
>looking for what options to set in X-Win32 and what to type in Linux.
>
>Thanks
>
>Matt
>

Hi Matt,

MI/X will have problems with various X widgets (I forget which ones right
now - menus/listboxes I think) so I would recommend running a VNC server on
you Linux box and connect to it from a VNC viewer on the win32 machine (then
you don't have to worry so much about the MI/X fonts etc). I have such a
setup here at work with a mighty Pentium 90 running MDK6.1 using
Enlightenment over VNC to a PII 450 running Win98 (the P90 is doing most of
the work here and copes OK).

Michael.