LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-02-2002, 08:59 AM   #1
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Rep: Reputation: 0
make: **** No rule to make target 'bzImage'


After configuring 2.4.17 tried to make : make bzImage
make responded with : make: *** No rule to make target `bzImage'.
Stop.

Do you know why this problem happens? how to fix it.

Thank you very much.

Grace
 
Old 04-02-2002, 10:30 AM   #2
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
What sort of machine is it. I got very frustrated whilst trying to recompile on a Sparc 5. If you're on a sparc, it's make vmlinux, then gzip -9 vmlinux, then mv vmlinuz /boot. You need to move the system map as well.

I found a page on the web via google, after banging my head on the wall for a day or so!


Jim
 
Old 04-02-2002, 02:23 PM   #3
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Original Poster
Rep: Reputation: 0
Another questions--USB cd-Writer

Hi Jim,

Thank you very much for your reply, I am using Intel Pentium4 running RH7.2. I can do 'make bzIamge' now. I just logout and login again, and start from 'make xconfig'.

But I have another question. I want to install the USB Sony cd writer-CRX175A on RH7.2, with kernel 2.4.17. After I make new kernel, here is my configuration: (I follow the pst with tile'Mounting CDRW drive':

ATA/IDE/MFM/RLL support ---> ATA/IDE/MFM/RLL support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> Include IDE/ATA-2 DISK support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> Include IDE/ATAPI CDROM support
ATA/IDE/MFM/RLL support ---> IDE, ATA and ATAPI Block devices ---> SCSI emulation support

SCSI support ---> SCSI support
SCSI support ---> SCSI disk support
SCSI support ---> SCSI CD-ROM support

USB support ---> Support for USB
USB support ---> Preliminary USB device filesystem
USB support ---> UHCI (Intel PIIX4 VIA...) support
^^^^^
All of the above options are directly compiled in, not as modules.

USB support ---> USB Mass Storage support

This last option is compiled as a module.

modprobe usb-storage
[root@hera storage]# lsmod
Module Size Used by
usb-storage 20304 0 (unused)
3c59x 25888

My questions:
1. During the reboot procedure, checking new hardware: the computer can nof find new cd-writer.

2. after I reboot the machine, the the usb-storage module does not show up.

Thank you very mcuh.

Grace
 
Old 04-02-2002, 03:14 PM   #4
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Grace

First thought, I have no idea. Don't use usb much, and not tried external cd-rw. Likely to be something you missed on the recompile (I
remember doing that with printer support once!).

However I do use RH 7.2 and when I plugged my zip drive in to usb on desktop, or pcmcia on laptop, it was recognised instantly. Have you tried plugging it in when the system is running the default installed kernel?

I would boot the machine, then plug the drive in and see what is
happening. Check /var/log/messages for stuff about USB. It could be that your BIOS has usb disabled in which case it will never work.

I've given up recompiling kernels for the sake of it, I'm sticking with
Red Hat's upgrades, and the Ximian Red Carpet.

Jim
 
Old 04-02-2002, 03:44 PM   #5
qingjuan
LQ Newbie
 
Registered: Mar 2002
Location: New Jersey
Posts: 11

Original Poster
Rep: Reputation: 0
usb cd-rw

Hi Jim,
I tried the plugging in cd-rw when the system is running, there is message about usb in /var/logmessage.
Do you think this indicate the system reconigze my cd-rw?

Thank you very much.

Grace

Apr 2 16:43:31 hera kernel: usb.c: USB disconnect on device 2
Apr 2 16:43:33 hera kernel: Device not ready. Make sure there is a disc in the drive.
Apr 2 16:43:35 hera last message repeated 2 times
Apr 2 16:43:37 hera kernel: Device not ready. Make sure there is a disc in the drive.
Apr 2 16:43:45 hera last message repeated 4 times
Apr 2 16:43:47 hera kernel: hub.c: USB new device connect on bus2/2, assigned device number 3
Apr 2 16:43:47 hera /etc/hotplug/usb.agent: ... no drivers for USB product 54c/73/1107
Apr 2 16:43:47 hera kernel: UDP Drop IN=br0 PHYSIN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:02:d0:b7:3d:db:10:08:00 SRC=192.0.2.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=62423 PROTO=UDP SPT=68 DPT=67 LEN=308
Apr 2 16:43:48 hera kernel: UDP Drop IN=br0 PHYSIN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:02:90:27:7d:aa:e7:08:00 SRC=192.0.2.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=1868 PROTO=UDP SPT=68 DPT=67 LEN=308
Apr 2 16:43:48 hera kernel: usb-uhci.c: interrupt, status 3, frame# 1873
Apr 2 16:43:48 hera kernel: UDP Drop IN=br0 PHYSIN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:02:90:27:38:78:08:08:00 SRC=192.0.2.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=53135 PROTO=UDP SPT=68 DPT=67 LEN=308
Apr 2 16:43:53 hera
 
Old 04-02-2002, 04:04 PM   #6
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Grace

Obviously I'm not an expert, but it clearly states no drivers. I suggest you check the Red Hat hardware compatibility list to see if your drive is supported.

Jim
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
make: *** No rule to make target 'menuconfig' yussef Debian 10 12-22-2005 09:23 AM
make: *** No rule to make target `menuconfig' Ezzy Linux - Newbie 3 04-21-2005 09:21 AM
lopster v1.2.2 make error: No rule to make target `m4/glibc21.m4' Kropotkin Fedora 0 10-31-2004 11:19 AM
make: *** No rule to make target 'gconfig'. Stop. cswake Slackware 4 10-10-2004 12:13 PM
make: **** No rule to make target 'bzImage tsw Slackware 18 06-26-2004 08:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration