linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ 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; 10+ 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] 10+ messages in thread

* Re: 2.4.21-pre5/7 fails to compile
  2003-05-20 18:26 ` 2.4.21-pre5/7 fails to compile Meino Christian Cramer
@ 2003-05-21 13:02   ` Carl-Daniel Hailfinger
  0 siblings, 0 replies; 10+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-21 13:02 UTC (permalink / raw)
  To: Meino Christian Cramer; +Cc: linux-kernel

Meino Christian Cramer wrote:
> Hi !
> 
>  I got some weird problems to compile linux 2.4.21 pre 5 and pre 7.

Please try 2.4.21-rc2. If that also does not work, attach your .config
to the reply.

HTH,
Carl-Daniel
-- 
http://www.hailfinger.org/


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 2.5.64p5 No USB support when APIC mode enabled
  2003-03-07 14:11 2.5.64p5 No USB support when APIC mode enabled Nicolas Mailhot
@ 2003-03-07 15:19 ` Meino Christian Cramer
  0 siblings, 0 replies; 10+ messages in thread
From: Meino Christian Cramer @ 2003-03-07 15:19 UTC (permalink / raw)
  To: Nicolas.Mailhot; +Cc: linux-kernel, alan

From: Nicolas Mailhot <Nicolas.Mailhot@one2team.com>
Subject: Re: 2.5.64p5 No USB support when APIC mode enabled
Date: 07 Mar 2003 15:11:56 +0100

Hi,

 I got "No dma on first hard drive" as bug id 15 ???
 As that, what you intended, Nicolas ???

 Keep hacking!
 Meino

> |Alan Cox wrote :
> |
> |You need at least 2.4.21-pre5-ac, or 2.5.64-ac (I just sent Linus the
> |relevant changes) to use APIC on the VIA chipset systems. You also need
> |a BIOS with correct tables, which can also be a little tricky to find
> |in uniprocessordom
> 
> Well, if it's the same bug as 
> http://bugzilla.kernel.org/show_bug.cgi?id=15, 
> I'm certainly seeing it also with 2.5.64-ac1. Old 2.4.-ac kernels used to be
> fine, I fear they have nowe been "fixed" to match 2.5.
> 
> Maybe you should be cc'd on this bug ?
> 
> |And Meino Christian Cramer replied :
> |
> | Therefore it seems that APIC is working with my VIA board without USB.
> | But I cannot live without USB ... my mouse is USBish and X without a
> | mouse is a little ... hmmm senseless.
> 
> Lucky you. I'm on a 100% hid input setup (mouse *and* keyboard), the 
> hardware is great on the kernels that support it, but is seems good
> Linux support is not here yet:(.
> 
> Regards,
> 
> -- 
> Nicolas Mailhot

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 2.5.64p5 No USB support when APIC mode enabled
@ 2003-03-07 14:11 Nicolas Mailhot
  2003-03-07 15:19 ` Meino Christian Cramer
  0 siblings, 1 reply; 10+ messages in thread
From: Nicolas Mailhot @ 2003-03-07 14:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

[-- Attachment #1: Type: text/plain, Size: 963 bytes --]

|Alan Cox wrote :
|
|You need at least 2.4.21-pre5-ac, or 2.5.64-ac (I just sent Linus the
|relevant changes) to use APIC on the VIA chipset systems. You also need
|a BIOS with correct tables, which can also be a little tricky to find
|in uniprocessordom

Well, if it's the same bug as 
http://bugzilla.kernel.org/show_bug.cgi?id=15, 
I'm certainly seeing it also with 2.5.64-ac1. Old 2.4.-ac kernels used to be
fine, I fear they have nowe been "fixed" to match 2.5.

Maybe you should be cc'd on this bug ?

|And Meino Christian Cramer replied :
|
| Therefore it seems that APIC is working with my VIA board without USB.
| But I cannot live without USB ... my mouse is USBish and X without a
| mouse is a little ... hmmm senseless.

Lucky you. I'm on a 100% hid input setup (mouse *and* keyboard), the 
hardware is great on the kernels that support it, but is seems good
Linux support is not here yet:(.

Regards,

-- 
Nicolas Mailhot

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 2.5.64p5 No USB support when APIC mode enabled
  2003-03-07 12:52     ` Alan Cox
@ 2003-03-07 13:37       ` Meino Christian Cramer
  0 siblings, 0 replies; 10+ messages in thread
From: Meino Christian Cramer @ 2003-03-07 13:37 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: 2.5.64p5 No USB support when APIC mode enabled
Date: 07 Mar 2003 12:52:16 +0000

Hi Alan, 

 thanks for your reply! 

 Unfortunately it does not solve the problem:
 As long as uhci (or USB per se) is not present, things do work.

 But uhci/USB get confused and repeats the message (in my last mail)
 endlessly i fcompbined with APIC mode.

 Therefore it seems that APIC is working with my VIA board without USB.
 But I cannot live without USB ... my mouse is USBish and X without a
 mouse is a little ... hmmm senseless.

 Any ideas else?

 Keep Hacking!
 Meino
 

> You need at least 2.4.21-pre5-ac, or 2.5.64-ac (I just sent Linus the
> relevant changes) to use APIC on the VIA chipset systems. You also need
> a BIOS with correct tables, which can also be a little tricky to find
> in uniprocessordom
> 
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: 2.5.64p5 No USB support when APIC mode enabled
  2003-03-07  7:44   ` 2.5.64p5 No USB support when APIC mode enabled Meino Christian Cramer
@ 2003-03-07 12:52     ` Alan Cox
  2003-03-07 13:37       ` Meino Christian Cramer
  0 siblings, 1 reply; 10+ messages in thread
From: Alan Cox @ 2003-03-07 12:52 UTC (permalink / raw)
  To: Meino Christian Cramer; +Cc: Linux Kernel Mailing List

You need at least 2.4.21-pre5-ac, or 2.5.64-ac (I just sent Linus the
relevant changes) to use APIC on the VIA chipset systems. You also need
a BIOS with correct tables, which can also be a little tricky to find
in uniprocessordom


^ permalink raw reply	[flat|nested] 10+ messages in thread

* 2.5.64p5 No USB support when APIC mode enabled
  2003-03-06 13:29 ` Russell King
@ 2003-03-07  7:44   ` Meino Christian Cramer
  2003-03-07 12:52     ` Alan Cox
  0 siblings, 1 reply; 10+ messages in thread
From: Meino Christian Cramer @ 2003-03-07  7:44 UTC (permalink / raw)
  To: linux-kernel

Hi,

 I got some problems with USB (in my case the mouse).
 If I enable "APIC" in the BIOS of the motherboard,
 usb failed to "accept" my USB device.

 It constantly prints on the console (and log file):

 Mar  7 08:14:33 solfire kernel: usb_control/bulk_msg: timeout
 Mar  7 08:14:33 solfire kernel: usb.c: USB device not accepting new address=4 (error=-110)
 Mar  7 08:14:39 solfire kernel: usb_control/bulk_msg: timeout
 Mar  7 08:14:39 solfire kernel: usb.c: USB device not accepting new address=5 (error=-110)
 Mar  7 08:14:44 solfire kernel: usb_control/bulk_msg: timeout
 Mar  7 08:14:44 solfire kernel: usb.c: USB device not accepting new address=6 (error=-110)

 the address is constantly increased...printing does not stop, I hat
 to rmmod uhci for that.

 The mouse was not recognized.

 The failure seems to arise before  the mouse is recognized as such.

 I cannot decide, whether it is a problem of the motherboard or a
 linux kernel thingy...

 My system:
 Linux 2.4.21rc5
 EPoX 8K5A3+ (VIA KT333) motherboard
 Athlon XP 2400+
 DDR RAM 256 MB (Samsung)
 USB Mouse
 USB Cardreader

 I have enabled in the linux config:
 CONFIG_X86_GOOD_APIC=y
 CONFIG_X86_UP_APIC=y
 CONFIG_X86_UP_IOAPIC=y
 CONFIG_X86_LOCAL_APIC=y
 CONFIG_X86_IO_APIC=y
 CONFIG_APM=m
 CONFIG_APM_DO_ENABLE=y

 CONFIG_USB=m
 CONFIG_USB_DEVICEFS=y
 CONFIG_USB_UHCI=m
 CONFIG_USB_UHCI_ALT=m
 CONFIG_USB_OHCI=m
 CONFIG_USB_STORAGE=m
 CONFIG_USB_HID=m
 CONFIG_USB_KBD=m
 CONFIG_USB_MOUSE=m

 What did I wrong ?

 Any help would be very appreciated. Thank you very much in advance.

 Kind regards,
 Meino Cramer

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-05-21 12:49 UTC | newest]

Thread overview: 10+ 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
  -- strict thread matches above, loose matches on Subject: below --
2003-03-07 14:11 2.5.64p5 No USB support when APIC mode enabled Nicolas Mailhot
2003-03-07 15:19 ` Meino Christian Cramer
2003-03-06 13:03 2.5.64 - xircom realport no workie well CaT
2003-03-06 13:29 ` Russell King
2003-03-07  7:44   ` 2.5.64p5 No USB support when APIC mode enabled Meino Christian Cramer
2003-03-07 12:52     ` Alan Cox
2003-03-07 13:37       ` Meino Christian Cramer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).