* Re: 2.5.64p5 No USB support when APIC mode enabled
@ 2003-03-07 18:57 Nicolas Mailhot
2003-03-08 12:29 ` Meino Christian Cramer
2003-05-20 18:26 ` 2.4.21-pre5/7 fails to compile Meino Christian Cramer
0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Mailhot @ 2003-03-07 18:57 UTC (permalink / raw)
To: linux-kernel; +Cc: Meino Christian Cramer
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
| I got "No dma on first hard drive" as bug id 15 ???
| As that, what you intended, Nicolas ???
Sorry, stupid me, I'm mixing up my bugs.
See bug 10 instead :
http://bugzilla.kernel.org/show_bug.cgi?id=10
Regards,
--
Nicolas Mailhot
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.5.64p5 No USB support when APIC mode enabled
2003-03-07 18:57 2.5.64p5 No USB support when APIC mode enabled Nicolas Mailhot
@ 2003-03-08 12:29 ` Meino Christian Cramer
2003-03-08 13:48 ` Nicolas Mailhot
2003-05-20 18:26 ` 2.4.21-pre5/7 fails to compile Meino Christian Cramer
1 sibling, 1 reply; 5+ messages in thread
From: Meino Christian Cramer @ 2003-03-08 12:29 UTC (permalink / raw)
To: Nicolas.Mailhot; +Cc: linux-kernel
From: Nicolas Mailhot <Nicolas.Mailhot@laPoste.net>
Subject: Re: 2.5.64p5 No USB support when APIC mode enabled
Date: 07 Mar 2003 19:57:37 +0100
Hi Nicolas.
..._I_ am the stupid one, Nicolas :)
Could you pleas e give me a short hint, how I should handle
what I have found (USB probs) with the bugzilla interface.
Haven't used it before...
THANKS! :O)
Keep hacking!
Meino
> | I got "No dma on first hard drive" as bug id 15 ???
> | As that, what you intended, Nicolas ???
>
> Sorry, stupid me, I'm mixing up my bugs.
>
> See bug 10 instead :
>
> http://bugzilla.kernel.org/show_bug.cgi?id=10
>
> Regards,
>
> --
> Nicolas Mailhot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.5.64p5 No USB support when APIC mode enabled
2003-03-08 12:29 ` Meino Christian Cramer
@ 2003-03-08 13:48 ` Nicolas Mailhot
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Mailhot @ 2003-03-08 13:48 UTC (permalink / raw)
To: Meino Christian Cramer; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2095 bytes --]
Le sam 08/03/2003 à 13:29, Meino Christian Cramer a écrit :
> From: Nicolas Mailhot <Nicolas.Mailhot@laPoste.net>
> Subject: Re: 2.5.64p5 No USB support when APIC mode enabled
> Date: 07 Mar 2003 19:57:37 +0100
>
> Hi Nicolas.
>
> ..._I_ am the stupid one, Nicolas :)
>
> Could you pleas e give me a short hint, how I should handle
> what I have found (USB probs) with the bugzilla interface.
> Haven't used it before...
Bugzilla is very user-unfriendly at first but one get used to it and
it's very powerful (plus lots of projects use it)
Usually when you have found a problem you should :
1. Search if it's not already reported (query, usually search by
summary/description gets the broadest results)
2. If you find a bug that looks the same :
* add yourself to the CC list
* add a comment stating your problem and why you think it's the same
If it's not the same problem the maintainer which knows best will tell
you to open another bug (so if you're not sure, ask about it in your
comment)
3. if you didn't find any similar problem open a new bug. The important
parts are
* Fill it in the best category so it will be directed to the good person
* Use a « catchy » summary which makes clear what the problem is
* Attach relevant files (often dmesg, kernel config, lspci)
* Only specify the person to whom the bug should be assigned if you're
sure of what you're doing (ie this person is already treating similar
bugs) ! Bad assignment will loose time and annoy people, and bugzilla
will try to select the right maintainer based on the category you've
chosen if you leave the field blank.
Note bugzilla is very flexible ; if you made mistakes the bug will be
reclassified/redirected till it's filled correctly (however this will
take time)
Moreover note bugzilla usage for the kernel is fairly recent. Some
maintainers are still not used to it, so they'll also make mistakes.
Last hint : all bugzilla fields are commented, usually a link right next
to each field will lead to an explanation.
Regards,
--
Nicolas Mailhot
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* 2.4.21-pre5/7 fails to compile
2003-03-07 18:57 2.5.64p5 No USB support when APIC mode enabled Nicolas Mailhot
2003-03-08 12:29 ` Meino Christian Cramer
@ 2003-05-20 18:26 ` Meino Christian Cramer
2003-05-21 13:02 ` Carl-Daniel Hailfinger
1 sibling, 1 reply; 5+ messages in thread
From: Meino Christian Cramer @ 2003-05-20 18:26 UTC (permalink / raw)
To: linux-kernel
Hi !
I got some weird problems to compile linux 2.4.21 pre 5 and pre 7.
Both fail at the same point of code:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21p7/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon -nostdinc -iwithprefix include -DKBUILD_BASENAME=mmx -c -o mmx.o mmx.c
rm -f lib.a
ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o memcpy.o strstr.o mmx.o
make[2]: Leaving directory `/usr/src/linux-2.4.21p7/linux/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.4.21p7/linux/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.4.21p7/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
drivers/parport/driver.o drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/char/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/pci/driver.o drivers/video/video.o drivers/media/media.o drivers/i2c/i2c.o \
net/network.o \
/usr/src/linux-2.4.21p7/linux/arch/i386/lib/lib.a /usr/src/linux-2.4.21p7/linux/lib/lib.a /usr/src/linux-2.4.21p7/linux/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
net/network.o(.text+0xd807): In function `rtnetlink_rcv':
: undefined reference to `rtnetlink_rcv_skb'
make: *** [vmlinux] Error 1
Could one give me a hint what is goind wrong here ?
Please CC me, since I am currently not subscribed.
Thank you very much for your help and undertstanding in advance!
Kind regards,
Meino Cramer
- used system, software: -
Linux 2.4.20
gcc 3.3.
glibc 2.3.2.
binutils 2.14.90.0.2
gdb 5.3
XFree 4.3.99.3 (hardware dri/drm enabled and working)
IceWM 2.7
- used system, hardware: -
ATI Radeon 7500 AGP made by Sapphire
Athlon XP 2400+
EPoX 8K5A3+
256 MB DDR RAM
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-05-21 12:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 18:57 2.5.64p5 No USB support when APIC mode enabled Nicolas Mailhot
2003-03-08 12:29 ` Meino Christian Cramer
2003-03-08 13:48 ` Nicolas Mailhot
2003-05-20 18:26 ` 2.4.21-pre5/7 fails to compile Meino Christian Cramer
2003-05-21 13:02 ` Carl-Daniel Hailfinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox