Re: winmodem on laptop, can it work? (lspci -vv output)
On Tue, 18 Dec 2001, Walter Tautz wrote: > Subject: winmodem on laptop, can it work? (lspci -vv output) > > say on stable or testing? > > 00:03.0 Communication controller: Lucent Microelectronics WinModem 56k (rev 01) > Subsystem: IBM: Unknown device 018c > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- >SERR+ FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR-Latency: 0 (63000ns min, 3500ns max) > Interrupt: pin A routed to IRQ 11 > Region 0: Memory at 50101000 (32-bit, non-prefetchable) [size=256] > Region 1: I/O ports at 4500 [size=8] > Region 2: I/O ports at 4400 [size=256] > Capabilities: [f8] Power Management version 2 > Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA >PME(D0-,D1-,D2+,D3hot+,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- I got it working with "unstable" (2.4.16 kernel) on a Dell i8100. I basically just grabbed the "ltmodem" stuff from http://www.heby.de/ltmodem, followed the instructions, & it worked. I could talk to the modem using /dev/ttyLT0. ____ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell latitude C810
On Thu, 20 Dec 2001 [EMAIL PROTECTED] wrote: > I am running a debian sid with a 2.4.16 kernel on a Dell latitude C810 and I > have some problems because I think there are some new devices and everything > is not supported. > > I can not have the pcmcia working. I have install the pcmcia-cs and > pcmcia-source packages and when I plug the pc-card, the laptop freeze. > 02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller > 02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller > Is somebody has this PC card Cardbus Controller working ? > > I can not completely shutdown the laptop with the 'halt' command. I put > CONFIG_APM=y > CONFIG_APM_REAL_MODE_POWER_OFF=y > in my kernel. > > I try to test ACPI but it crash the laptop when I plug or unplug the AC > power. > > When I am using the battery and if I do not touch the laptop during 10 > minutes, it crashes alone... I deactivated everything on the bios power > management, and put the same options that for AC power. > > Do you think is it a good idea to use ext3 on a laptop that crashes a lot ? > I need to use some kernel patches but it is very unstable. > > Is somebody use the same laptop and have any problems ? I had similar problems on my Dell i8100 with the PCMCIA stuff in the installed kernel (2.4.16). I installed the "pcmcia-cs" & "pcmcia-source" packages, rebuilt the kernel (for other reasons), & the PCMCIA stuff worked. I don't know what the previous PCMCIA stuff was doing, but it was definitely causing trouble. Also, check out the following for some useful information: http://vergil.chemistry.gatech.edu/~park/dell.html I ended up disabling APIC (not ACPI, but close enough to be confusing): CONFIG_X86_UP_APIC is not set CONFIG_X86_UP_IOAPIC is not set So, now "shutdown -h" works, pushing the power button works, & the system no longer crashes when pulling the AC, pressing "suspend", etc. Suspend... doesn't seem to be supported with the current acpid; it notices the events, but isn't configured to to anything about them. The lid close/open is interesting, requiring at least Fn-CRT/LCD to get the screen back, & varying based on whether I'm at an X console or not. I don't know where to go from here, but my system is stable for the moment. Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: winmodem on laptop, can it work? (lspci -vv output)
On Tue, 18 Dec 2001, Walter Tautz wrote: > Subject: winmodem on laptop, can it work? (lspci -vv output) > > say on stable or testing? > > 00:03.0 Communication controller: Lucent Microelectronics WinModem 56k (rev > 01) > Subsystem: IBM: Unknown device 018c > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- > Stepping- SERR+ FastB2B- > Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- > SERR-Latency: 0 (63000ns min, 3500ns max) > Interrupt: pin A routed to IRQ 11 > Region 0: Memory at 50101000 (32-bit, non-prefetchable) [size=256] > Region 1: I/O ports at 4500 [size=8] > Region 2: I/O ports at 4400 [size=256] > Capabilities: [f8] Power Management version 2 > Flags: PMEClk- DSI+ D1- D2+ AuxCurrent=0mA > PME(D0-,D1-,D2+,D3hot+,D3cold+) > Status: D0 PME-Enable- DSel=0 DScale=0 PME- I got it working with "unstable" (2.4.16 kernel) on a Dell i8100. I basically just grabbed the "ltmodem" stuff from http://www.heby.de/ltmodem, followed the instructions, & it worked. I could talk to the modem using /dev/ttyLT0. Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505
Re: Dell latitude C810
On Thu, 20 Dec 2001 [EMAIL PROTECTED] wrote: > I am running a debian sid with a 2.4.16 kernel on a Dell latitude C810 and I > have some problems because I think there are some new devices and everything > is not supported. > > I can not have the pcmcia working. I have install the pcmcia-cs and > pcmcia-source packages and when I plug the pc-card, the laptop freeze. > 02:0f.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller > 02:0f.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller > Is somebody has this PC card Cardbus Controller working ? > > I can not completely shutdown the laptop with the 'halt' command. I put > CONFIG_APM=y > CONFIG_APM_REAL_MODE_POWER_OFF=y > in my kernel. > > I try to test ACPI but it crash the laptop when I plug or unplug the AC > power. > > When I am using the battery and if I do not touch the laptop during 10 > minutes, it crashes alone... I deactivated everything on the bios power > management, and put the same options that for AC power. > > Do you think is it a good idea to use ext3 on a laptop that crashes a lot ? > I need to use some kernel patches but it is very unstable. > > Is somebody use the same laptop and have any problems ? I had similar problems on my Dell i8100 with the PCMCIA stuff in the installed kernel (2.4.16). I installed the "pcmcia-cs" & "pcmcia-source" packages, rebuilt the kernel (for other reasons), & the PCMCIA stuff worked. I don't know what the previous PCMCIA stuff was doing, but it was definitely causing trouble. Also, check out the following for some useful information: http://vergil.chemistry.gatech.edu/~park/dell.html I ended up disabling APIC (not ACPI, but close enough to be confusing): CONFIG_X86_UP_APIC is not set CONFIG_X86_UP_IOAPIC is not set So, now "shutdown -h" works, pushing the power button works, & the system no longer crashes when pulling the AC, pressing "suspend", etc. Suspend... doesn't seem to be supported with the current acpid; it notices the events, but isn't configured to to anything about them. The lid close/open is interesting, requiring at least Fn-CRT/LCD to get the screen back, & varying based on whether I'm at an X console or not. I don't know where to go from here, but my system is stable for the moment. Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505
Re: For Help with lilo post-installation
On Mon, 25 Feb 2002, [utf-8] H Mahi wrote: > Somebody help me with lilo : how can I cancel lilo from the MBR and > reinstall windows NT boot loader. > > I have installed NT in my first partion and Linux in the second. Now when I > start my PC, it opens directly in the Linux.I don't have access to windows > NT. The other approach is to tell lilo about NT. Add the following to your /etc/lilo.conf file: prompt timeout=100 # Windows NT other=/dev/??? label=WinNT replacing "???" with the designator for your NT partition (e.g., hda1). Do "lilo -v" to kick the config changes into effect. Next reboot you should get the lilo prompt at which you can type the label of the OS you want (e.g., "Linux", "WinNT", etc.). After 10 seconds lilo will boot the default OS. If you want the default OS to be NT instead of Linux, change the "default=Linux" (or whatever it is now) to "default=WinNT" in lilo.conf & redo "lilo -v". Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505
Re: APM signals cause lockup
On 26 Feb 2002, Alex Malinovich wrote: > I just got done installing Sid on my Inspiron 8000 using one of the 100 > or so documents I found using a google search. However, after reading > through all of them, I can't find any hints to this problem. I compiled > kernel 2.4.17 from source, making sure to include the power management > options, and installed apmd. However, any time an APM signal is sent, > the computer locks, requiring a hard restart. This is REALLY annoying as > when I put it on AC power after starting up on battery (or vice versa) > it locks, so I'm limited to having to reboot much too often. I know my > way around Debian rather well, but as this is my first time installing > it on a laptop I'm sure that there are probably things that I'm not > aware of that I should be doing. Any help is greatly appreciated. Disabling APIC by unsetting the kernel config variable CONFIG_X86_UP_APIC fixed that for me on my 8100. Note that this is APIC, not ACPI. ____ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505
Re: how to see other partition?
On Thu, 11 Apr 2002, Dutch wrote: > I have winxp on hda1, linux on hda2 and swap on hda3. > > Lilo, in MBR... > > How do I go about making the windows partiton visible/usable from > Linux (debian)? > > Is it making other file systems in the kernel or...? It depends somewhat on what file system type WinXP is using in hda1. From a Linux perspective, VFAT is safer than NTFS, especially for read-write. If you don't already know the type, use cfdisk to check it out. Assuming that your kernel supports the file system type, then do: mount -t -o ro /dev/hda1 /mnt where "" is probably either "vfat" or "ntfs". If that seems to work, you can mount it read-write by dropping the "-o ro" for vfat, but I don't know if it's advisable to do so for ntfs: umount /dev/hda1 mount -t vfat /dev/hda1 /mnt If you want to get at it from other IDs than root, you might also have to use the "uid=" & "gid=" mount options, such as: mount -t vfat -o ro,uid=1000,gid=1000 /dev/hda1 /mnt You might also want to create a more descriptive mount point, such as: mkdir /WinXP mount -t vfat -o ro,uid=1000,gid=1000 /dev/hda1 /WinXP To unmount it, do: umount /dev/hda1 To look at the mounted file systems, just do: mount To make it automatic, translate the mount command into an entry in /etc/fstab. > What man page would explain this? mount(8) fstab(5) Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian doesn't boot in Compaq Presario
On Fri, May 31, 2002 at 03:38:05PM -0500, Dr. Aldo Medina wrote: > In my Compaq Presario 700 (working fine with Woody and Linux 2.2.19) I > tried Linux 2.4.18 without success (I need it for ACPI support). > However, if I enable ACPI in the kernel, my laptop locks after enabling > ACPI at boot time. Disabling APIC by unsetting the kernel config variable CONFIG_X86_UP_APIC fixed that for me on my Dell Inspiron 8100. Note that this is APIC, not ACPI. ________ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dell i8k hang when unplug
On 26 Jun 2002, [EMAIL PROTECTED] wrote: > + one more thing..and old question maybe. > > ..has anyone come across a good howto for letting me plug and unplug the > power without hanging my dell i8k? may have missed a few threads these > last few months..i know it's an apm [acpi] thing, just not how to remedy > it. Disabling APIC by unsetting the kernel config variable CONFIG_X86_UP_APIC fixed that for me on my Dell Inspiron 8100. Note that this is APIC, not ACPI. ________ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: For Help with lilo post-installation
On Mon, 25 Feb 2002, [utf-8] H Mahi wrote: > Somebody help me with lilo : how can I cancel lilo from the MBR and > reinstall windows NT boot loader. > > I have installed NT in my first partion and Linux in the second. Now when I > start my PC, it opens directly in the Linux.I don't have access to windows > NT. The other approach is to tell lilo about NT. Add the following to your /etc/lilo.conf file: prompt timeout=100 # Windows NT other=/dev/??? label=WinNT replacing "???" with the designator for your NT partition (e.g., hda1). Do "lilo -v" to kick the config changes into effect. Next reboot you should get the lilo prompt at which you can type the label of the OS you want (e.g., "Linux", "WinNT", etc.). After 10 seconds lilo will boot the default OS. If you want the default OS to be NT instead of Linux, change the "default=Linux" (or whatever it is now) to "default=WinNT" in lilo.conf & redo "lilo -v". Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: APM signals cause lockup
On 26 Feb 2002, Alex Malinovich wrote: > I just got done installing Sid on my Inspiron 8000 using one of the 100 > or so documents I found using a google search. However, after reading > through all of them, I can't find any hints to this problem. I compiled > kernel 2.4.17 from source, making sure to include the power management > options, and installed apmd. However, any time an APM signal is sent, > the computer locks, requiring a hard restart. This is REALLY annoying as > when I put it on AC power after starting up on battery (or vice versa) > it locks, so I'm limited to having to reboot much too often. I know my > way around Debian rather well, but as this is my first time installing > it on a laptop I'm sure that there are probably things that I'm not > aware of that I should be doing. Any help is greatly appreciated. Disabling APIC by unsetting the kernel config variable CONFIG_X86_UP_APIC fixed that for me on my 8100. Note that this is APIC, not ACPI. ____ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: how to see other partition?
On Thu, 11 Apr 2002, Dutch wrote: > I have winxp on hda1, linux on hda2 and swap on hda3. > > Lilo, in MBR... > > How do I go about making the windows partiton visible/usable from > Linux (debian)? > > Is it making other file systems in the kernel or...? It depends somewhat on what file system type WinXP is using in hda1. From a Linux perspective, VFAT is safer than NTFS, especially for read-write. If you don't already know the type, use cfdisk to check it out. Assuming that your kernel supports the file system type, then do: mount -t -o ro /dev/hda1 /mnt where "" is probably either "vfat" or "ntfs". If that seems to work, you can mount it read-write by dropping the "-o ro" for vfat, but I don't know if it's advisable to do so for ntfs: umount /dev/hda1 mount -t vfat /dev/hda1 /mnt If you want to get at it from other IDs than root, you might also have to use the "uid=" & "gid=" mount options, such as: mount -t vfat -o ro,uid=1000,gid=1000 /dev/hda1 /mnt You might also want to create a more descriptive mount point, such as: mkdir /WinXP mount -t vfat -o ro,uid=1000,gid=1000 /dev/hda1 /WinXP To unmount it, do: umount /dev/hda1 To look at the mounted file systems, just do: mount To make it automatic, translate the mount command into an entry in /etc/fstab. > What man page would explain this? mount(8) fstab(5) Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian doesn't boot in Compaq Presario
On Fri, May 31, 2002 at 03:38:05PM -0500, Dr. Aldo Medina wrote: > In my Compaq Presario 700 (working fine with Woody and Linux 2.2.19) I > tried Linux 2.4.18 without success (I need it for ACPI support). > However, if I enable ACPI in the kernel, my laptop locks after enabling > ACPI at boot time. Disabling APIC by unsetting the kernel config variable CONFIG_X86_UP_APIC fixed that for me on my Dell Inspiron 8100. Note that this is APIC, not ACPI. ________ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dell i8k hang when unplug
On 26 Jun 2002, [EMAIL PROTECTED] wrote: > + one more thing..and old question maybe. > > ..has anyone come across a good howto for letting me plug and unplug the > power without hanging my dell i8k? may have missed a few threads these > last few months..i know it's an apm [acpi] thing, just not how to remedy > it. Disabling APIC by unsetting the kernel config variable CONFIG_X86_UP_APIC fixed that for me on my Dell Inspiron 8100. Note that this is APIC, not ACPI. ________ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-5505 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Netgear GA511 support?
I've so far been unable to get my Dell Inspiron 8100 running Debian "unstable" & 2.4.27 kernel to recognize a Netgear GA511 10/100/1000-T Cardbus NIC. Any help would be greatly appreciated. ________ Jay Ford, Network Engineering Group, Information Technology Services University of Iowa, Iowa City, IA 52242 email: [EMAIL PROTECTED], phone: 319-335-, fax: 319-335-2951 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]