Re: strange melting screen when X starts

2000-07-30 Thread Chanop Silpa-Anan

Once upon a time, I heard name say

> Thanks for everybody's help!
> 
> I've done it. I found an option in my BIOS setup called 'resolution
> expended', and it was enabled by default. I disabled it and the melting
> screen never show again. But there is a trade off. I can only get 640x480
> small screen for text mode now. It's a bit painful. Can I have both full
> screen text mode and a nice X?
Use framebuffer, you will get full screen console mode at 800x600.
With both 2.2 & 2.4 kernel, I pass vga=0x315 as a kernel parameter via
either grub or lilo. Check lilo/grub/kernel document for more info. BTW, it
seems that current kernel shipped with potato already use frame buffer
support.

> And there are still some other problems.
> 
> 1) X can't be killed nicely. After ctrl-alt-backspace or 'exit' 'restart'
> from menu, it will get back to the login screen, and the system hangs up.
> But I can swich to text mode by ctrl-alt-Fx, and can also nicely back to X
> by alt-F7. And it also hangs up at the xdm login screen after comes back
> from suspend mode.
to kill X with xdm use /etc/init.d/xdm stop. And if you have apm compiled
and turned on in the kernel, after suspend, when I use frame buffer, it
should come back as normal.

> 4) I still can't login as a normal user. I guess it's because something
> wrong with my upgrade from 3.3.2 to 4.0.1. For example...
Sth is wrong with your login application, in this case xdm.

> After upgrade, the mouse didn't work until I found some problem in the
> /etc/gpm.conf file. 
> 
> And some X scripts still look for 'xbanner' 'freetemp' programs which
> can't be found in 4.0.1.
apt-get install xbanner :) ofcourse

> The /etc/xinit/xserverrc is a link to itself, and seems never work. Does
> it matter?
> 
> The /etc/init.d/xdm script runs /usr/sbin/parse-xf86config program which
> can not cope with 4.0.1 XF86Config file.
That was old xdm script shiped with 3.3.2 deb that tried to cope with old xdm
behavior that it would restart forever if you have a mess up XF86config
file. the /usr/sbin/parse-xf86config was removed around 3.3.3 or 3.3.4.


Chanop
-- 
,.
| Just Debian ~ [EMAIL PROTECTED]|
`'

 PGP signature


Re: Debian on a thinkpad i1540

2000-07-30 Thread Andrei Popov

--- Carlos Hernandez <[EMAIL PROTECTED]> wrote:
> I have an IBM thinkpad i-series 1540 with a Netgear FA410tx pcmcia
> card, I
> want to install debian from the net, but I didn't have success
> trying with
> debian 2.1, It didn't recognize the pcmcia card.  Any ideas?

One: as stated in pcmcia docs, check what was the log entry on
insertion of the card into the slot (when you got a high and then low
beep).  Look for entries starting with 'cs:'.  Alternatively, reboot
with card in a slot and check dmesg output.

This way you will get to see what is the name pcmcia package
recognized your card under.  After that check if there is a card like
that in /etc/pcmcia/config.  Now, as Heather mentioned there is a
Netgear card there, it may simply be called differently (TXC instead
of TX).  Try additng an entry with proper card description for your
card and see if cardsoft would recognize it then. (Don't forget to do
'/etc/init.d/pcmcia restart' after you changed config file).

I have installed Debian over the network on my IBM TP770E
(mod.19548), but I went for potato (), not slink.  There was a bit of
a problem with pcmcia package when I've done so (the one included in
boot floppy image was not working), but I simply fetched the .deb
with dependencies, copied it over onto a floppy and dpkg'ed it
manually.  After that everything was just a breeze.

Maybe you should try potato (2.2)?

Andrei

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Help required: pcmcia-source/kernel-source-2.2.17 problems

2000-07-30 Thread Etienne M. Gagnon

Hi there!

I am running a laptop with Debian unstable.  Everything works fine with
the stock kernel-image (2.2.17 pre 6) and related pcmcia-modules
packages, but I'd like to build a custom kernel to add sound support. 
(To make myself clear:  If I uses Debian's binary kernel & pcmcia
packages, everything works fine, including PCMCIA, but I get no sound
support).

So, as usual, I installed the kernel-source (2.2.17) & pcmcia-source
packages (+ kernel-package + ...).  I then configure and compile the
kernel and modules as usual:
$ make-kpkg clean
$ make xconfig
$ make-kpkg clean
$ make-kpkg --revision=custom.1.0 kernel_image
$ make-kpkg --revision=custom.1.0 modules_image

All this works fine.  But, when I install these packages:
$ dpkg -i *custom.1.0*.deb

and then reboot my system,  the system hangs as soon as
"/etc/init.d/pcmcia start" is executed.

To check that it really is a PCMCIA problem, I have removed the file
"/etc/init.d/pcmcia start".  Without it, I have been able to boot my
system, and run it as usual, including the custom kernel's sound
support.

More about the system hang:  When I execute "/etc/init.d/pcmcia start",
the system continues to run for a few seconds, until I hear a "single"
beep.  Once it has beeped, the system completely hangs;  nothing works:
keyboard, mouse, etc.  (Usually it makes 2 beeps using Debian's binary
packages, then continues to run normally).

I suspect that something is wrong in my ".config" file.  I must have
forgotten to set an option, but I don't know which one.  I have included
my ".config" file as attachment.

Thanks in advance for your help.

Etienne
-- 
--
Etienne M. Gagnon, M.Sc. e-mail: [EMAIL PROTECTED]
Author of SableVM: http://www.sablevm.org/
--

#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_OTHER is not set
CONFIG_APM=y
# CONFIG_APM_DISABLE_BY_DEFAULT is not set
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_IGNORE_SUSPEND_BOUNCE=y
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_PARPORT is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_SYN_COOKIES is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y

#
#  
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CON

vaio 505JE and ethernet + usb

2000-07-30 Thread Seth Daniel

All,

I recently purchased a Sony Vaio PCG-Z505JE.  There is a page
for it off of the Linux Laptops page:

  http://larve.net/people/hugo/2000/07/linux-vaio

Anyway, on several pages with similar laptops it is mentioned that
the ``Plug And Play OS'' option (in the BIOS) needs to be turned
off in order to use USB and sound.  The problem is that when this
option is turned off I can't configure the internal ethernet card
w/o the laptop completely hanging (yes, hanging).  With the option
turned on I can run pump, or ifconfig w/o any worries.

I have a second problem wrt USB.  I have tried this with the ``Plug
And Play OS'' option turned off and with it turned on.  I have patched
kernel 2.2.16 with the USB backport from here:

  http://www.suse.cz/development/usb-backport/

It compiled just fine and I'm running the kernel now.  Here's the problem.
Several web pages suggested that these steps needed to be run:

(I'm attempting to access my usb floppy)

  o modprobe usb-storage
- this works great.  When I do this it loads the usb-storage module along
  with the usbcore and scsi_mod module.
  o echo "scsi add-single-device 1 0 0 0" > /proc/scsi/scsi
- i do this and then if I cat the ``/proc/scsi/scsi'' file it
  says ``Attached devices: none''.
  o I then try to mount the floppy with ``mount -t ext2 /dev/sda /mnt''.
The sd_mod module is loaded and it tells me that /dev/sda is not a 
block device.  

Anyone know what I'm doing wrong?

Even if I can access my USB device, if I have to turn off Plug And Play OS
in the BIOS I then can't use my ethernet card!  Anyone have any suggestions?
-- 
seth / moc.llubdoog@htes


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




problem of XFree4.0 and apm [WAS: strange melting screen when X starts]

2000-07-30 Thread Chanop Silpa-Anan

Since experimental XFree 4.0.1 deb is out, check x-strikeforce page. I just
put it on my laptop which use trident cyber 9525dvd and have it run fine,
mostly.

The only problem I experienced is when I do apm stuffs wither suspend or 
standby then resume back, X would freeze up the whole machine, only power
cycle can help, huh :(. 

That was in my main partition, what a bravery to put experimental X in my 
main laptop. It was down graded back to 3.3.6. But, ANW, I want to give
Xfree 4 a try so I put it in minimal chroot environment.

This time, when resume from apm, X is still working but the window manager,
fvwm in this case, would not response to any mouse click, but it does
response to mouse movement and I can kill X.

BTW, DPMS option was already turned on.


Has anyone has an experient with XFree 4 and apm stuff?




Chanop

-- 
 ##
 #Chanop Silpa-Anan   #
 #gpg @ http://kenji.anu.edu.au/~chanop/chanop.asc#
 ##


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: strange melting screen when X starts

2000-07-30 Thread Alexander Clouter

On Sun, 30 Jul 2000, Chanop Silpa-Anan wrote:
>
> Use framebuffer, you will get full screen console mode at 800x600.
> With both 2.2 & 2.4 kernel, I pass vga=0x315 as a kernel parameter via
> either grub or lilo. Check lilo/grub/kernel document for more info. BTW,
> it
> seems that current kernel shipped with potato already use frame buffer
> support.
>
all well and good if you don't mind accepting the performance hit that a
SVGA textmode gives you.

Alex



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Alexander Clouter

you don't say what type of laptop you have.

Some laptops don't use 100% Cardbus compatible protocols, so this hangs
the machine.  Recompile your pcmcia drivers with 32bit cardbus turned
off.  Hopefully this will solve your problems.

Alex



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Etienne M. Gagnon

Hi Alexander,

Alexander Clouter wrote:
> you don't say what type of laptop you have.

I have a Compaq Presario 1060, with a Linksys EtherFast 10/100 (PCMCIA)
Ethernet card.

> Some laptops don't use 100% Cardbus compatible protocols, so this hangs
> the machine.  Recompile your pcmcia drivers with 32bit cardbus turned
> off.  Hopefully this will solve your problems.

How do I turn this off?  (This may be a dumb question, but I don't
remember seeing anything about Cardbus in "make xconfig"...)

Thanks 

Etienne
-- 
--
Etienne M. Gagnon, M.Sc. e-mail: [EMAIL PROTECTED]
Author of SableVM: http://www.sablevm.org/
--


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: vaio 505JE and ethernet + usb

2000-07-30 Thread Hugo Haas

On Sun, Jul 30, 2000, Seth Daniel wrote:
> Anyway, on several pages with similar laptops it is mentioned that
> the ``Plug And Play OS'' option (in the BIOS) needs to be turned
> off in order to use USB and sound.  The problem is that when this
> option is turned off I can't configure the internal ethernet card
> w/o the laptop completely hanging (yes, hanging).  With the option
> turned on I can run pump, or ifconfig w/o any worries.

I haven't encountered this problem. Did you compile your kernel with
CONFIG_PNP set? If so, maybe that's your problem.

-- 
Hugo Haas <[EMAIL PROTECTED]> - http://larve.net/people/hugo/
If something's hard to do, then it's not worth doing. -- Homer J.
Simpson


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Felix Kronlage

On Sun, Jul 30, 2000 at 04:18:12PM -0400, Etienne M. Gagnon wrote:

[Cardbus-Support]
> How do I turn this off?  (This may be a dumb question, but I don't
> remember seeing anything about Cardbus in "make xconfig"...)

He meant, to turn that off recompiling the pcmcia-utils.
Get the source of the pcmcia-utils (unless of course you're using
2.4.0-testx - but I don't assume that) and during configure you get
asked if 32-bit (aka CardBus) Support should be compiled in. Say No
here.
kind regards,
-fkr


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Alexander Clouter

On Sun, 30 Jul 2000, Etienne M. Gagnon wrote:
>
> Alexander Clouter wrote:
> > you don't say what type of laptop you have.
> 
> I have a Compaq Presario 1060, with a Linksys EtherFast 10/100 (PCMCIA)
> Ethernet card.
> 
> > Some laptops don't use 100% Cardbus compatible protocols, so this hangs
> > the machine.  Recompile your pcmcia drivers with 32bit cardbus turned
> > off.  Hopefully this will solve your problems.
> 
> How do I turn this off?  (This may be a dumb question, but I don't
> remember seeing anything about Cardbus in "make xconfig"...)
> 
instead of using the kernal-source and pcmcia-source debian packages I
would instead highly recommend downloading the *pure* source versions from
the internet.

Get the latest kernel source from ftp://ftp.kernel.org (or a nearby
mirror) and the pcmcia source from
ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs.

Unpackage the sources, the kernel in /usr/src/linux and the pcmcia drivers
in /usr/src/pcmcia-cs-??? (or something similar, however the name is
quite irrelevent).  Compile yourself the kernel.

Instead of using xconfig I would recommend using 'make menuconfig' as it
just feels much nicer ;)  However if you prefer xconfig do use it.  Then
after you have installed the new kernel go to /usr/src/pcmcia-cs-??? and
type 'make config'.  Choose the options you need and turn off 32bit
(cardbus) support.  After it has been configured type 'make
install'.  This will finish off all pcmcia driver stuff and you should be
ready to roll ;)

do a reboot and everything should work

good luck

Alex


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: strange melting screen when X starts

2000-07-30 Thread Chanop Silpa-Anan
Once upon a time, I heard name say

> Thanks for everybody's help!
> 
> I've done it. I found an option in my BIOS setup called 'resolution
> expended', and it was enabled by default. I disabled it and the melting
> screen never show again. But there is a trade off. I can only get 640x480
> small screen for text mode now. It's a bit painful. Can I have both full
> screen text mode and a nice X?
Use framebuffer, you will get full screen console mode at 800x600.
With both 2.2 & 2.4 kernel, I pass vga=0x315 as a kernel parameter via
either grub or lilo. Check lilo/grub/kernel document for more info. BTW, it
seems that current kernel shipped with potato already use frame buffer
support.

> And there are still some other problems.
> 
> 1) X can't be killed nicely. After ctrl-alt-backspace or 'exit' 'restart'
> from menu, it will get back to the login screen, and the system hangs up.
> But I can swich to text mode by ctrl-alt-Fx, and can also nicely back to X
> by alt-F7. And it also hangs up at the xdm login screen after comes back
> from suspend mode.
to kill X with xdm use /etc/init.d/xdm stop. And if you have apm compiled
and turned on in the kernel, after suspend, when I use frame buffer, it
should come back as normal.

> 4) I still can't login as a normal user. I guess it's because something
> wrong with my upgrade from 3.3.2 to 4.0.1. For example...
Sth is wrong with your login application, in this case xdm.

> After upgrade, the mouse didn't work until I found some problem in the
> /etc/gpm.conf file. 
> 
> And some X scripts still look for 'xbanner' 'freetemp' programs which
> can't be found in 4.0.1.
apt-get install xbanner :) ofcourse

> The /etc/xinit/xserverrc is a link to itself, and seems never work. Does
> it matter?
> 
> The /etc/init.d/xdm script runs /usr/sbin/parse-xf86config program which
> can not cope with 4.0.1 XF86Config file.
That was old xdm script shiped with 3.3.2 deb that tried to cope with old xdm
behavior that it would restart forever if you have a mess up XF86config
file. the /usr/sbin/parse-xf86config was removed around 3.3.3 or 3.3.4.


Chanop
-- 
,.
| Just Debian ~ [EMAIL PROTECTED]|
`'


pgpyS3ny41MsL.pgp
Description: PGP signature


Re: Debian on a thinkpad i1540

2000-07-30 Thread Andrei Popov
--- Carlos Hernandez <[EMAIL PROTECTED]> wrote:
> I have an IBM thinkpad i-series 1540 with a Netgear FA410tx pcmcia
> card, I
> want to install debian from the net, but I didn't have success
> trying with
> debian 2.1, It didn't recognize the pcmcia card.  Any ideas?

One: as stated in pcmcia docs, check what was the log entry on
insertion of the card into the slot (when you got a high and then low
beep).  Look for entries starting with 'cs:'.  Alternatively, reboot
with card in a slot and check dmesg output.

This way you will get to see what is the name pcmcia package
recognized your card under.  After that check if there is a card like
that in /etc/pcmcia/config.  Now, as Heather mentioned there is a
Netgear card there, it may simply be called differently (TXC instead
of TX).  Try additng an entry with proper card description for your
card and see if cardsoft would recognize it then. (Don't forget to do
'/etc/init.d/pcmcia restart' after you changed config file).

I have installed Debian over the network on my IBM TP770E
(mod.19548), but I went for potato (), not slink.  There was a bit of
a problem with pcmcia package when I've done so (the one included in
boot floppy image was not working), but I simply fetched the .deb
with dependencies, copied it over onto a floppy and dpkg'ed it
manually.  After that everything was just a breeze.

Maybe you should try potato (2.2)?

Andrei

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



Re: Debian on a thinkpad i1540

2000-07-30 Thread Jack Morgan
Jens Helweg wrote:
> 
> Carlos Hernandez wrote:
> 
> > I have an IBM thinkpad i-series 1540 with a Netgear FA410tx pcmcia card, I
> > want to install debian from the net, but I didn't have success trying with
> > debian 2.1, It didn't recognize the pcmcia card.  Any ideas?

I used the boot disk for Omoikane Linux. It is a japanese distro but has
English option. I install the base system, then edit
/etc/apt/sources.list then finish installing.
try http://www.omiokane.co.jp/

Good Luck

-- 
Jack Morgan [EMAIL PROTECTED]
Debian 2.2  http://www.mandinka.org




Help required: pcmcia-source/kernel-source-2.2.17 problems

2000-07-30 Thread Etienne M. Gagnon
Hi there!

I am running a laptop with Debian unstable.  Everything works fine with
the stock kernel-image (2.2.17 pre 6) and related pcmcia-modules
packages, but I'd like to build a custom kernel to add sound support. 
(To make myself clear:  If I uses Debian's binary kernel & pcmcia
packages, everything works fine, including PCMCIA, but I get no sound
support).

So, as usual, I installed the kernel-source (2.2.17) & pcmcia-source
packages (+ kernel-package + ...).  I then configure and compile the
kernel and modules as usual:
$ make-kpkg clean
$ make xconfig
$ make-kpkg clean
$ make-kpkg --revision=custom.1.0 kernel_image
$ make-kpkg --revision=custom.1.0 modules_image

All this works fine.  But, when I install these packages:
$ dpkg -i *custom.1.0*.deb

and then reboot my system,  the system hangs as soon as
"/etc/init.d/pcmcia start" is executed.

To check that it really is a PCMCIA problem, I have removed the file
"/etc/init.d/pcmcia start".  Without it, I have been able to boot my
system, and run it as usual, including the custom kernel's sound
support.

More about the system hang:  When I execute "/etc/init.d/pcmcia start",
the system continues to run for a few seconds, until I hear a "single"
beep.  Once it has beeped, the system completely hangs;  nothing works:
keyboard, mouse, etc.  (Usually it makes 2 beeps using Debian's binary
packages, then continues to run normally).

I suspect that something is wrong in my ".config" file.  I must have
forgotten to set an option, but I don't know which one.  I have included
my ".config" file as attachment.

Thanks in advance for your help.

Etienne
-- 
--
Etienne M. Gagnon, M.Sc. e-mail: [EMAIL PROTECTED]
Author of SableVM: http://www.sablevm.org/
--#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_OTHER is not set
CONFIG_APM=y
# CONFIG_APM_DISABLE_BY_DEFAULT is not set
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_IGNORE_SUSPEND_BOUNCE=y
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_PARPORT is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_SYN_COOKIES is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y

#
#  
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG

vaio 505JE and ethernet + usb

2000-07-30 Thread Seth Daniel
All,

I recently purchased a Sony Vaio PCG-Z505JE.  There is a page
for it off of the Linux Laptops page:

  http://larve.net/people/hugo/2000/07/linux-vaio

Anyway, on several pages with similar laptops it is mentioned that
the ``Plug And Play OS'' option (in the BIOS) needs to be turned
off in order to use USB and sound.  The problem is that when this
option is turned off I can't configure the internal ethernet card
w/o the laptop completely hanging (yes, hanging).  With the option
turned on I can run pump, or ifconfig w/o any worries.

I have a second problem wrt USB.  I have tried this with the ``Plug
And Play OS'' option turned off and with it turned on.  I have patched
kernel 2.2.16 with the USB backport from here:

  http://www.suse.cz/development/usb-backport/

It compiled just fine and I'm running the kernel now.  Here's the problem.
Several web pages suggested that these steps needed to be run:

(I'm attempting to access my usb floppy)

  o modprobe usb-storage
- this works great.  When I do this it loads the usb-storage module along
  with the usbcore and scsi_mod module.
  o echo "scsi add-single-device 1 0 0 0" > /proc/scsi/scsi
- i do this and then if I cat the ``/proc/scsi/scsi'' file it
  says ``Attached devices: none''.
  o I then try to mount the floppy with ``mount -t ext2 /dev/sda /mnt''.
The sd_mod module is loaded and it tells me that /dev/sda is not a 
block device.  

Anyone know what I'm doing wrong?

Even if I can access my USB device, if I have to turn off Plug And Play OS
in the BIOS I then can't use my ethernet card!  Anyone have any suggestions?
-- 
seth / [EMAIL PROTECTED]



problem of XFree4.0 and apm [WAS: strange melting screen when X starts]

2000-07-30 Thread Chanop Silpa-Anan
Since experimental XFree 4.0.1 deb is out, check x-strikeforce page. I just
put it on my laptop which use trident cyber 9525dvd and have it run fine,
mostly.

The only problem I experienced is when I do apm stuffs wither suspend or 
standby then resume back, X would freeze up the whole machine, only power
cycle can help, huh :(. 

That was in my main partition, what a bravery to put experimental X in my 
main laptop. It was down graded back to 3.3.6. But, ANW, I want to give
Xfree 4 a try so I put it in minimal chroot environment.

This time, when resume from apm, X is still working but the window manager,
fvwm in this case, would not response to any mouse click, but it does
response to mouse movement and I can kill X.

BTW, DPMS option was already turned on.


Has anyone has an experient with XFree 4 and apm stuff?




Chanop

-- 
 ##
 #Chanop Silpa-Anan   #
 #gpg @ http://kenji.anu.edu.au/~chanop/chanop.asc#
 ##



Re: strange melting screen when X starts

2000-07-30 Thread Alexander Clouter
On Sun, 30 Jul 2000, Chanop Silpa-Anan wrote:
>
> Use framebuffer, you will get full screen console mode at 800x600.
> With both 2.2 & 2.4 kernel, I pass vga=0x315 as a kernel parameter via
> either grub or lilo. Check lilo/grub/kernel document for more info. BTW,
> it
> seems that current kernel shipped with potato already use frame buffer
> support.
>
all well and good if you don't mind accepting the performance hit that a
SVGA textmode gives you.

Alex




Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Alexander Clouter
you don't say what type of laptop you have.

Some laptops don't use 100% Cardbus compatible protocols, so this hangs
the machine.  Recompile your pcmcia drivers with 32bit cardbus turned
off.  Hopefully this will solve your problems.

Alex




Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Etienne M. Gagnon
Hi Alexander,

Alexander Clouter wrote:
> you don't say what type of laptop you have.

I have a Compaq Presario 1060, with a Linksys EtherFast 10/100 (PCMCIA)
Ethernet card.

> Some laptops don't use 100% Cardbus compatible protocols, so this hangs
> the machine.  Recompile your pcmcia drivers with 32bit cardbus turned
> off.  Hopefully this will solve your problems.

How do I turn this off?  (This may be a dumb question, but I don't
remember seeing anything about Cardbus in "make xconfig"...)

Thanks 

Etienne
-- 
--
Etienne M. Gagnon, M.Sc. e-mail: [EMAIL PROTECTED]
Author of SableVM: http://www.sablevm.org/
--



Re: vaio 505JE and ethernet + usb

2000-07-30 Thread Hugo Haas
On Sun, Jul 30, 2000, Seth Daniel wrote:
> Anyway, on several pages with similar laptops it is mentioned that
> the ``Plug And Play OS'' option (in the BIOS) needs to be turned
> off in order to use USB and sound.  The problem is that when this
> option is turned off I can't configure the internal ethernet card
> w/o the laptop completely hanging (yes, hanging).  With the option
> turned on I can run pump, or ifconfig w/o any worries.

I haven't encountered this problem. Did you compile your kernel with
CONFIG_PNP set? If so, maybe that's your problem.

-- 
Hugo Haas <[EMAIL PROTECTED]> - http://larve.net/people/hugo/
If something's hard to do, then it's not worth doing. -- Homer J.
Simpson



Re: Help required: pcmcia-source/kernel-source-2.2.17 problem?

2000-07-30 Thread Felix Kronlage
On Sun, Jul 30, 2000 at 04:18:12PM -0400, Etienne M. Gagnon wrote:

[Cardbus-Support]
> How do I turn this off?  (This may be a dumb question, but I don't
> remember seeing anything about Cardbus in "make xconfig"...)

He meant, to turn that off recompiling the pcmcia-utils.
Get the source of the pcmcia-utils (unless of course you're using
2.4.0-testx - but I don't assume that) and during configure you get
asked if 32-bit (aka CardBus) Support should be compiled in. Say No
here.
kind regards,
-fkr



Re: Debian on a thinkpad i1540

2000-07-30 Thread Jack Morgan

Jens Helweg wrote:
> 
> Carlos Hernandez wrote:
> 
> > I have an IBM thinkpad i-series 1540 with a Netgear FA410tx pcmcia card, I
> > want to install debian from the net, but I didn't have success trying with
> > debian 2.1, It didn't recognize the pcmcia card.  Any ideas?

I used the boot disk for Omoikane Linux. It is a japanese distro but has
English option. I install the base system, then edit
/etc/apt/sources.list then finish installing.
try http://www.omiokane.co.jp/

Good Luck

-- 
Jack Morgan [EMAIL PROTECTED]
Debian 2.2  http://www.mandinka.org



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]