On Thu, May 17, 2001 at 07:21:14PM -0300, Edson Akio Maruyama wrote:
> At 16:38 14/05/01 +0100, you wrote:
> >Hi
> >
> >Hopefully someone can put me out of my misery with this card
FYI, common usage of the expression "put something out of its misery" means
to end the misery by ending the things
On Thu, May 17, 2001 at 01:40:26PM -0400, Steven K Thompson wrote:
> I did not get any response when I asked this query before. It
> would be great if someone knows how to get a more straightforward
> display of the available operating systems at bootup, especially
> if it is someone besides myse
On Thu, May 17, 2001 at 06:52:58AM -0700, Ignasi Palou-Rivera wrote:
> --- Matthias Weiss <[EMAIL PROTECTED]> wrote:
> > The simple solution was: I had no window manager installed 8-()
> > Further I had to disable gpm mouse service otherwise I couldn't use
> > the mouse under X.
>
> Same thing ha
> "Irwin" == Irwin Feuerstein <[EMAIL PROTECTED]> writes:
Irwin> I have a Toshiba 430CDT laptop, and I installed the base system
Irwin> of Potato on the machine, which seemed to go OK. A few things I
Irwin> do not understand, even after reading all the documentation I
Irwin> could digest.
The
At 16:38 14/05/01 +0100, you wrote:
Hi
Hopefully someone can put me out of my misery with this card
Setup:
Toshiba Tecra 8100
Xircom Realport Ethernet 10\100 + modem 56 REM56G-100
i have installed debian 2.2r3 and it asked to configure pcmcia, no problems
hi there... got some kinda of a simi
This may be better aimed at a kernel-related list, but here
goes...
I have a docking station with a (PCI) network card in it. It works
fine - ish.
The problem is that I want to be able to dock and un-dock the
machine "at will" - i.e. *without* having to reboot. And *still*
be able to use the netw
> "Irwin" == Irwin Feuerstein <[EMAIL PROTECTED]> writes:
Irwin> I have a Toshiba 430CDT laptop, and I installed the base system
Irwin> of Potato on the machine, which seemed to go OK. A few things I
Irwin> do not understand, even after reading all the documentation I
Irwin> could digest.
Th
Robert Voigt wrote:
>
> On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote:
> > I usually use
> >
> > apt-get install FOO-source
> > cd /usr/src/linux
> > make-kpkg modules_image
> >
> > to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that?
>
> It says
> make-kpkg No such fi
On Thu, 17 May 2001, Robert Voigt wrote:
> > apt-get install FOO-source
> > cd /usr/src/linux
> > make-kpkg modules_image
>
> It says
> make-kpkg No such file or directory.
> In what package is it? I thought I used it before, don't know what's wrong.
kernel-package [in woody, anyway, not sure a
At 16:38 14/05/01 +0100, you wrote:
>Hi
>
>Hopefully someone can put me out of my misery with this card
>
>Setup:
>Toshiba Tecra 8100
>Xircom Realport Ethernet 10\100 + modem 56 REM56G-100
>
>i have installed debian 2.2r3 and it asked to configure pcmcia, no problems
hi there... got some kinda of
Colazzo Eugenio wrote:
>
> Hy everibody,
>
> does anibody know where can i find docs about A21m modem and how to make it
> work?
If that is the 3Com mini-PCI modem + ethernet then you are SOL. On my A21p My
modem
looks like this, according to 'lspci -v':
00:03.0 Ethernet controller: 3Com Corp
On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote:
> I usually use
>
> apt-get install FOO-source
> cd /usr/src/linux
> make-kpkg modules_image
>
> to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that?
It says
make-kpkg No such file or directory.
In what package is it? I th
On Thu, 17 May 2001, Robert Voigt wrote:
> symbols. Unresolved symbols in modules I just built for my kernel? I guess I
> did something wrong with the kernel source. What could I do now?
I usually use
apt-get install FOO-source
cd /usr/src/linux
make-kpkg modules_image
to create the pcmcia/th
This may be better aimed at a kernel-related list, but here
goes...
I have a docking station with a (PCI) network card in it. It works
fine - ish.
The problem is that I want to be able to dock and un-dock the
machine "at will" - i.e. *without* having to reboot. And *still*
be able to use the net
> Yeah, that happens to some people, desktoppers and laptoppers alike.
> I've been doing this stuff for years and still haven't figured out
> what makes a system like or hate gpm.
/dev/psaux can only usefully be held open by one process at a time, if you
have a non-X-aware gpm, and both X and gpm
On Thursday 17 May 2001 11:56, Stephen Rank wrote:
> Have a look in /boot, which should contain config-2.2.18pre21. The
> depend will come from a make depend (either from you or from a
> make-kpkg).
I copied /boot/config-2.2.18pre21 to /usr/src/linux/.config, then did make
oldconfig in /usr/src/
Thanks Rod!
I did the following change to the script:
function mkdev
{
mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
}
and
function pd
{
D=$( printf \\$( printf "x%03x" $[ $1 + 97 ] ) )
mkdev pd$D b 45 $[ $1 * 16 ]
for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
do mkdev pd$
On Thu, 17 May 2001, Steven K. Thompson wrote:
> I did not get any response when I asked this query before. It
> would be great if someone knows how to get a more straightforward
> display of the available operating systems at bootup, especially
> if it is someone besides myself who turns the mach
> Hi all!
>
> First: IT WORKS!!! CAN YOU BELIEVE THIS
>
> The simple solution was: I had no window manager installed 8-()
While X doesn't actually need a window manager to work (you can just put
clients in ~/.xinitrc) maybe we could use a meta-wm package that would
help people pi
Robert Voigt wrote:
>
> On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote:
> > I usually use
> >
> > apt-get install FOO-source
> > cd /usr/src/linux
> > make-kpkg modules_image
> >
> > to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that?
>
> It says
> make-kpkg No such f
On Thu, 17 May 2001, Robert Voigt wrote:
> > apt-get install FOO-source
> > cd /usr/src/linux
> > make-kpkg modules_image
>
> It says
> make-kpkg No such file or directory.
> In what package is it? I thought I used it before, don't know what's wrong.
kernel-package [in woody, anyway, not sure
Uncomment this line in your lilo.conf
message=/boot/bootmess.txt
and edit the file as you want.
1. Debian
2. Redhat
3. Windows/DOS
The new versions of lilo are more informative with a nice
menu.
On Thu, 17 May 2001, Steven K Thompson wrote:
> I did not get any response when I asked this query before. It
> would be great if someone knows how to get a more straightforward
> display of the available operating systems at bootu
I did not get any response when I asked this query before. It
would be great if someone knows how to get a more straightforward
display of the available operating systems at bootup, especially
if it is someone besides myself who turns the machine on.
When I installed Debian 2.2r2 on my laptopI c
Colazzo Eugenio wrote:
>
> Hy everibody,
>
> does anibody know where can i find docs about A21m modem and how to make it
> work?
If that is the 3Com mini-PCI modem + ethernet then you are SOL. On my A21p My modem
looks like this, according to 'lspci -v':
00:03.0 Ethernet controller: 3Com Corp
#!/bin/bash
#
# mkd -- a script to create the device special files for the PARIDE
subsystem
#
function mkdev {
mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
}
I say that little bugger is your problem if I had to guess
>> Original Message <<
On 05/17/20
On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote:
> I usually use
>
> apt-get install FOO-source
> cd /usr/src/linux
> make-kpkg modules_image
>
> to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that?
It says
make-kpkg No such file or directory.
In what package is it? I t
I am new to Linux, and I am trying to install Debian GNU/Linux on a
Compaq Contura 400 with 20MB RAM, using a Backpack CD-ROM Model 164550.
I use a rescue.bin and a root.bin 1.44M diskette to start the
installation, and load the drivers using 4 floppies (driver1.bin,
driver2.bin etc.). Now, the p
On Thu, 17 May 2001, Robert Voigt wrote:
> symbols. Unresolved symbols in modules I just built for my kernel? I guess I
> did something wrong with the kernel source. What could I do now?
I usually use
apt-get install FOO-source
cd /usr/src/linux
make-kpkg modules_image
to create the pcmcia/t
> Yeah, that happens to some people, desktoppers and laptoppers alike.
> I've been doing this stuff for years and still haven't figured out
> what makes a system like or hate gpm.
/dev/psaux can only usefully be held open by one process at a time, if you
have a non-X-aware gpm, and both X and gp
On Thursday 17 May 2001 11:56, Stephen Rank wrote:
> Have a look in /boot, which should contain config-2.2.18pre21. The
> depend will come from a make depend (either from you or from a
> make-kpkg).
I copied /boot/config-2.2.18pre21 to /usr/src/linux/.config, then did make
oldconfig in /usr/src
>> I believe that Speedstep machines are much more stable if they are always
>> (re)booted while attached to wall power. Suspends and resumes should behave
>> much better, but *those* depend on whether your APM BIOS is crappy :(
>>
>> The reasoning is, boot time is when the kernel measures its b
Thanks Rod!
I did the following change to the script:
function mkdev
{
mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
}
and
function pd
{
D=$( printf \\$( printf "x%03x" $[ $1 + 97 ] ) )
mkdev pd$D b 45 $[ $1 * 16 ]
for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
do mkdev pd
On Thu, 17 May 2001, Steven K. Thompson wrote:
> I did not get any response when I asked this query before. It
> would be great if someone knows how to get a more straightforward
> display of the available operating systems at bootup, especially
> if it is someone besides myself who turns the mac
> Hi all!
>
> First: IT WORKS!!! CAN YOU BELIEVE THIS
>
> The simple solution was: I had no window manager installed 8-()
While X doesn't actually need a window manager to work (you can just put
clients in ~/.xinitrc) maybe we could use a meta-wm package that would
help people p
Uncomment this line in your lilo.conf
message=/boot/bootmess.txt
and edit the file as you want.
1. Debian
2. Redhat
3. Windows/DOS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
The new versions of lilo are more informative with a nice
menu.
On Thu, 17 May 2001, Steven K Thompson wrote:
> I did not get any response when I asked this query before. It
> would be great if someone knows how to get a more straightforward
> display of the available operating systems at boot
I did not get any response when I asked this query before. It
would be great if someone knows how to get a more straightforward
display of the available operating systems at bootup, especially
if it is someone besides myself who turns the machine on.
When I installed Debian 2.2r2 on my laptopI
#!/bin/bash
#
# mkd -- a script to create the device special files for the PARIDE
subsystem
#
function mkdev {
mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
}
I say that little bugger is your problem if I had to guess
>> Original Message <<
On 05/17/2
I am new to Linux, and I am trying to install Debian GNU/Linux on a
Compaq Contura 400 with 20MB RAM, using a Backpack CD-ROM Model 164550.
I use a rescue.bin and a root.bin 1.44M diskette to start the
installation, and load the drivers using 4 floppies (driver1.bin,
driver2.bin etc.). Now, the
>> I believe that Speedstep machines are much more stable if they are always
>> (re)booted while attached to wall power. Suspends and resumes should behave
>> much better, but *those* depend on whether your APM BIOS is crappy :(
>>
>> The reasoning is, boot time is when the kernel measures its
--- Matthias Weiss <[EMAIL PROTECTED]> wrote:
> The simple solution was: I had no window manager installed 8-()
> Further I had to disable gpm mouse service otherwise I couldn't use
> the mouse under X.
Same thing happened to me last week when I installed Potato/Woody on a
TP 755 Cs. I'm sure ther
Hi all!
First: IT WORKS!!! CAN YOU BELIEVE THIS
The simple solution was: I had no window manager installed 8-()
Further I had to disable gpm mouse service otherwise I couldn't use
the mouse under X.
I compiled a new 2.4.4 kernel with PCMCIA token ring suport and it
hang at init t
--- Matthias Weiss <[EMAIL PROTECTED]> wrote:
> The simple solution was: I had no window manager installed 8-()
> Further I had to disable gpm mouse service otherwise I couldn't use
> the mouse under X.
Same thing happened to me last week when I installed Potato/Woody on a
TP 755 Cs. I'm sure the
Hi all!
First: IT WORKS!!! CAN YOU BELIEVE THIS
The simple solution was: I had no window manager installed 8-()
Further I had to disable gpm mouse service otherwise I couldn't use
the mouse under X.
I compiled a new 2.4.4 kernel with PCMCIA token ring suport and it
hang at init
HI,
I'm having problems configuring my xircom ethernet cardbus in the new 2.4.4
kernel.
I've upgraded the packages required from bunk's debs and compiled the
kernel.
The pcmcia modules are built into the kernel, the xircom_tulip_bc module
loads ok, the card is detected by the system.
lsmod
Modul
Robert Voigt wrote:
[ ...]
> Can I just copy a .config file to the kernel source tree
Yes. You'd then need to do a `make oldconfig' (I think) in case there
are any options in the new kernel that weren't in the original one.
> and where can I get the .config file that was used to build the
>
On Thu, May 17, 2001 at 10:55:56AM +0200, Colazzo Eugenio wrote:
> Hy everibody,
>
> does anibody know where can i find docs about A21m modem and how to make it
> work?
I found drivers for the modem at the follwoing page:
http://www.pc.ibm.com/qtechinfo/MIGR-4VFTT3.html?up=unknownuser986205137&se
Hy everibody,
does anibody know where can i find docs about A21m modem and how to make it
work?
thanks a lot
jug
HI,
I'm having problems configuring my xircom ethernet cardbus in the new 2.4.4
kernel.
I've upgraded the packages required from bunk's debs and compiled the
kernel.
The pcmcia modules are built into the kernel, the xircom_tulip_bc module
loads ok, the card is detected by the system.
lsmod
Modu
Robert Voigt wrote:
[ ...]
> Can I just copy a .config file to the kernel source tree
Yes. You'd then need to do a `make oldconfig' (I think) in case there
are any options in the new kernel that weren't in the original one.
> and where can I get the .config file that was used to build the
>
On Thu, May 17, 2001 at 10:55:56AM +0200, Colazzo Eugenio wrote:
> Hy everibody,
>
> does anibody know where can i find docs about A21m modem and how to make it
> work?
I found drivers for the modem at the follwoing page:
http://www.pc.ibm.com/qtechinfo/MIGR-4VFTT3.html?up=unknownuser986205137&s
Hy everibody,
does anibody know where can i find docs about A21m modem and how to make it
work?
thanks a lot
jug
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I want to compile the pcmcia-source package. The documentation says the
kernel source must be configured (make config dep). It does not discribe a
way to build the modules without compiling a new kernel, but I don't want to
compile a kernel. I just want to compile the pcmcia modules for my
2.2.
54 matches
Mail list logo