Linux-Setup Digest #401, Volume #21               Fri, 8 Jun 01 22:13:08 EDT

Contents:
  mknod - misbehaving when creating a null device (Grant Murray)
  Desktop Icons are gone! (root)
  xwindow session from w2k laptop ("Jeff D. Hamann")
  Re: mknod - misbehaving when creating a null device (Colin Watson)
  Re: How to read a Win95-partition with partition table with errors. (Svend Olaf 
Mikkelsen)
  any prrbs installing RH 7.1on a scsi HD? ("Harison Phinizy")
  Re: formatting problem ("Natman")
  Re: kernel 2.4.5: create_module: Operation not permitted (Emilio)
  Mountin ZIP drive in RH7.1 after upgrade?? ([EMAIL PROTECTED])
  Re: mknod - misbehaving when creating a null device (Grant Murray)
  4D Scrollware - trackball under Mandrake 7.2 (Morrison Hoyle)
  Re: any prrbs installing RH 7.1on a scsi HD? (Ardith Hoyt)
  Re: Setting a IDE CDROM as SCSI (Dances With Crows)
  Re: NO modules will load after kernel recompile! ("A.C. \"Static\" Stadt")

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

From: Grant Murray <[EMAIL PROTECTED]>
Subject: mknod - misbehaving when creating a null device
Date: Fri, 08 Jun 2001 22:09:41 GMT

As root I execute:
mknod -m 0666 /root/null c 1 3
this gives me perfectly working null device in my root directory, but=20=

when I execute
mknod -m 0666 /mnt/lfs/dev/null c 1 3
and attempt to test it with this command
echo Hi > /mnt/lfs/dev/null
I get:
bash: null: Permission denied
How is it possible that it works in one directory but not in another?

Some things I have tried:=20
        I re-installed file-utils so that I am using version 4.1 of mknod.
        I compared permissions and ownerships to the usual /dev/null, the match=
=20
identically
        I searched the web for a common problem and found nought.
The only differences I can think of between /root and /mnt/lfs/dev (wher=
e=20
it worked and didn't work respectively) are that they are on different=20=

partitions /root is on partition /dev/sda6 and /mnt/lfs is /dev/sda2.=20=

Any thoughts would be appreciated.

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

From: root <[EMAIL PROTECTED]>
Subject: Desktop Icons are gone!
Date: Fri, 08 Jun 2001 18:26:39 -0400

  Hello.  I boot up Redhat 7.1 as usual and logged in, but all the icons
used to be on desktop are gone.
I cannot open Gnome file manager either.  Same as logging in as root.
  Is there any way to fix it?

 Thanks,

Tsugi


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

From: "Jeff D. Hamann" <[EMAIL PROTECTED]>
Subject: xwindow session from w2k laptop
Date: Fri, 8 Jun 2001 15:42:39 -0700

newbie xwindow question.

I have a linux box hat has software i would like to run (GRASS, R, etc) and
would like to run the software such that I view the desktop from my laptop
instead of having to log onto the linux server and sit there for hours on
end (the monitor when it's hooked up is awful). Is there a way of running an
xwindow session on my windows 2k laptop?

jeff.



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

From: [EMAIL PROTECTED] (Colin Watson)
Subject: Re: mknod - misbehaving when creating a null device
Date: 8 Jun 2001 22:42:53 GMT

Grant Murray <[EMAIL PROTECTED]> wrote:
>As root I execute:
>mknod -m 0666 /root/null c 1 3
>this gives me perfectly working null device in my root directory, but 
>when I execute
>mknod -m 0666 /mnt/lfs/dev/null c 1 3
>and attempt to test it with this command
>echo Hi > /mnt/lfs/dev/null
>I get:
>bash: null: Permission denied
>How is it possible that it works in one directory but not in another?

/mnt/lfs is probably mounted with the 'nodev' mount option. Beware that
the 'user' option implies 'nodev', so if you want user-mountable
partitions that are allowed to store device nodes then you need to mount
it 'user,dev'.

Cheers,

-- 
Colin Watson                                     [[EMAIL PROTECTED]]
"Engfeh ngggg *znork*"
"Was that a zombie?" "It's 9:30 in the morning."
"Ahhhh. That was a kernel hacker." - http://www.userfriendly.org/

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

From: [EMAIL PROTECTED] (Svend Olaf Mikkelsen)
Subject: Re: How to read a Win95-partition with partition table with errors.
Date: Fri, 08 Jun 2001 22:51:58 GMT

"johan goris" <[EMAIL PROTECTED]> wrote:

>I've got the following problem:
>
>I have a disk (16 heads, 63 sectors, 25288 cyl) which is partitionned :
>
>(with fdisk :)
>
>Device        Boot    Start            End                Blocks
>id            System                                   Remarks
>/dev/hda1    *          1                  18117            9130936+       c
>Win95FAT32 (LBA)              This partition is OK (contains Win98 OS)
>/dev/hda2                1025            5088             2048251         f
>Win95Ext'd (LBA)                This is the partition I want to read, but I
>cannot
>
>access anymore
>/dev/hda3                22182         24967            1404144        83
>Linux                                       This partition is OK (contains
>Linux Redhat 6.0
>/dev/hda4                24968         25288            131544           82
>Linux Swap                            This partition is OK
>/dev/hda5                2160734    715730          1419201560+   6
>FAT16                                    ???
>
>
>First is the Linux OS put on the computer. Win98 is put on afterwards. I
>want to save the information on hda2 (about 2 GB)
>
>Who can give me help to resolve this problem.

Note that hda2 is the extended partition, not the FAT partition.

To provide more information you can get Findpart at

http://inet.uni2.dk/~svolaf/utilities.htm

do in a Windows DOS box:

findpart all fp.txt

and post the content from fp.txt.
-- 
Svend Olaf

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

From: "Harison Phinizy" <[EMAIL PROTECTED]>
Subject: any prrbs installing RH 7.1on a scsi HD?
Date: Fri, 08 Jun 2001 22:59:11 GMT

It locks on that blue screen where it loas the aic7xxx driver...



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

From: "Natman" <[EMAIL PROTECTED]>
Subject: Re: formatting problem
Date: Fri, 08 Jun 2001 23:41:41 GMT

First, Double check that the BIOS is detecting the disk size properly (if
you are currently set at auto-detect, manually enter the Cyls, Heads,
Secs that are listed on the drive).  Use a Win98/ME boot disk to get the
latest MS-DOS fdisk.  Make sure that your paritions are ordered:

hdX1: linux /boot
hdX2: MS-DOS
hdX#: rest of linux stuff

because MS-DOS likes to start below the 1024 cyl.  When you create
a partiton with linux cfdisk, be sure to change it's type to "Fat32 LBA"
(I believe the id is "c") -- Fat16, or normal Fat32 won't work.

Natman


"Bernd" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi,
>
> I have installed Debian 2.2r3. Before installing partitions were made
> using cfdisk.
> Also MS-DOS is able to read the partition table with fdisk.
> However, format only formats 5.66 GB out of the 13.9 GB of the
> primary/DOS partition.
> Removing this partition with MS-DOS fdisk and making a new one resulted
> in a 11 Gb partition (still 2 Gb 'lost'), and a screwed up partition
> table.
>
> I did the dd command from the cfdisk manual, but this does not make a
> difference.
>
> I do not understand why MS-DOS fdisk reads the partition table
> correctly, but  does not format the complete partition. Also with dir c:
> the partition seems to be 5.66 Gb instead of the 13.9 written in the
> partition table.
>
> Does someone know how i can get DOS to format the complete 13.9 GB of
> the primary/DOS partition??
>
> Regards,
> Bernd
>



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

From: Emilio <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: kernel 2.4.5: create_module: Operation not permitted
Date: Fri, 08 Jun 2001 23:54:59 GMT

Finally I solved the problem!
It was related to the fact that I used to preload the ide-scsi module
(needed for scsi emulation) using the preinstall command in modules.conf
wich (although still documented in the modules.conf manpage) seems not
to work properly with the new kernel and modutils. So I substituted the
preinstall command with 'add above' and now everythings fine!
-- 
Emilio Federici
[EMAIL PROTECTED]
ICQ:27013758

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

From: [EMAIL PROTECTED]
Subject: Mountin ZIP drive in RH7.1 after upgrade??
Date: Fri, 08 Jun 2001 23:56:09 GMT


Hi all,

I just upgraded from RH6.1 to RH7.1 and am having problems mounting my
ZIP drive. This drive mounted properly under RH7.1 

Since I have no idea what I am doing I am including the dmesg output
and my current fstab file.

1. Can someone help me fix this?

2. Can someone give an explanation what might be wrong so I can learn
from this?

Any help will be appreciated!!!

Thanks,

Pedro


Linux version 2.4.2-2 ([EMAIL PROTECTED]) (gcc version 2.96
20000731 (Red Hat Linux 7.1 2.96-79)) #1 Sun Apr 8 20:41:30 EDT 2001
BIOS-provided physical RAM map:
 BIOS-e820: 000000000009f800 @ 0000000000000000 (usable)
 BIOS-e820: 0000000000000800 @ 000000000009f800 (reserved)
 BIOS-e820: 0000000000018400 @ 00000000000e7c00 (reserved)
 BIOS-e820: 0000000003ffe000 @ 0000000000100000 (usable)
 BIOS-e820: 0000000000001800 @ 00000000040fe000 (ACPI data)
 BIOS-e820: 0000000000000400 @ 00000000040ff800 (ACPI NVS)
 BIOS-e820: 0000000001f00400 @ 00000000040ffc00 (usable)
 BIOS-e820: 0000000000018400 @ 00000000fffe7c00 (reserved)
On node 0 totalpages: 24576
zone(0): 4096 pages.
zone DMA has max 32 cached pages.
zone(1): 20480 pages.
zone Normal has max 160 cached pages.
zone(2): 0 pages.
zone HighMem has max 1 cached pages.
Kernel command line: BOOT_IMAGE=linux ro root=304
BOOT_FILE=/boot/vmlinuz-2.4.2-2 hdc=ide-scsi
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 398.279 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 794.62 BogoMIPS
Memory: 94244k/98304k available (1365k kernel code, 3664k reserved,
92k data, 236k init, 0k highmem)
Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)
Page-cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode-cache hash table entries: 8192 (order: 4, 65536 bytes)
VFS: Diskquotas version dquot_6.5.0 initialized
CPU: Before vendor init, caps: 0183f9ff 00000000 00000000, vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After vendor init, caps: 0183f9ff 00000000 00000000 00000000
CPU: After generic, caps: 0183f9ff 00000000 00000000 00000000
CPU: Common caps: 0183f9ff 00000000 00000000 00000000
CPU: Intel Pentium II (Deschutes) stepping 01
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.37 (20001109) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd9b3, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 0: assuming transparent
PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: Card 'U.S. Robotics 56K Voice Win'
isapnp: 1 Plug & Play card detected total
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.14)
Starting kswapd v1.8
pty: 256 Unix98 ptys configured
block: queued sectors max/low 62424kB/20808kB, 192 slots per queue
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1000-0x1007, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1008-0x100f, BIOS settings: hdc:pio, hdd:pio
hda: Maxtor 91360D8, ATA DISK drive
hdb: NEC CD-ROM DRIVE:28D, ATAPI CD/DVD-ROM drive
hdc: SONY CD-RW CRX0811, ATAPI CD/DVD-ROM drive
hdd: IOMEGA ZIP 100 ATAPI Floppy, ATAPI FLOPPY drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 26563824 sectors (13601 MB) w/256KiB Cache, CHS=1653/255/63,
UDMA(33)
hdd: 98288kB, 196576 blocks, 512 sector size
hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512 sector size, 2941 rpm
Partition check:
 hda: hda1 hda2 hda3 < hda5 hda6 > hda4
 hdd: hdd1 hdd2 hdd3 hdd4
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Serial driver version 5.02 (2000-08-09) with MANY_PORTS MULTIPORT
SHARE_IRQ SERIAL_PCI ISAPNP enabled
Real Time Clock Driver v1.10d
md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md.c: sizeof(mdp_super_t) = 4096
autodetecting RAID arrays
autorun ...
... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 8192 bind 8192)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 236k freed
Adding Swap: 72252k swap-space (priority -1)
Adding Swap: 124920k swap-space (priority -2)
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.251 $ time 20:53:29 Apr  8 2001
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 9 for device 00:07.2
usb-uhci.c: USB UHCI at I/O 0x1020, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
hdb: ATAPI 40X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
hdc: driver not present
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: SONY      Model: CD-RW CRX0811     Rev: MYS2
  Type:   CD-ROM                             ANSI SCSI revision: 02
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
parport0: cpp_daisy: aa5500ff(20)
parport0: assign_addrs: aa5500ff(20)
parport0: Printer, Hewlett-Packard HP LaserJet 5L
ip_conntrack (768 buckets, 6144 max)
eth0: 3c509 at 0x300, 10baseT port, address  00 50 04 a0 25 98, IRQ
10.
3c509.c:1.16 (2.2) 2/3/98 [EMAIL PROTECTED]
eth0: Setting Rx mode to 1 addresses.
isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 2
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 2
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 2
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 2
 hdd: hdd1 hdd2 hdd3 hdd4
ide-floppy: hdd: I/O error, pc = 28, key =  5, asc = 21, ascq =  0
end_request: I/O error, dev 16:44 (hdd), sector 0
FAT bread failed


/dev/hda4               /                       ext2    defaults
1 1
/dev/hda2               /boot                   ext2    defaults
1 2
/dev/cdrom              /mnt/cdrom              iso9660 owner
0 0
/dev/hda5       /mnt/data       vfat
user,exec,dev,suid,rw,umask=000 0 0
/dev/hda6               swap                    swap    defaults
0 0
/dev/fd0                /mnt/floppy             vfat    noauto,owner
0 0
none                    /proc                   proc    defaults
0 0
none                    /dev/pts                devpts  gid=5,mode=620
0 0

/SWAP                   swap                    swap    defaults
0 0
/dev/cdrom1             /mnt/cdrom1             iso9660
noauto,owner,kudzu,ro 0 0
/dev/cdrom2             /mnt/cdrom2             iso9660
noauto,owner,kudzu,ro 0 0
/dev/hdd4               /mnt/zip100.0           auto
noauto,owner,kudzu 0 0


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

From: Grant Murray <[EMAIL PROTECTED]>
Subject: Re: mknod - misbehaving when creating a null device
Date: Sat, 09 Jun 2001 00:04:27 GMT

Thanks, that was my problem exactly. After remounting all is well.


> Grant Murray <[EMAIL PROTECTED]> wrote:
> >As root I execute:
> >mknod -m 0666 /root/null c 1 3
> >this gives me perfectly working null device in my root directory, but=

> >when I execute
> >mknod -m 0666 /mnt/lfs/dev/null c 1 3
> >and attempt to test it with this command
> >echo Hi > /mnt/lfs/dev/null
> >I get:
> >bash: null: Permission denied
> >How is it possible that it works in one directory but not in another?=


> /mnt/lfs is probably mounted with the 'nodev' mount option. Beware tha=
t
> the 'user' option implies 'nodev', so if you want user-mountable
> partitions that are allowed to store device nodes then you need to mou=
nt
> it 'user,dev'.

> Cheers,

> --
> Colin Watson                                     [[EMAIL PROTECTED]=
k]
> "Engfeh ngggg *znork*"
> "Was that a zombie?" "It's 9:30 in the morning."
> "Ahhhh. That was a kernel hacker." - http://www.userfriendly.org/

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

From: [EMAIL PROTECTED] (Morrison Hoyle)
Subject: 4D Scrollware - trackball under Mandrake 7.2
Date: Sat, 09 Jun 2001 00:51:59 GMT
Reply-To: [EMAIL PROTECTED]

I would be very grateful if anyone can help me to get my A4Tech 4D
Scrollware mouse device to work under Mandrake 7.2

This is a very nice device that works well under Windoze as it has 3
buttons and two wheels.  A conventional mouse is a real pain to me -
literally - as I get shooting pains up my arm when navigating with it.

The A4 device has a large ball about 2 inches or 5 cm diameter that I
can rest my palm upon while the wheels give me all the movement down
or across pages.

I have read the Busmouse HOWTOs but cannot find a solution.  HardDrake
MouseDrake running mouseconfig don't give me any options that fit.
The unit is connected via a ps/2 type miniature plug to a serial
adaptor into my Com2 irq 3 port.  Using the Mandrake configuring tools
my XFree86Config file has under the Pointer section
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Buttons
Emulate3Timeout 50

but it doesn't work!

Please send me any advice to [EMAIL PROTECTED] rather than posting a
response to this group which I don't get to see very often.

Morrison Hoyle

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

From: Ardith Hoyt <[EMAIL PROTECTED]>
Subject: Re: any prrbs installing RH 7.1on a scsi HD?
Date: Fri, 8 Jun 2001 19:48:05 -0500
Reply-To: [EMAIL PROTECTED]

Harison Phinizy wrote:

> It locks on that blue screen where it loas the aic7xxx driver...

It's the driver.

Ardith

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

From: [EMAIL PROTECTED] (Dances With Crows)
Crossposted-To: comp.os.linux.hardware
Subject: Re: Setting a IDE CDROM as SCSI
Date: 9 Jun 2001 01:59:50 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 08 Jun 2001 21:23:30 -0400, Tom�s Fern�ndez Pena staggered into
the Black Sun and said:
>I'm running Mandrake 8.0 with kernel  2.4.3, and I have a CD-ROM and a
>CD-RW both IDEs. The burner is working under /dev/scd0 (0,0,0) but the
>reader is working under /dev/hdc, so cdrecord -scanbus doesn't detect
>the reader. I'd like that both work under /dev/scd*. I've recompiled the
>kernel to statically link the SCSI emulation and the SCSI support and
>SCSI generic support, and I've added to the /etc/lilo.conf the line
>
>append=" hdc=ide-scsi quiet"
>
>but nothing is change changed.  My CD burner was left at /dev/scd0 and
>is still recognized as a SCSI device,  at 0,0,0,  but my reader
>continues under /dev/hdc .  What should I do?

Did you run /sbin/lilo after making your changes?  BTW, "quiet" is
something you *ONLY* put in *AFTER* you have everything working
properly.  And the append= line should read
  append="hdc=ide-scsi hdd=ide-scsi"
if you want both devices to be seen as SCSI devices.  Leave that "quiet"
option off; you want to see the messages the kernel generates while it's
booting so you can tell if things are working correctly.

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /  Outside of a dog, a book is a man's best
http://www.brainbench.com     /   friend.  Inside of a dog, it's too dark
=============================/    to read.  ==Groucho Marx

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

From: "A.C. \"Static\" Stadt" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,alt.os.linux.mandrake,comp.os.linux,linux
Subject: Re: NO modules will load after kernel recompile!
Date: Sat, 09 Jun 2001 02:08:48 GMT

On Fri, 8 Jun 2001 15:05:52 -0500, "John Bailey" <[EMAIL PROTECTED]>
wrote:

>Well,
>
>I'm trying to get the Alcatel Speedtouch 'slug' working in Mandrake 8, but
>forget about that.  I'm having problems rebuilding the kernel.  Everytime I
>recompile, I get lots of errors on bootup, and I've figured out what's
>happening.  I've now noticed what's happening.  First, here are the steps I
>use to rebuild:
>
>make dep
>make clean
>make bzImage
>make modules
>make install
>make modules_install
>
>i ALWAYS get errors on 'make modules' and 'make modules_install'.  and I
>actually noticed that one of my previous attempts.  Keeping in mind that
>after the recompile, i get a bazillion errors on bootup, including bringing
>up eth0, and the USB filesystem, a lighbulb finally came on and I did an
>'lsmod'  Guess what?... NOTHING was listed.  not a single module loaded.  I
>then tried modprobe \* and got a screen full of errors and one pidly module
>actually loads...something insignificant.  what the hell is happening to my
>modules?
>
>John

John, I can understand that you occassionally have to cross post, but
posting to 5 groups?  Take it easy will ya.

As previously mentioned in some other replies, what kind of errors are
you getting?  Be specific, quote them if possible.  Did you read the
appropriate readme's prior to trying compile?  Specially, did you look
a the Documentation/Changes file and verify that you have the correct
versions of the various supporting utilities installed?

St.


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


** 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