Linux-Setup Digest #61, Volume #21               Tue, 17 Apr 01 12:13:17 EDT

Contents:
  Re: make dep error message ("Peter T. Breuer")
  Re: Nice tricks with Win-Printers (J Hayward)
  Re: Can Oracle 8/8i be installed on Red Hat 7.0? (J Hayward)
  A linux alternative to Seagate Crystal reports (Dave Seff)
  Re: Cannot mount FAT16 partition (Dino Hsu)
  Re: Serial Connection (Dave Seff)
  Re: How do I start gnome? (Dave Seff)
  Re: Can Oracle 8/8i be installed on Red Hat 7.0? (Dave Seff)
  Re: configuring sound? (Dave Seff)
  Re: How to change Display configuration for X? (Dave Seff)
  Re: RedHat 7.1 ISO? (Dave Seff)
  Re: Find current kernel config ? (H.Bruijn)
  ppp failure (scli)
  Aurora... ("Antonio Forzieri")
  Trouble mounting cdrom (Fred Kitner)

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

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: make dep error message
Date: Tue, 17 Apr 2001 16:44:44 +0200

Bill Cyzwenki <[EMAIL PROTECTED]> wrote:
> Is my problem caused by compileing with gcc instead of kgcc?  If so, what do

Quite probably.

> I need to change to compile using kgcc?

The Makefile. The bit where it says CC = ... !

Peter

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

From: J Hayward <[EMAIL PROTECTED]>
Subject: Re: Nice tricks with Win-Printers
Date: Tue, 17 Apr 2001 08:04:56 -0700

Hello,

Try this:

http://www.linuxprinting.org/show_printer.cgi?recnum=70912

Regards,
        Jim H


Nils Holland wrote:

> Hi all!
> 
> My brother contacted me because of a problem. I'm not quite able to help
> him, since I don't have the same system set-up as he has, so I thought I'd
> post his question here and see if anyone has any suggestions.
> 
> Ok, my brother has Linux and Windows on his system. Due to some strange
> reasons (probably because he likes to spend as little money as possible on
> things), he has a Lexmark 3200 ink-jet printer that only works under
> Windows.
> 
> Now, my brother's looking for a way to print documents originating from
> Linux applications. I have never tried that, but I think it should work
> like this:
> 
> 1) Get the Linux application to print to a file. The file should be in
> PCL-format.
> 
> 2) Boot Windows, and from a DOS-prompt copy that file to the printer.
> 
> This should work, because the Lexmark printer emulates PCL for DOS print
> jobs (the PCL-emulation is of course software-based and not built into the
> printer, otherwise he could print uner Linux directly).
> 
> And now comes the problem: How do I set his system up that the above
> works? I think I will install apsfilter along with ghostscript, but
> instead of sending the print job that has been converted to PCL directly
> to a printer, it should be saved to a file that can be copied to the
> Windows partition and then be sent to the LPT port, so that the
> Windows-printer driver takes over the work and actually prints out what
> should be printed.
> 
> So the question is: Has anyone ever tried this before and/or does anyone
> have suggestions on how I might set up a system so that the procedure
> explained above will work?
> 
> Any help would be appreciated!
> 
> P.S.: If there is some HOWTO available that deals with this issue, then I
> didn't find it. Of course, if you know where I can find it, you can simply
> point me to it instead of answering my question.
> 
> Greetings,
> Nils
> 


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

From: J Hayward <[EMAIL PROTECTED]>
Subject: Re: Can Oracle 8/8i be installed on Red Hat 7.0?
Crossposted-To: comp.databases.oracle.server;
Date: Tue, 17 Apr 2001 08:14:55 -0700

Hello,

This is from the release notes for RH 7.1, it should work on RH 7.0 also. 
It might not work at all. Only thing to do is try.

The Oracle installation program (versions 8.1.7, 8.1.6, and possibly 
others) does not work properly with glibc 2.2 and above.  The problem is 
that it is linking object files compiled against different glibc (binary 
compatibility is ensured only for linked executables and shared libraries 
through symbol versioning).  You may work around this by installing the Red 
Hat Linux 6.2 compatibility packages (compat-egcs, compat-glibc and 
compat-libs) and issuing the following commands before running the Oracle 
installer:

        export LD_ASSUME_KERNEL=2.2.5
        . /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh

The second line exports environment variables which will cause gcc and ld 
to look for glibc 2.1.3 compatibility headers and libraries.


Regards,
        Jim H

Dino Hsu wrote:

> Dear all,
> 
> Steven said, "DO NOT USE RedHat 7, Use RedHat 6.2 instead", while
> Bradley said he just put Oracle 8 on an RH7 system at work.
> I am a little confused, which statement is right?
> If both are right, I would make guesses as follows:
> 1.Oracle 8i works on RH7, but Oracle 8 doesn't. (or vice versa)
> 2.Oracle 8 or 8i didn't work on RH7 at first, but fixed later. The 8i
> R3 version I have is already 8.1.7.1.0, not 8.1.7.0.0 any more.
> Hope those who know this can give complete information. In short, I
> would only try 8i R3 on RH7, I can forget about other versions.
> Thanks.
> 
> Dino
> 
> On Sun, 15 Apr 2001 16:06:20 GMT, Steve Bradley
> <[EMAIL PROTECTED]> wrote:
> 
>>Told you it was an insultingly simple question...but I just put Oracle 8
>>on an RH7 system at work, and the installer worked perfectly for me.
>>
>>Have you tried this:
>>
>>mount -t iso9660 -o exec /dev/cdrom /mnt/cdrom
>>
>>The 'exec' option permits execution of binary files.  It's a common
>>problem.  Also, if your system is automounting CD's (my RH7 system
>>doesn't) you should add the exec switch to your /etc/fstab:
>>
>>/dev/cdrom     /mnt/cdrom    auto   noauto,exec,user,ro 0 0
>>
>>That way when it automounts it'll have the ability to execute binaries.
>>
>>Steve
>>
>>
>>Dino Hsu wrote:
>>
>>> 
>>> Steve,
>>> 
>>> Sure it is perfectly possible for me to neglect some basics because I
>>> am a beginner in Linux, or Unix in general. But I have thought of the
>>> mount issue and have done some experiments. I tried to manually umount
>>> and mount back the CD-ROM with:
>>> mount -t iso9660 /dev/cdrom /mnt/cdrom
>>> I made a conclusion later that Linux will automatically mount CD-ROM
>>> (and floppy disk as well) when one is inserted in X window.
>>> I wish those who have experience with Oracle 8 or 8i versions on Linux
>>> Intel could kindly share their knowledge.
>>> 
>>> By the way, there are some anomalies in my X window. For example, I
>>> CANNOT edit any text files but I can view them; when I edit, nothing
>>> comes out, no errors, no messages. I am wondering what the editor
>>> (like NOTEPAD in MS-WIN?) is in X window, I have not seen it yet. My
>>> version is gdm in Red Hat 7.0.
>>> 
>>> Regards,
>>> Dino
>>> 
>>> 
> 
> On Thu, 8 Feb 2001 11:51:50 +0100, "Steven Brangers"
> <[EMAIL PROTECTED]> wrote:
> 
>>DO NOT USE RedHat 7
>>Use RedHat 6.2 instead
>>
>>Steven Brangers.
>>
>>Dino Hsu <[EMAIL PROTECTED]> wrote in message
>>news:[EMAIL PROTECTED]...
>>> Dear all,
>>>
>>> I have just downloaded Linux version of Oracle servers from
>>> otn.oraclce.ocm as follows:
>>> 1.Oracle8051EE_Intel: 167,291KB, Oracle 8.0.5 Enterprise Edition for
>>> Linux
>>> 2.oracle8161_tar.tar: 281,909KB, Oracle 8.1.6 Enterprise Edition for
>>> Linux
>>> 3.linux817ee.tar: 85,534KB, Oracle 8.1.7 Enterprise Edition for Linux
>>>
>>> I know Windows NT server and Oracle server, but I don't know much
>>> about Linux or Unix, so I wonder:
>>> 1.Can I write these 3 files into one CD-ROM?
>>> 2.How can I install the servers in Linux (Red Hat 7.0)?
>>> 3.After the Oracle server is installed on Linux, I also want to
>>> connect to it from Windows 98 on another PC.
>>>
>>> Please kindly advise, thanks in advance.
>>>
>>> Regards,
>>> Dino
>>
> 
> 


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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: A linux alternative to Seagate Crystal reports
Crossposted-To: 
alt.os.linux.mandrake,comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.networking
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:22:41 -0400

Fellow Linux users, I am looking for a Linux alternative to Seagate Crystal 
Reports. Does anybody know of a similar project (either Open source or not, 
it does not matter.) I need to get rid of these NT boxes they are driving 
me batty. -Dave

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

From: Dino Hsu <[EMAIL PROTECTED]>
Subject: Re: Cannot mount FAT16 partition
Date: Tue, 17 Apr 2001 23:24:12 +0800

On Tue, 17 Apr 2001 15:41:22 +0200, "Eric" <[EMAIL PROTECTED]> wrote:

>> >> I have a FAT16 partition to be mounted as /shared but failed.
>
>> I tried msdos now, the same here.
>>
>> This is my partition information, note that hda4 is a secondary
>> partition (not primary),
>
>What do you mean by this?
>It's about as primary as it gets!
>
>>  this partition can be recognized by Windows
>> ME/NT/2K with no problem, I don't know why not by Linux.
>
>Are you sure you're looking at the same partition?
>Does hda4 show up in /proc/partitions?
>If so it is recognised by linux.
>
>It may be formatted incorrectly/different, eg. with NTFS, in which case
>it will fail to mount if you use a FAT fs. I can't tell if that's the case,
>but I wouldn't be surprised. If you have ntfs support, try to mount it as
>ntfs
>
>
>> Disk /dev/hda: 255 heads, 63 sectors, 3720 cylinders
>> Units = cylinders of 16065 * 512 bytes
>>
>>    Device Boot    Start       End    Blocks   Id  System
>> /dev/hda1   *        11        15     40162+  83  Linux
>> /dev/hda2          2382      2773   3148740   83  Linux
>> /dev/hda3          2774      2806    265072+  82  Linux swap
>> /dev/hda4            34       295   2104515    6  FAT16
>>
>> Partition table entries are not in disk order
>
>Like I said, linux will have no problem with this table.
>It will read all partitions correctly. The fact that the partitions aren't
>in disc order may be confusing for you though.
>
>PS. You are aware that a *large* part of this disc is unused,
>and is inaccesible with the current partition table?
>
>Eric
>


Eric,

You are so sharp about the partition stuffs.
I check this in Windows ME and see this partition is a primary
partition, not a secondary partition, which I thought it is (I might
have planned it to be secondary).

<WIN-ME fdisk begin>

                          Display Partition Information

    Current fixed disk drive: 1

    Partition  Status   Type    Volume Label  Mbytes   System   Usage
        1              Non-DOS                                      %
        2              Non-DOS                                      %
     D: 3              PRI DOS   FAT-SHARED    2055   FAT16        7%
     C: 4         A    PRI DOS   WINDOWSME     5122   FAT32       18%

    Total disk space is 29181 Mbytes (1 Mbyte = 1048576 bytes)

<WIN-ME fdisk end>

I wonder how you know this partition is primary or not from Linux
fdisk, which doesn't seem to mention this. On the other hand, I wonder
if a primary FAT-16 partition will cause troubles in Linux, also
wonder if the disorder of partitions can lead to problems in Linux.

I currently have 15 partitions with 8 operating systems (1 WIN-ME, 3
NT's, 2 WIN-2K's, 2 Linuxes, RH7 & RH6.2) in one IDE disk (I will buy
one more IDE disk later, for more OS' :-) ), but Linux RH7 will only
*see* 4 partitions, which is the traditional limit of PC operating
systems. I use a multi-boot program called bootstar (from Star-Tools),
which supports maximum 15 partitions per disk, and maximum 4 disks,
resulting in maximum 60 partitions in a PC system.

Dino


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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: Re: Serial Connection
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:26:24 -0400

Bill Little wrote:

> I just made the move from Windows to Linux a week ago. Thanks to Win4Lin
> the transition is smooth, although one problem has come up that I can't
> figure out: how do I connect to the console port on a Cisco switch? In
> Windows it was a COM1 connection via Hyperterminal, but I don't know
> what the command is in Linux. Thanks in advance.
> Bill
> 
> 
You may be able to use minicom. use minicom -s to set up the communication 
params and see if it will connect to the Cisco. -Dave

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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: Re: How do I start gnome?
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:27:12 -0400

ray wrote:

> How do I start gnome from fvwm?
> Thanks for help
> 
> 
> 
> 
from a command prompt, you can run gnome-wm granted it is in your PATH. 
-Dave

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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: Re: Can Oracle 8/8i be installed on Red Hat 7.0?
Crossposted-To: comp.databases.oracle.server;
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:28:20 -0400

Dino Hsu wrote:

> Dear all,
> 
> Steven said, "DO NOT USE RedHat 7, Use RedHat 6.2 instead", while
> Bradley said he just put Oracle 8 on an RH7 system at work.
> I am a little confused, which statement is right?
> If both are right, I would make guesses as follows:
> 1.Oracle 8i works on RH7, but Oracle 8 doesn't. (or vice versa)
> 2.Oracle 8 or 8i didn't work on RH7 at first, but fixed later. The 8i
> R3 version I have is already 8.1.7.1.0, not 8.1.7.0.0 any more.
> Hope those who know this can give complete information. In short, I
> would only try 8i R3 on RH7, I can forget about other versions.
> Thanks.
> 
> Dino
> 
> On Sun, 15 Apr 2001 16:06:20 GMT, Steve Bradley
> <[EMAIL PROTECTED]> wrote:
> 
>>Told you it was an insultingly simple question...but I just put Oracle 8
>>on an RH7 system at work, and the installer worked perfectly for me.
>>
>>Have you tried this:
>>
>>mount -t iso9660 -o exec /dev/cdrom /mnt/cdrom
>>
>>The 'exec' option permits execution of binary files.  It's a common
>>problem.  Also, if your system is automounting CD's (my RH7 system
>>doesn't) you should add the exec switch to your /etc/fstab:
>>
>>/dev/cdrom     /mnt/cdrom    auto   noauto,exec,user,ro 0 0
>>
>>That way when it automounts it'll have the ability to execute binaries.
>>
>>Steve
>>
>>
>>Dino Hsu wrote:
>>
>>> 
>>> Steve,
>>> 
>>> Sure it is perfectly possible for me to neglect some basics because I
>>> am a beginner in Linux, or Unix in general. But I have thought of the
>>> mount issue and have done some experiments. I tried to manually umount
>>> and mount back the CD-ROM with:
>>> mount -t iso9660 /dev/cdrom /mnt/cdrom
>>> I made a conclusion later that Linux will automatically mount CD-ROM
>>> (and floppy disk as well) when one is inserted in X window.
>>> I wish those who have experience with Oracle 8 or 8i versions on Linux
>>> Intel could kindly share their knowledge.
>>> 
>>> By the way, there are some anomalies in my X window. For example, I
>>> CANNOT edit any text files but I can view them; when I edit, nothing
>>> comes out, no errors, no messages. I am wondering what the editor
>>> (like NOTEPAD in MS-WIN?) is in X window, I have not seen it yet. My
>>> version is gdm in Red Hat 7.0.
>>> 
>>> Regards,
>>> Dino
>>> 
>>> 
> 
> On Thu, 8 Feb 2001 11:51:50 +0100, "Steven Brangers"
> <[EMAIL PROTECTED]> wrote:
> 
>>DO NOT USE RedHat 7
>>Use RedHat 6.2 instead
>>
>>Steven Brangers.
>>
>>Dino Hsu <[EMAIL PROTECTED]> wrote in message
>>news:[EMAIL PROTECTED]...
>>> Dear all,
>>>
>>> I have just downloaded Linux version of Oracle servers from
>>> otn.oraclce.ocm as follows:
>>> 1.Oracle8051EE_Intel: 167,291KB, Oracle 8.0.5 Enterprise Edition for
>>> Linux
>>> 2.oracle8161_tar.tar: 281,909KB, Oracle 8.1.6 Enterprise Edition for
>>> Linux
>>> 3.linux817ee.tar: 85,534KB, Oracle 8.1.7 Enterprise Edition for Linux
>>>
>>> I know Windows NT server and Oracle server, but I don't know much
>>> about Linux or Unix, so I wonder:
>>> 1.Can I write these 3 files into one CD-ROM?
>>> 2.How can I install the servers in Linux (Red Hat 7.0)?
>>> 3.After the Oracle server is installed on Linux, I also want to
>>> connect to it from Windows 98 on another PC.
>>>
>>> Please kindly advise, thanks in advance.
>>>
>>> Regards,
>>> Dino
>>
> 
> 
I run oracle on Mandrake 7.2. runs like a charm right out of the box. -Dave

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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: Re: configuring sound?
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:32:06 -0400

[EMAIL PROTECTED] wrote:

> 
> Hi, i am trying to get sound to work on my toshiba 720cdt and having
> *no* luck i now turn to the linux Usenet groups for more help.
> 
> my lil' 720cdt has a cs4232 sound chip and i am running SuSE 7.0
> which supports this chip.  For some reason the setup does not find
> this chip and tells me i have to set it up manually.
> 
> I have referred to the linux on toshi tecras
> (http://www.cck.uni-kl.de/misc/tecra710) and have found that i
> know less about modules, irqs, and coms than i thought (shows my
> newbieness).  The following is what the document suggests:
> 
> 
> CONFIG_AUDIO=y
> CONFIG_MIDI=y
> CONFIG_YM3812=y
> CS4232_BASE=534 WSS I/O Address (534/608/e84/f44)
> CS4232_IRQ=5 WSS & SBPro IRQ Level (5/7/9/11/15)
> CS4232_DMA=1 WSS & SBPro DMA Playback Channel (0/1/3)
> CS4232_DMA2=0 WSS & SBPro DMA Record Channel (0/1/3)
> CS4232_MPU_BASE=330 Note: linux/drivers/sound/Readme.cards says
> that the MPU401 synthesizer emulation does not yet work on the CS4232
> CS4232_MPU_IRQ=5
> DSP_BUFFSIZE=65536
> 
> I tried using yast2 but found it about as confusing at just straight
> editing the modules.conf (assuming that is the file i need to be
> editing).  I uncommented the following lines and made a few changes
> which leaves me with the following:
> 
> 
> alias char-major-14 cs4232
> post-install cs4232 modprobe "-k" opl3
> options cs4232 io=0x534 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5
> options opl3 io=0x388
> 
> Does this look right? given what was suggested in the tecra FAQ?  I
> realize that my delimma is probably rather elementary but none the
> less i am unable to figure it out.  Any help would be greatly
> appreciate and i will gladly butter up the individual(s) that can
> help me figure it out.
> 
> 
> thank you,
> 
> -Gaiko
> [EMAIL PROTECTED]
> 
>  -----  Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web 
>  -----
>   http://newsone.net/ -- Free reading and anonymous posting to 60,000+
>   groups
>    NewsOne.Net prohibits users from posting spam.  If this or other posts
> made through NewsOne.Net violate posting guidelines, email
> [EMAIL PROTECTED]
> 
I had a simmilar problem with my Gateway Laptop. I run Mandrake 7.2 but 
with no luck with sound( unless you go through the trouble of compiling and 
setting up Alsa. But I was trying the 8.0 Beta of Mandrake. To my supprise 
they had excelent support for just about any hardware I throught at it 
(minus the winmodem). Once Mandrake 8 is finally released, give it a try. 
you may find life much easier that way. Especially if your new to Linux. 
-Dave

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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: Re: How to change Display configuration for X?
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:33:18 -0400

Stephane wrote:

> Le Fri, 06 Apr 2001 18:32:55 GMT, Afonso Sam A ecrit:
>>My TNT2 display adapter on my linux box(RH7) dead, I replaced it with
>>spare Matrox G200. That is ok to start up the linux box. but fail to
>>start up the X. I did tried to reconfigure the X display with
>>Xconfigurator. but it prompted that there was no module for the
>>detected MGA  G200.
>>What can I do to reactive the X?
> 
> xf86config
> 
> 
> Stephane TOUGARD
> 
>>
>>Afonso Sam
>>
> 
Red hat has a better tool then xf86config to configure x. just run 
Xconfigurator  -Dave

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

From: Dave Seff <[EMAIL PROTECTED]>
Subject: Re: RedHat 7.1 ISO?
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 11:34:23 -0400

Scott Peshak wrote:

> Can anyone point me to where i can download a RedHat 7.1 update disk
> ISO?  the redhat site is very busy at the moment and i can't login to
> it.  I have tried many of the listed redhat mirrors
> (redhat.com/mirrors.html) but none that i have tried have 7.1 yet.
> 
> Thanks,
> Scott Peshak
> Life would be easier if we could look at the source code.
> 
It may pop up soon at www.linuxiso.org  -Dave

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

From: [EMAIL PROTECTED] (H.Bruijn)
Subject: Re: Find current kernel config ?
Date: 17 Apr 2001 15:40:05 GMT
Reply-To: [EMAIL PROTECTED]

On 17 Apr 2001 13:55:57 GMT, [EMAIL PROTECTED] allegedly wrote:
>Hi all,
>
>I've tried to rebuild my kernel (2.2.10, on RedHat 6), and have many
>doubts abouts the proper answers to all the question I'm asked by
>"Configuration". In the end the machine did reboot, but lots of stuff
>was missing (like PCMCIA support, it's a laptop).
>
>So the question is : knowing that I have a properly working system,
>how can I find out what the current configuration is ? ideally, I'd like
>to start by re-building a kernel that's identical to the one I have.

I assume you downloaded the latest 2.2 kernel version (2.2.18 IIRC) off
a mirror of http://www.kernel.org and extracted it to /usr/src/linux.

To make sure that the different kernel versions don't mix and mingle,
first move the current kernel tree from /usr/src/linux somewhere else,
fi to /usr/src/linux-2.2.18, or if /usr/src/linux is a simple symolic
link pointing to a kernel tree somewhere else, simply remove that link.

Then install the redhat package which contains the RedHat kernel source 
and configuration files from cd (I run Debian myself, but had RedHat 
6.2 lying around), 
         ../SRPMS/SRPMS/kernel-source-2.2.14-5.0.src.rpm, 
I don't know where the config files will end up, my Debian version of 
rpm places them in /usr/src/redhat/SOURCES  Find the most relevant one 
kernel-version-{alpha | i386 | i586 | i686 | i686-SMP| sparc}.config
for your hardware.

Copy that configuration file to the new kernel tree,
/usr/src/linux-2.2.18/.config

cd /usr/src/linux-2.2.18/

Then run "make oldconfig", that is a text based configuration tool, 
which you may or may not like, but it takes the old configuration file 
as a start, and compares it to any new options which have appeared in 
the newer kernel. It then only askes you whether or not to select those
new options; all previous settings remain as they were.

Now the new kernel is configured exactly as the stock redhat kernel
installed on your system, plus any new options you have selected. 

Now if you run "make menuconfig" or "make xconfig" from
/usr/src/linux-2.2.18/ you'll get a more graphical interface to the
kernel configuration program, but with the settings preselected as
done by "make oldonfig". You can then switch off everything you don't
need (one of the main reasons for building a new kernel) and build a
new kernel according to the instructions.

>Did "Configuration" store somewhere the previous answers to its
>questions, so I could use that again as a starting point ?

It should have stored the settings you selected in
/usr/src/linux/.config and use those as the template when running "make
menuconfig", or "make xconfig" a second time.

-- 
If a trainstation is the place where trains stop, what is a workstation?
========================================================================
Herman Bruijn                         website:   http://hermanbruijn.com
The Netherlands 

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

From: scli <[EMAIL PROTECTED]>
Subject: ppp failure
Date: Tue, 17 Apr 2001 23:34:23 +0800

Dear all,

When i try to activate the ppp interface, errors happen and the
following in /var/log/messages

-> Apr 17 23:11:17 ACEnet pppd[1168]: pppd 2.3.11 started by root, uid 0

-> Apr 17 23:11:17 ACEnet pppd[1168]: ioctl(PPPIOCGFLAGS): Invalid
argument
-> Apr 17 23:11:17 ACEnet pppd[1168]: tcsetattr: Invalid argument
-> Apr 17 23:11:17 ACEnet pppd[1168]: Exit.
-> Apr 17 23:11:31 ACEnet modprobe: modprobe: Can't locate module ppp0

I would like to what's the problem and how can i find ppp0 so that i can
insmod ppp0.

Thanks a lot!
regards,
LI Siu-chun


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

From: "Antonio Forzieri" <[EMAIL PROTECTED]>
Subject: Aurora...
Date: Tue, 17 Apr 2001 17:52:09 +0200

I have a little problem. I ricompiled the new kernel 2.4.3.
I've activated framebuffer support (Matrox g400) and inserted the needed
line in grub (video=matrox:vesa:0x1BB) but when booting:
ERROR: failed to map framebuffer device to memory: invalid argument;
ERROR cannot make framebuffer object invalid argument;
Please help me!

--
Antonio Forzieri
============================================================================
==========
[EMAIL PROTECTED] (main address)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
============================================================================
==========
Chi si ferma si fossilizza,
e sara' costretto ad una forma.
(Gibran)
============================================================================
==========




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

From: Fred Kitner <[EMAIL PROTECTED]>
Subject: Trouble mounting cdrom
Reply-To: [EMAIL PROTECTED]
Date: Tue, 17 Apr 2001 12:05:29 -0400


Hi,
I hope someone can help me out here. I am running SuSe 7.1
with kernel 2.4.2
I compiled same and setup ide-scsi and scsi generic support.
I can burn cd's no problem but I can't mount the cdrom
I have tried many ways to mount the device.
I have a link in /dev named cdrecorder I soft link  as
ln -s /dev/scd0 /dev/cdrecorder
I have tried other devices they all appear in /dev like:
brw-r-----    1 root     disk      11,   0 Jan 19 03:36 /dev/scd0
or
brw-r--r--    1 root     root      11,   0 Apr 17 10:08 /dev/scc0
there major , minor numbers are all the same .
However when i issue the command:  mount /cdrecorder
i get the following message:
bigtime:~ # ln -s /dev/scd0 /dev/cdrecorder
bigtime:~ # mount /cdrecorder
mount: /dev/cdrecorder: unknown device
Can anyone help me here? What device am i lookiing for? Do i need to do a 
mknod
and if so what device should it be.

Thanks in advance for any help. I am able to send more info if its 
nessassary.
fred

replys can be sent to :
[EMAIL PROTECTED]


I have an entry in fstab as follows:
/dev/cdrecorder /cdrecorder     auto    ro,noauto,user,exec 0 0
>From dmesg:
****************************************************************            
                                                                           
hda: WDC AC24300L, ATA DISK drive
hdb: ST34325A, ATA DISK drive
hdd: Hewlett-Packard CD-Writer Plus 8100, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 8421840 sectors (4312 MB) w/256KiB Cache, CHS=524/255/63
hdb: 8405775 sectors (4304 MB) w/512KiB Cache, CHS=8895/15/63
Partition check:
 hda: hda1 hda2
 hdb: hdb1 hdb2 hdb3
Floppy drive(s): fd0 is 1.44M
****************************************************************
>From log after modprobe ide-scsi
****************************************************************
Apr 17 10:16:29 bigtime kernel: scsi0 : SCSI host adapter emulation for IDE 
ATAPI devices
Apr 17 10:16:29 bigtime kernel:   Vendor: HP        Model: CD-Writer+ 8100  
 Rev: 1.0g
Apr 17 10:16:29 bigtime kernel:   Type:   CD-ROM                            
 ANSI SCSI revision: 02
****************************************************************
>From cdrecord -scanbus
bigtime:~ # cdrecord -scanbus
Cdrecord 1.9 (i686-suse-linux) Copyright (C) 1995-2000 J�rg Schilling
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) 'HP      ' 'CD-Writer+ 8100 ' '1.0g' Removable CD-ROM
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *


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


** FOR YOUR REFERENCE **

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

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.setup.

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

End of Linux-Setup Digest
******************************

Reply via email to