Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-09-01 Thread Steve Kieu
> Is this the correct summary of the problem
> scenarios.
> Assume each one starts from cold boot (power off).
> 
> * 2.6.13(skge) boot=> Good
> * 2.6.13(sk98lin) boot => Good
> * 2.6.13 + SK version of sk98lin   => Good
> * XP boot  => Good 
XP boot: No good if before 2.6.13 runs on the hardware
and do the normal shuttdown or reboot or power off.

The same for all linux kernel before 2.6.13 (tested
2.6.12, 2.6.11)

> 
> Okay, now the cases where one OS is run first and
> a reboot is done to a second, or in the case of
> just Linux, this should be the same as rmmoding on
> driver and modprobing
> 
>   Second
> First   | skge | sk98lin | XP
> skge  | OK   |  BAD| BAD
> sk98lin | ok   |  OK | ok 
> XP  | ok   |  ok | OK
> 

a litle bit confusing, just one line to describe it:

If run 2.6.13 and up the NIC, it is working. Shuttdown
or reboot using /sbin/halt (means power completely off
and on) or /sbin/reboot all other OSs failed to enable
the NIC except 2.6.13.

to restore the normal working of the NIC, boot 2.6.13
and do a hot power reset. (press the reset button)

cheers


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-09-01 Thread Steve Kieu
 Is this the correct summary of the problem
 scenarios.
 Assume each one starts from cold boot (power off).
 
 * 2.6.13(skge) boot= Good
 * 2.6.13(sk98lin) boot = Good
 * 2.6.13 + SK version of sk98lin   = Good
 * XP boot  = Good 
XP boot: No good if before 2.6.13 runs on the hardware
and do the normal shuttdown or reboot or power off.

The same for all linux kernel before 2.6.13 (tested
2.6.12, 2.6.11)

 
 Okay, now the cases where one OS is run first and
 a reboot is done to a second, or in the case of
 just Linux, this should be the same as rmmoding on
 driver and modprobing
 
   Second
 First   | skge | sk98lin | XP
 skge  | OK   |  BAD| BAD
 sk98lin | ok   |  OK | ok 
 XP  | ok   |  ok | OK
 

a litle bit confusing, just one line to describe it:

If run 2.6.13 and up the NIC, it is working. Shuttdown
or reboot using /sbin/halt (means power completely off
and on) or /sbin/reboot all other OSs failed to enable
the NIC except 2.6.13.

to restore the normal working of the NIC, boot 2.6.13
and do a hot power reset. (press the reset button)

cheers


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

--- Stephen Hemminger <[EMAIL PROTECTED]> wrote:

> On Wed, 31 Aug 2005 07:49:37 +1000 (EST)

> > 
> > install-8_23.tar.bz2
> 
> Just look for references to CHIP_REV_YU_LITE_A3 in
> the driver
>   sk98lin/skgeinit.c and sk98lin/skxmac2.c
> The comparison should always be:

Have a look but no clue to patch it, there are one
instance of comparing

>   pAC->GIni.GIChipRev >= CHIP_REV_YU_LITE_A3
> otherwise it will not correctly take chip out of
> powerdown (coma) mode.

please send me a patch to the install-8_23.tar.bz2
then I can test. Or intruct more details, which line
and what should change then I can do manually.

I have nerver done device driver programming in my
life!



> 


S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

--- Stephen Hemminger <[EMAIL PROTECTED]> wrote:

> You have a version of the Marvell Yukon that was
> affected
> by a fix in 2.6.13.
>   skge addr 0xfeaf8000 irq 19 chip Yukon-Lite rev 9
> 
> Both the skge and sk98lin driver were fixed to check
> for this.
> Without the fix, the chip will be in the wrong power
> mode.
> 
> The version of sk98lin driver from SysKonnect
> already had the
> fix, so if your distro used that one, it would have
> the reset
> the power mode as needed.

I am afraid not. The last time, I reproduced the
problem using the latest sk98lin driver from
SysKonnect  (run create patch and patch the kernel
2.6.13). Problem still there. The file I got from
sysconnect is:

install-8_23.tar.bz2

> 


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

Ok, I reproduce the problem and attached several lspci
log here


--- Stephen Hemminger <[EMAIL PROTECTED]> wrote:

> On Tue, 30 Aug 2005 13:18:57 -0700
> Jesse Brandeburg <[EMAIL PROTECTED]> wrote:
> 
> > on 2.6.11/12 when it isn't working maybe you
> should send us the output
> > of lspci -vvv
> > 
> > just a hint, I'm guessing its power management
> related, and / or
> > something to do with the pci bus code.
> 
> Also, the dmesg output with skge driver will show
> chip version and revision.
> The problem is obviously some of the chip
> initialization that is complex
> with the Marvell chips. Something is probably
> missing.  There was a fix
> in the latest 2.6.13 that is probably related:
> 
> 
>
http://www.mail-archive.com/netdev@vger.kernel.org/msg00438.html
> 

S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com

dmesg-2.6.12-nowork.log.gz
Description: 2772971102-dmesg-2.6.12-nowork.log.gz


dmesg-2613.log.gz
Description: 3668832883-dmesg-2613.log.gz


lspci-2612-nowork.log.gz
Description: 3470857198-lspci-2612-nowork.log.gz


lspci-2613.log.gz
Description: 1122749440-lspci-2613.log.gz


lspci-2612-work.log.gz
Description: 267994485-lspci-2612-work.log.gz


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu
Hi all,

I have "fixed" the problem in a very wierd way.Reading
your post I thought maybe when removing the driver
itself it set some bit incorrectly. Then I decided to
do:

Boot with init=/bin/bash  so bypass all other things.
modprobe skge

run ifconfig eth0 ip_num  up


ping  a host

then while pinging hit Ctrl+Alt+Del key to hot reboot
the system.

I still see the light at the hub lits. Now I boot to
winXP and as I expected , it worked!

No I boot 2.6.11 and it worked, so the problem resolve
but I am to scared to run 2613 now :-)

Hope this information helps debuging the driver.

Thanks.

S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

> Can you test the new skge driver instead? If that
> one is broken then we 

Tested , not broken, working now but the same problem,
that is if I reboot to winXP or 2.6.12, 2.6.11, the
NIC is unusaeble. In XP it always says link is down,
or media disconnected (from ipconfig command output in
XP)
is it because the firmware of NIC has changed or any
reason?


I noticed  warning messages only with 2.6.13 

PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for
:02:01.0

and modem device in 2.6.13 IRQ is disabled.

ACPI: PCI Interrupt Link [LKMO] enabled at IRQ 20
ACPI: PCI Interrupt :00:06.1[B] -> Link [LKMO] ->
GSI 20 (level, low) -> IRQ
 17
ACPI: PCI interrupt for device :00:06.1 disabled

not sure if it gives more information.

skge addr 0xfeaf8000 irq 19 chip Yukon-Lite rev 9
skge eth0: addr 00:11:d8:f2:1f:18
ACPI: PCI Interrupt :02:01.0[A] -> Link [LNKB] ->
GSI 18 (level, low) -> IRQ
 16
Yenta: CardBus bridge found at :02:01.0
[1043:1987]
skge eth0: enabling interface

skge eth0: Link is up at 10 Mbps, half duplex, flow
control none

Not sure how can I restore this thing back to normal
(sigh)

Thanks

> probably have more chance of getting it fixed :)
> 
> Thanks,
> Daniel
> 


S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu
Just select and doing make now, let u know very soon

thanks

--- Daniel Drake <[EMAIL PROTECTED]> wrote:

> Steve Kieu wrote:
> >>Are you using skge or sk98lin?
> > 
> > 
> > sk98lin
> > 
> > thanks
> 
> Can you test the new skge driver instead? If that
> one is broken then we 
> probably have more chance of getting it fixed :)
> 
> Thanks,
> Daniel
> 


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu
> 
> Are you using skge or sk98lin?

sk98lin

thanks

> 
> > It is working as normal with 2.6.12 and winXP
> before.
> > Today I did upgrade the kernel to 2.6.13 and it
> still
> > works. The problem is now I switch to the older
> kernel
> > that is 2.6.12.5 and .6  it no longer works. dmesg
> > shows like this:
> >  
> > eth0: Yukon Gigabit Ethernet 10/100/1000Base-T
> Adapter
> >   PrefPort:A  RlmtMode:Check Link State
> > 
> > 
> > Boot window XP now, and the link always shows that
> > media disconnected. So the NIC is unuseable with
> > WinXP, 2.6.12  __but__ still works with 2.6.13.
> and
> > power off the machine does not restore the NIC. 
> 


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

Hi all,

Ok it sound wierd enough to assume that the latest
kernel 2.6.13 ethernet driver has done something wrong
with the NIC and sustain the condition after reboot or
turn off the machine.

Here is my configuration.

Laptop Asus A4500d. dmesg shows:

eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter

It is working as normal with 2.6.12 and winXP before.
Today I did upgrade the kernel to 2.6.13 and it still
works. The problem is now I switch to the older kernel
that is 2.6.12.5 and .6  it no longer works. dmesg
shows like this:
 
eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
  PrefPort:A  RlmtMode:Check Link State


Boot window XP now, and the link always shows that
media disconnected. So the NIC is unuseable with
WinXP, 2.6.12  __but__ still works with 2.6.13. and
power off the machine does not restore the NIC. 

Now of course I am forced to use not only linux but
version 2.6.13 :-) in order to have the NIC working!
Unfortuneately the HSF module with 2.6.13 is not
working because of unresolve symbol so the modem is
dead (I rarely usemodem anyway)

Please help me to recover my NIC back as normal. Thank
you very much indeed. If any other information is
needed pls ask.

Cheers,




S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

Hi all,

Ok it sound wierd enough to assume that the latest
kernel 2.6.13 ethernet driver has done something wrong
with the NIC and sustain the condition after reboot or
turn off the machine.

Here is my configuration.

Laptop Asus A4500d. dmesg shows:

eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter

It is working as normal with 2.6.12 and winXP before.
Today I did upgrade the kernel to 2.6.13 and it still
works. The problem is now I switch to the older kernel
that is 2.6.12.5 and .6  it no longer works. dmesg
shows like this:
 
eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
  PrefPort:A  RlmtMode:Check Link State


Boot window XP now, and the link always shows that
media disconnected. So the NIC is unuseable with
WinXP, 2.6.12  __but__ still works with 2.6.13. and
power off the machine does not restore the NIC. 

Now of course I am forced to use not only linux but
version 2.6.13 :-) in order to have the NIC working!
Unfortuneately the HSF module with 2.6.13 is not
working because of unresolve symbol so the modem is
dead (I rarely usemodem anyway)

Please help me to recover my NIC back as normal. Thank
you very much indeed. If any other information is
needed pls ask.

Cheers,




S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu
Just select and doing make now, let u know very soon

thanks

--- Daniel Drake [EMAIL PROTECTED] wrote:

 Steve Kieu wrote:
 Are you using skge or sk98lin?
  
  
  sk98lin
  
  thanks
 
 Can you test the new skge driver instead? If that
 one is broken then we 
 probably have more chance of getting it fixed :)
 
 Thanks,
 Daniel
 


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu
 
 Are you using skge or sk98lin?

sk98lin

thanks

 
  It is working as normal with 2.6.12 and winXP
 before.
  Today I did upgrade the kernel to 2.6.13 and it
 still
  works. The problem is now I switch to the older
 kernel
  that is 2.6.12.5 and .6  it no longer works. dmesg
  shows like this:
   
  eth0: Yukon Gigabit Ethernet 10/100/1000Base-T
 Adapter
PrefPort:A  RlmtMode:Check Link State
  
  
  Boot window XP now, and the link always shows that
  media disconnected. So the NIC is unuseable with
  WinXP, 2.6.12  __but__ still works with 2.6.13.
 and
  power off the machine does not restore the NIC. 
 


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

 Can you test the new skge driver instead? If that
 one is broken then we 

Tested , not broken, working now but the same problem,
that is if I reboot to winXP or 2.6.12, 2.6.11, the
NIC is unusaeble. In XP it always says link is down,
or media disconnected (from ipconfig command output in
XP)
is it because the firmware of NIC has changed or any
reason?


I noticed  warning messages only with 2.6.13 

PCI: Failed to allocate mem resource #10:[EMAIL PROTECTED] for
:02:01.0

and modem device in 2.6.13 IRQ is disabled.

ACPI: PCI Interrupt Link [LKMO] enabled at IRQ 20
ACPI: PCI Interrupt :00:06.1[B] - Link [LKMO] -
GSI 20 (level, low) - IRQ
 17
ACPI: PCI interrupt for device :00:06.1 disabled

not sure if it gives more information.

skge addr 0xfeaf8000 irq 19 chip Yukon-Lite rev 9
skge eth0: addr 00:11:d8:f2:1f:18
ACPI: PCI Interrupt :02:01.0[A] - Link [LNKB] -
GSI 18 (level, low) - IRQ
 16
Yenta: CardBus bridge found at :02:01.0
[1043:1987]
skge eth0: enabling interface

skge eth0: Link is up at 10 Mbps, half duplex, flow
control none

Not sure how can I restore this thing back to normal
(sigh)

Thanks

 probably have more chance of getting it fixed :)
 
 Thanks,
 Daniel
 


S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu
Hi all,

I have fixed the problem in a very wierd way.Reading
your post I thought maybe when removing the driver
itself it set some bit incorrectly. Then I decided to
do:

Boot with init=/bin/bash  so bypass all other things.
modprobe skge

run ifconfig eth0 ip_num  up


ping  a host

then while pinging hit Ctrl+Alt+Del key to hot reboot
the system.

I still see the light at the hub lits. Now I boot to
winXP and as I expected , it worked!

No I boot 2.6.11 and it worked, so the problem resolve
but I am to scared to run 2613 now :-)

Hope this information helps debuging the driver.

Thanks.

S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

Ok, I reproduce the problem and attached several lspci
log here


--- Stephen Hemminger [EMAIL PROTECTED] wrote:

 On Tue, 30 Aug 2005 13:18:57 -0700
 Jesse Brandeburg [EMAIL PROTECTED] wrote:
 
  on 2.6.11/12 when it isn't working maybe you
 should send us the output
  of lspci -vvv
  
  just a hint, I'm guessing its power management
 related, and / or
  something to do with the pci bus code.
 
 Also, the dmesg output with skge driver will show
 chip version and revision.
 The problem is obviously some of the chip
 initialization that is complex
 with the Marvell chips. Something is probably
 missing.  There was a fix
 in the latest 2.6.13 that is probably related:
 
 

http://www.mail-archive.com/netdev@vger.kernel.org/msg00438.html
 

S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com

dmesg-2.6.12-nowork.log.gz
Description: 2772971102-dmesg-2.6.12-nowork.log.gz


dmesg-2613.log.gz
Description: 3668832883-dmesg-2613.log.gz


lspci-2612-nowork.log.gz
Description: 3470857198-lspci-2612-nowork.log.gz


lspci-2613.log.gz
Description: 1122749440-lspci-2613.log.gz


lspci-2612-work.log.gz
Description: 267994485-lspci-2612-work.log.gz


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

--- Stephen Hemminger [EMAIL PROTECTED] wrote:

 You have a version of the Marvell Yukon that was
 affected
 by a fix in 2.6.13.
   skge addr 0xfeaf8000 irq 19 chip Yukon-Lite rev 9
 
 Both the skge and sk98lin driver were fixed to check
 for this.
 Without the fix, the chip will be in the wrong power
 mode.
 
 The version of sk98lin driver from SysKonnect
 already had the
 fix, so if your distro used that one, it would have
 the reset
 the power mode as needed.

I am afraid not. The last time, I reproduced the
problem using the latest sk98lin driver from
SysKonnect  (run create patch and patch the kernel
2.6.13). Problem still there. The file I got from
sysconnect is:

install-8_23.tar.bz2

 


S.KIEU






 
Do you Yahoo!? 
The New Yahoo! Movies: Check out the Latest Trailers, Premiere Photos and full 
Actor Database. 
http://au.movies.yahoo.com
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Very strange Marvell/Yukon Gigabit NIC networking problems

2005-08-30 Thread Steve Kieu

--- Stephen Hemminger [EMAIL PROTECTED] wrote:

 On Wed, 31 Aug 2005 07:49:37 +1000 (EST)

  
  install-8_23.tar.bz2
 
 Just look for references to CHIP_REV_YU_LITE_A3 in
 the driver
   sk98lin/skgeinit.c and sk98lin/skxmac2.c
 The comparison should always be:

Have a look but no clue to patch it, there are one
instance of comparing

   pAC-GIni.GIChipRev = CHIP_REV_YU_LITE_A3
 otherwise it will not correctly take chip out of
 powerdown (coma) mode.

please send me a patch to the install-8_23.tar.bz2
then I can test. Or intruct more details, which line
and what should change then I can do manually.

I have nerver done device driver programming in my
life!



 


S.KIEU

Send instant messages to your online friends http://au.messenger.yahoo.com 
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


More feature should be added into main kernel(Was: supermount)

2001-06-30 Thread Steve Kieu

Just my humble opinion, please dont laugh if I am
wrong, I think:

Supermount
JFS 

I use the patch from IBM ; now running JFS, and notice
a bit improved performance than Reiserfs, it is good
file system, (they release stable (may be?) release
already). But It is hard, they only give the patch for
the main version, say 2.4.x x< 5 and 2.4.5; I patch to
2.4.5 then apply the ac22 series, it spits errors,
then I had to patch manually but may be I made a
mistake somewhere, when compile it gave me errors, 
Okay some one may tell me to use FOLK, but I tried
last time, and failled to compile, ( I fogot the error
message sorry, ) so now I have to use 2.4.4 with JFS.

The same for supermount, the patch is only for 2.4.0,
but this time I am ok to manually patch it.


 --- John Silva <[EMAIL PROTECTED]> wrote: > Supermount
has been integrated into the Mandrake 8
> kernel (2.4);
> I have been unable to locate the standalone patch
> for this, however.
> 
> Steve Kieu wrote:
> > 
> >  --- Sam Halliday <[EMAIL PROTECTED]> wrote: >
> This
> > email was delivered to you by The Free
> > > Internet,
> > > a Business Online Group company.
> > > http://www.thefreeinternet.net
> > I totally aggree, supermount is nice features and
> it
> > should be integrated into the main kernel stream
> (just
> > my HO)
> > 
> > >
> >
>
---
> > > hello,
> > > i am fairly new to linux, i need it's fast
> > > number crunching powers
> > > for my research... and i have only recently
> begun to
> > > have a look at the
> > > kernel (i believe every workman should know his
> > > tools). but i have
> > > noticed that supermount is not a standard part
> of
> > > the project, is there
> > > any reason why this is? is it due to man power?
> i
> > > would have been less
> > > shocked by the absense of other features in the
> > >
> > 
> > > radio support, supermount seems to me to be
> > > essential in any operating
> > > system.
> > > i apologise if this is a very silly question
> or
> > > if i have posted
> > > this question in the wrong place, but please
> excuse
> > > me, im new to this
> > > whole world.
> > >
> > > and keep up the good work, i wish i knew more
> about
> > > the whole thing so i
> > > could contribute something.
> > >
> > > Sam, Ireland
> > >
> > > -
> > > To unsubscribe from this list: send the line
> > > "unsubscribe linux-kernel" in
> > > the body of a message to
> [EMAIL PROTECTED]
> > > More majordomo info at
> > > http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at  http://www.tux.org/lkml/
> > 
> > =
> > S.KIEU
> > 
> >
>
_
> > http://messenger.yahoo.com.au - Yahoo! Messenger
> > - Voice chat, mail alerts, stock quotes and
> favourite news and lots more!
> > -
> > To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> > the body of a message to [EMAIL PROTECTED]
> > More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> 
> --
> John P. Silva   
[EMAIL PROTECTED] 

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



More feature should be added into main kernel(Was: supermount)

2001-06-30 Thread Steve Kieu

Just my humble opinion, please dont laugh if I am
wrong, I think:

Supermount
JFS 

I use the patch from IBM ; now running JFS, and notice
a bit improved performance than Reiserfs, it is good
file system, (they release stable (may be?) release
already). But It is hard, they only give the patch for
the main version, say 2.4.x x 5 and 2.4.5; I patch to
2.4.5 then apply the ac22 series, it spits errors,
then I had to patch manually but may be I made a
mistake somewhere, when compile it gave me errors, 
Okay some one may tell me to use FOLK, but I tried
last time, and failled to compile, ( I fogot the error
message sorry, ) so now I have to use 2.4.4 with JFS.

The same for supermount, the patch is only for 2.4.0,
but this time I am ok to manually patch it.


 --- John Silva [EMAIL PROTECTED] wrote:  Supermount
has been integrated into the Mandrake 8
 kernel (2.4);
 I have been unable to locate the standalone patch
 for this, however.
 
 Steve Kieu wrote:
  
   --- Sam Halliday [EMAIL PROTECTED] wrote: 
 This
  email was delivered to you by The Free
   Internet,
   a Business Online Group company.
   http://www.thefreeinternet.net
  I totally aggree, supermount is nice features and
 it
  should be integrated into the main kernel stream
 (just
  my HO)
  
  
 

---
   hello,
   i am fairly new to linux, i need it's fast
   number crunching powers
   for my research... and i have only recently
 begun to
   have a look at the
   kernel (i believe every workman should know his
   tools). but i have
   noticed that supermount is not a standard part
 of
   the project, is there
   any reason why this is? is it due to man power?
 i
   would have been less
   shocked by the absense of other features in the
  
  
   radio support, supermount seems to me to be
   essential in any operating
   system.
   i apologise if this is a very silly question
 or
   if i have posted
   this question in the wrong place, but please
 excuse
   me, im new to this
   whole world.
  
   and keep up the good work, i wish i knew more
 about
   the whole thing so i
   could contribute something.
  
   Sam, Ireland
  
   -
   To unsubscribe from this list: send the line
   unsubscribe linux-kernel in
   the body of a message to
 [EMAIL PROTECTED]
   More majordomo info at
   http://vger.kernel.org/majordomo-info.html
   Please read the FAQ at  http://www.tux.org/lkml/
  
  =
  S.KIEU
  
 

_
  http://messenger.yahoo.com.au - Yahoo! Messenger
  - Voice chat, mail alerts, stock quotes and
 favourite news and lots more!
  -
  To unsubscribe from this list: send the line
 unsubscribe linux-kernel in
  the body of a message to [EMAIL PROTECTED]
  More majordomo info at 
 http://vger.kernel.org/majordomo-info.html
  Please read the FAQ at  http://www.tux.org/lkml/
 
 --
 John P. Silva   
[EMAIL PROTECTED] 

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Hang with usb scanner...2.4.5-acx

2001-06-25 Thread Steve Kieu

HI,

I got scanner epson perfection 640u. I am not sure if
it is a bug or I have to do like that.

Basically I have to compile scanner support as module
and uhci as well. Whenever I need to scan, just turn
on, modprobe ...; it is fine. When no need, remove
modules and turn off.

BUT if i compile built in to th kernel. the system
hang in sush cases:

- turn on pc, start everything, then turn on scanner

- turn on scanner then turn on pc start everything,
scanner works ; now turn off scanner

No messages in /var/log ; just hang all key board wont
work, can not login from remote, ; have to unplug the
power

thanks,




=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: supermount

2001-06-25 Thread Steve Kieu

 --- Sam Halliday <[EMAIL PROTECTED]> wrote: > This
email was delivered to you by The Free
> Internet,
> a Business Online Group company.
> http://www.thefreeinternet.net
I totally aggree, supermount is nice features and it
should be integrated into the main kernel stream (just
my HO)



>
---
> hello,
> i am fairly new to linux, i need it's fast
> number crunching powers
> for my research... and i have only recently begun to
> have a look at the
> kernel (i believe every workman should know his
> tools). but i have
> noticed that supermount is not a standard part of
> the project, is there
> any reason why this is? is it due to man power? i
> would have been less
> shocked by the absense of other features in the
>

> radio support, supermount seems to me to be
> essential in any operating
> system.
> i apologise if this is a very silly question or
> if i have posted
> this question in the wrong place, but please excuse
> me, im new to this
> whole world.
> 
> and keep up the good work, i wish i knew more about
> the whole thing so i
> could contribute something.
> 
> Sam, Ireland
> 
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/ 

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: supermount

2001-06-25 Thread Steve Kieu

 --- Sam Halliday [EMAIL PROTECTED] wrote:  This
email was delivered to you by The Free
 Internet,
 a Business Online Group company.
 http://www.thefreeinternet.net
I totally aggree, supermount is nice features and it
should be integrated into the main kernel stream (just
my HO)




---
 hello,
 i am fairly new to linux, i need it's fast
 number crunching powers
 for my research... and i have only recently begun to
 have a look at the
 kernel (i believe every workman should know his
 tools). but i have
 noticed that supermount is not a standard part of
 the project, is there
 any reason why this is? is it due to man power? i
 would have been less
 shocked by the absense of other features in the


 radio support, supermount seems to me to be
 essential in any operating
 system.
 i apologise if this is a very silly question or
 if i have posted
 this question in the wrong place, but please excuse
 me, im new to this
 whole world.
 
 and keep up the good work, i wish i knew more about
 the whole thing so i
 could contribute something.
 
 Sam, Ireland
 
 -
 To unsubscribe from this list: send the line
 unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at 
 http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/ 

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Hang with usb scanner...2.4.5-acx

2001-06-25 Thread Steve Kieu

HI,

I got scanner epson perfection 640u. I am not sure if
it is a bug or I have to do like that.

Basically I have to compile scanner support as module
and uhci as well. Whenever I need to scan, just turn
on, modprobe ...; it is fine. When no need, remove
modules and turn off.

BUT if i compile built in to th kernel. the system
hang in sush cases:

- turn on pc, start everything, then turn on scanner

- turn on scanner then turn on pc start everything,
scanner works ; now turn off scanner

No messages in /var/log ; just hang all key board wont
work, can not login from remote, ; have to unplug the
power

thanks,




=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



ACPI or Advanced power ...

2001-06-21 Thread Steve Kieu

Hi all,

I need an advice, my machine is i810 chipset and using
ACPI bios, but not sure which one i should use in the
kernel config. Now I use APM with kernel kapm-idle .

thank you very much



=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



ACPI or Advanced power ...

2001-06-21 Thread Steve Kieu

Hi all,

I need an advice, my machine is i810 chipset and using
ACPI bios, but not sure which one i should use in the
kernel config. Now I use APM with kernel kapm-idle .

thank you very much



=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.4 VM & swap question

2001-06-19 Thread Steve Kieu

Just an information for you to compare, now I am
running the kernel compile from mandrake 80; version
2.4.3-20mdk on a 
machine Intel celeron 400Mhz 128M RAM, i810 graphic
card (it will use some memory) ; runing together
Star Office 5.2, Netscape 4.77, Mozilla (shiped with
LM80), compiling alsa driver and you may guess how
much swap it used?

[sk@steve sk]$ free
 total   used   free shared   
buffers cached
Mem:126108 124416   1692  0   
604  51820
-/+ buffers/cache:  71992  54116
Swap:72288  0  72288

Okay I dont have any other *bloated* software to run
and try to crash it :-)

The same situation when I ran 2.4.5-acx (try all with
13, 14, 15) swap usage is about 45Mb and it is
increasing by the time). After typing a while in
netscpae email form , netscape eats memory gradually
(or the kernel?) swap ran out and the machine went to
deadlock even without thrashing)

But now it is NOT increasing ( I am typing in yahoo
mail from netscape too) , the system is up for about 3
days.

Regards,


--- Mike Galbraith <[EMAIL PROTECTED]> wrote: > On
Mon, 18 Jun 2001, root wrote:
> 
> > Regarding to the discussion on the swap size,
> >
> > Recently, Rick van Riel posted a message that
> there is a bug
> > related to "reclaiming" the swap, and said that it
> is on his
> > TODO list.
> 
> That's fixed.
> 
> > If I believe it, the current trouble we have
> regarding to the swap
> > size is not because we do not have a sufficient
> size for the swap,
> > but because there is a bug, although Linus advised
> us to assign
> > 2 times the physical memory for the swap.
> 
> Please try 2.4.6.pre3.  (folks with various load
> types should do this
> and report results.. even if it generates a brief
> spurt of traffic).
> 
>   -Mike
> 
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.4 VM swap question

2001-06-19 Thread Steve Kieu

Just an information for you to compare, now I am
running the kernel compile from mandrake 80; version
2.4.3-20mdk on a 
machine Intel celeron 400Mhz 128M RAM, i810 graphic
card (it will use some memory) ; runing together
Star Office 5.2, Netscape 4.77, Mozilla (shiped with
LM80), compiling alsa driver and you may guess how
much swap it used?

[sk@steve sk]$ free
 total   used   free shared   
buffers cached
Mem:126108 124416   1692  0   
604  51820
-/+ buffers/cache:  71992  54116
Swap:72288  0  72288

Okay I dont have any other *bloated* software to run
and try to crash it :-)

The same situation when I ran 2.4.5-acx (try all with
13, 14, 15) swap usage is about 45Mb and it is
increasing by the time). After typing a while in
netscpae email form , netscape eats memory gradually
(or the kernel?) swap ran out and the machine went to
deadlock even without thrashing)

But now it is NOT increasing ( I am typing in yahoo
mail from netscape too) , the system is up for about 3
days.

Regards,


--- Mike Galbraith [EMAIL PROTECTED] wrote:  On
Mon, 18 Jun 2001, root wrote:
 
  Regarding to the discussion on the swap size,
 
  Recently, Rick van Riel posted a message that
 there is a bug
  related to reclaiming the swap, and said that it
 is on his
  TODO list.
 
 That's fixed.
 
  If I believe it, the current trouble we have
 regarding to the swap
  size is not because we do not have a sufficient
 size for the swap,
  but because there is a bug, although Linus advised
 us to assign
  2 times the physical memory for the swap.
 
 Please try 2.4.6.pre3.  (folks with various load
 types should do this
 and report results.. even if it generates a brief
 spurt of traffic).
 
   -Mike
 
 -
 To unsubscribe from this list: send the line
 unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at 
 http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/


=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [OT] gcc-3 problem (oops in df)

2001-06-10 Thread Steve Kieu

Hi,

I use gcc 2.96 from Mandrake 8.0 which according to
one guy in Mandrake team , is a snapshot from gcc 3.0
source tree.

compile 2.4.5-ac11 ; no problem, rub df is fine.
I will try with 2.4.5-ac13 now and see...

bye

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: [OT] gcc-3 problem (oops in df)

2001-06-10 Thread Steve Kieu

Hi,

I use gcc 2.96 from Mandrake 8.0 which according to
one guy in Mandrake team , is a snapshot from gcc 3.0
source tree.

compile 2.4.5-ac11 ; no problem, rub df is fine.
I will try with 2.4.5-ac13 now and see...

bye

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.2.20 pre2 compilation broken

2001-06-08 Thread Steve Kieu

Sorry :-), I apply the reiserfs patch from namesys.com

Anyway it is because the reiserfs code and gcc 2.96 in
Mandrake. It is ok using gcc 2.95.3 downward.
Suprisingly gcc 2.96 compile 2.4.x without any problem
at least to me.


--- Alan Cox <[EMAIL PROTECTED]> wrote: > >
fs/filesystems.a(reiserfs.o): In function
> > `ip_check_balance':
> > reiserfs.o(.text+0x9dde): undefined reference to
> 
> This isnt Linux 2.2. Linux 2.2 does not include
reiserfs.


=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.2.20 pre2 compilation broken

2001-06-08 Thread Steve Kieu

Sorry :-), I apply the reiserfs patch from namesys.com

Anyway it is because the reiserfs code and gcc 2.96 in
Mandrake. It is ok using gcc 2.95.3 downward.
Suprisingly gcc 2.96 compile 2.4.x without any problem
at least to me.


--- Alan Cox [EMAIL PROTECTED] wrote:  
fs/filesystems.a(reiserfs.o): In function
  `ip_check_balance':
  reiserfs.o(.text+0x9dde): undefined reference to
 
 This isnt Linux 2.2. Linux 2.2 does not include
reiserfs.


=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



2.2.20 pre2 compilation broken

2001-06-06 Thread Steve Kieu

hi,

here is the message:

ld -m elf_i386 -T
/mnt/hda3/linux-2.2.19/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o
init/main.o init/version.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 \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o
drivers/misc/misc.a drivers/net/net.a
drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o
drivers/pci/pci.a drivers/video/video.a \
/mnt/hda3/linux-2.2.19/arch/i386/lib/lib.a
/mnt/hda3/linux-2.2.19/lib/lib.a
/mnt/hda3/linux-2.2.19/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
fs/filesystems.a(reiserfs.o): In function
`ip_check_balance':
reiserfs.o(.text+0x9dde): undefined reference to
`memset'
make: *** [vmlinux] Error 1

Regards,



=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



2.2.20 pre2 compilation broken

2001-06-06 Thread Steve Kieu

hi,

here is the message:

ld -m elf_i386 -T
/mnt/hda3/linux-2.2.19/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o
init/main.o init/version.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 \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o
drivers/misc/misc.a drivers/net/net.a
drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o
drivers/pci/pci.a drivers/video/video.a \
/mnt/hda3/linux-2.2.19/arch/i386/lib/lib.a
/mnt/hda3/linux-2.2.19/lib/lib.a
/mnt/hda3/linux-2.2.19/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
fs/filesystems.a(reiserfs.o): In function
`ip_check_balance':
reiserfs.o(.text+0x9dde): undefined reference to
`memset'
make: *** [vmlinux] Error 1

Regards,



=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Kernel 2.4.5-ac2 OOPs when run pppd ?

2001-05-28 Thread Steve Kieu

Hi,

Yeas it is stil the same as 2.4.5-ac1, but did not
happen with 2.4.5; You can try running pppd in the
console (tty1) without any argument.

Regards, 

SK

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Kernel 2.4.5-ac2 OOPs when run pppd ?

2001-05-28 Thread Steve Kieu

Hi,

Yeas it is stil the same as 2.4.5-ac1, but did not
happen with 2.4.5; You can try running pppd in the
console (tty1) without any argument.

Regards, 

SK

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Report several problem with kernel 2.4.5-ac1 ....

2001-05-27 Thread Steve Kieu

Hi everyone..

1. 

I got the kernel hang when I tried to run pppd without
any argument on the console (tty1 or tty2...); just
try to run

pppd

Sorry I can not copy all text here but this problem is
re-producible and wont happen if I run on pts/1 (for
example on xterm or rxvt )

pppd version 2.4.x
kernel 2.4.5-ac1
Debian 2.2.r3 with support for running kernel 2.4.x
(means every utilities is Ok)
i486 100Mhz 35Mb RAM
all kernel compile with gcc 2.95.2

2.

Another thing I noticed is 2.4.5-ac1 uses more swap
than 2.4.4 in the same situation and in my machine,
performance is a bit worse than 2.4.4 (have not test
with 2.4.5).

3.

In parport_pc.c the error:
parport_pc_find_ports 2618 too many arguments to
function parport_pc_init_superio

when compiling modules IF YOU DONT ENABLE PCI support
in the kernel config. From 2.4.4-pre6 up (not sure
exactly 6 or 5 something). First I dont know why
nobody reports this problem, but later I know the
reason is PCI is disabled. when trying to read the
code in parport_pc.c . And unfortunately I got the
rather rare machine not having PCI Bus...
so from that on I have to select PCI even I dont have
PCI system.

Thanks,



_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Report several problem with kernel 2.4.5-ac1 ....

2001-05-27 Thread Steve Kieu

Hi everyone..

1. 

I got the kernel hang when I tried to run pppd without
any argument on the console (tty1 or tty2...); just
try to run

pppd

Sorry I can not copy all text here but this problem is
re-producible and wont happen if I run on pts/1 (for
example on xterm or rxvt )

pppd version 2.4.x
kernel 2.4.5-ac1
Debian 2.2.r3 with support for running kernel 2.4.x
(means every utilities is Ok)
i486 100Mhz 35Mb RAM
all kernel compile with gcc 2.95.2

2.

Another thing I noticed is 2.4.5-ac1 uses more swap
than 2.4.4 in the same situation and in my machine,
performance is a bit worse than 2.4.4 (have not test
with 2.4.5).

3.

In parport_pc.c the error:
parport_pc_find_ports 2618 too many arguments to
function parport_pc_init_superio

when compiling modules IF YOU DONT ENABLE PCI support
in the kernel config. From 2.4.4-pre6 up (not sure
exactly 6 or 5 something). First I dont know why
nobody reports this problem, but later I know the
reason is PCI is disabled. when trying to read the
code in parport_pc.c . And unfortunately I got the
rather rare machine not having PCI Bus...
so from that on I have to select PCI even I dont have
PCI system.

Thanks,



_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/