Hi,
On Thu, Oct 25, 2001 at 08:00:15PM +0100, Tom Breza wrote:
> > Wow, Tom is right but kernel recompile is the more painful way. I have
> > gone through this pain of upgrading for my i486DX2 gateway.
> Why compiling kernel is painful
Point well taken. Yes "compiling" is fun :-)
What I m
Hi,
On Thu, Oct 25, 2001 at 08:00:15PM +0100, Tom Breza wrote:
> > Wow, Tom is right but kernel recompile is the more painful way. I have
> > gone through this pain of upgrading for my i486DX2 gateway.
> Why compiling kernel is painful
Point well taken. Yes "compiling" is fun :-)
What I
Hi
> Wow, Tom is right but kernel recompile is the more painful way. I have
> gone through this pain of upgrading for my i486DX2 gateway.
Why compiling kernel is painful I belive he have relatively new laptop
with strong CPU a lot of ram, Hardware shoud not be a problem,
any way if u have s
Hi
> Wow, Tom is right but kernel recompile is the more painful way. I have
> gone through this pain of upgrading for my i486DX2 gateway.
Why compiling kernel is painful I belive he have relatively new laptop
with strong CPU a lot of ram, Hardware shoud not be a problem,
any way if u have
Good job but I think there is a typo.
On Tue, Oct 23, 2001 at 10:49:55PM -0500, Stephen E. Hargrove wrote:
> # tar xfvz linux-whatever.tar.gz
> # rm -rf linux
> # ln -s linux-whatever linux
> # tar xfvz pcmcia-cs-whatever.tar.gz
> # ln -s pcmcia-cs-whatever pcmcia
> # cd linux
> # rm -rf pcmcia
I should have checked it on real file :-)
Here is my correction:
On Wed, Oct 24, 2001 at 06:13:59PM -0700, Osamu Aoki wrote:
> Debian stock kernel comes with almost all concievable modules including
> PCMCIA. So all you have to do to get PCMCIA activated is to know exact
> module names to put in
Good job but I think there is a typo.
On Tue, Oct 23, 2001 at 10:49:55PM -0500, Stephen E. Hargrove wrote:
> # tar xfvz linux-whatever.tar.gz
> # rm -rf linux
> # ln -s linux-whatever linux
> # tar xfvz pcmcia-cs-whatever.tar.gz
> # ln -s pcmcia-cs-whatever pcmcia
> # cd linux
> # rm -rf pcmcia
Wow, Tom is right but kernel recompile is the more painful way. I have
gone through this pain of upgrading for my i486DX2 gateway.
Debian stock kernel comes with almost all concievable modules including
PCMCIA. So all you have to do to get PCMCIA activated is to know exact
module names to put in
I should have checked it on real file :-)
Here is my correction:
On Wed, Oct 24, 2001 at 06:13:59PM -0700, Osamu Aoki wrote:
> Debian stock kernel comes with almost all concievable modules including
> PCMCIA. So all you have to do to get PCMCIA activated is to know exact
> module names to put i
Wow, Tom is right but kernel recompile is the more painful way. I have
gone through this pain of upgrading for my i486DX2 gateway.
Debian stock kernel comes with almost all concievable modules including
PCMCIA. So all you have to do to get PCMCIA activated is to know exact
module names to put i
From: "Derek Broughton" <[EMAIL PROTECTED]>
>
> Anyway, after recompiling the kernel last night everything _looks_ good,
but
> I still can't get an ethernet connection through my pcmcia...
Doh!
/etc/pcmcia/network start eth0
worked perfectly :-) If only I could figure out why the boot from the
From: "Derek Broughton" <[EMAIL PROTECTED]>
>
> Anyway, after recompiling the kernel last night everything _looks_ good,
but
> I still can't get an ethernet connection through my pcmcia...
Doh!
/etc/pcmcia/network start eth0
worked perfectly :-) If only I could figure out why the boot from the
Hi
1. Why u afraid to reboot ya laptop? You shoud leave old kernel *always*
if somthing goes wrong u can always boot in old configuration,
at the moment I got 3-4 diff kernels on my system.
2. if u try install 3Com 3c589 is supported in kernel, u can install it
like a module, (my one 2.4.12-ac5)
From: "Stephen E. Hargrove" <[EMAIL PROTECTED]>
>
> http://pcmcia-cs.sourceforge.net/ - i keep mine in /usr/src.
>
> >What are the steps I should follow, please?
>
> this is what i did. ymmv.
>
> # tar xfvz linux-whatever.tar.gz
> # rm -rf linux
> # ln -s linux-whatever linux
I'm following th
Hi
1. Why u afraid to reboot ya laptop? You shoud leave old kernel *always*
if somthing goes wrong u can always boot in old configuration,
at the moment I got 3-4 diff kernels on my system.
2. if u try install 3Com 3c589 is supported in kernel, u can install it
like a module, (my one 2.4.12-ac5)
From: "Stephen E. Hargrove" <[EMAIL PROTECTED]>
>
> http://pcmcia-cs.sourceforge.net/ - i keep mine in /usr/src.
>
> >What are the steps I should follow, please?
>
> this is what i did. ymmv.
>
> # tar xfvz linux-whatever.tar.gz
> # rm -rf linux
> # ln -s linux-whatever linux
I'm following t
Hi Doc.
I'll let you know what I did. YMMV.
install the pcmcia-cs packages (you probably already have this. As root, do
'which cardctl' and 'which cardmgr'.
download kernel source; untar into /usr/src/linux (rename the
kernel-source-2.4.x directory to linux)
make menuconfig
enable pcmcia supp
On Tue, 23 Oct 2001, eDoc wrote:
>
>From whence do I also download pcmcia-cs to match kernel
> 2.4.12 and Unstable? (I looked around and the only site http
> site I found would not respond.)
http://pcmcia-cs.sourceforge.net/ - i keep mine in /usr/src.
>What are the steps I should follow,
Glen,
Thank you for your remarks.
I have read so many online documents about kernels and upgrades
and patches etc. that my eyes and head hurt! I have killed entire
forests with all that I have printed out to read again and mark up and
try.
At this point I could use some very simple ins
you can do pcmcia support under 2.4.x in two ways:
installing the pcmcia packages (more stable, but maybe less feature-rich, and
somewhat more complex to setup).
Compiling pcmcia support into the new 2.4.x kernel, however, note that you'll
still need the pcmcia-cs package installed for full pcmc
Did you have to download and install a separate pcmcia package as well?
What did you download and from where, please?
I am currently seeing Cardbus Services handle my 3Com 3c589 nic (under
Progeny and kernel 2.2.18). I am not clear as to what handles my nic under
Unstable and kernel 2.4.12 (whic
Hi Doc.
I'll let you know what I did. YMMV.
install the pcmcia-cs packages (you probably already have this. As root, do 'which
cardctl' and 'which cardmgr'.
download kernel source; untar into /usr/src/linux (rename the kernel-source-2.4.x
directory to linux)
make menuconfig
enable pcmcia sup
On Tue, 23 Oct 2001, eDoc wrote:
>
>From whence do I also download pcmcia-cs to match kernel
> 2.4.12 and Unstable? (I looked around and the only site http
> site I found would not respond.)
http://pcmcia-cs.sourceforge.net/ - i keep mine in /usr/src.
>What are the steps I should follow
Glen,
Thank you for your remarks.
I have read so many online documents about kernels and upgrades
and patches etc. that my eyes and head hurt! I have killed entire
forests with all that I have printed out to read again and mark up and
try.
At this point I could use some very simple in
you can do pcmcia support under 2.4.x in two ways:
installing the pcmcia packages (more stable, but maybe less feature-rich, and somewhat
more complex to setup).
Compiling pcmcia support into the new 2.4.x kernel, however, note that you'll still
need the pcmcia-cs package installed for full pcm
Did you have to download and install a separate pcmcia package as well?
What did you download and from where, please?
I am currently seeing Cardbus Services handle my 3Com 3c589 nic (under
Progeny and kernel 2.2.18). I am not clear as to what handles my nic under
Unstable and kernel 2.4.12 (whi
26 matches
Mail list logo