Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm using an IBM TP 600 loaded with RH 8.0 (2.4.20) and am currently trying to get the internal modem to work. Yep, I'm aware that it can be a pain, but I think I am very close....
1. I compiled the kernel with the mwave support (not as a module).
2. I ran `setserial /dev/ttyS1 autoconfig` as suggested on the IBM developer's site where the mwave drivers are available. Following that, /dev/ttyS1 is set to:
/dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3
3. I soft-linked /dev/modem to /dev/ttyS1 for ease.
4. I ran kppp and get "modem busy". Same results for running a test against the modem with any modem based connection program (kermit, minicom, etc).
5. syslogs show no anomalies whatsoever.
are you running mwavem? I'm using mdk9.0 on a tp 600, and while I don't get a "modem busy" message, without mwavem running, I would get a "modem not responding" message.
(is there any way to edit one's posts here?, oops, just found it, sorry).
I really should have posted some of my corresponding info, since my modem is working fine, here you go these were done with the module loaded (modprobe mwave) and mwavem running (mwavem &), kppp's ati cmds mostly all return ibm mwave v4.0, or similar:
keep
path[thinkpad]=/lib/modules/`uname -r`/thinkpad
options thinkpad enable_smapi=1 enable_superio=1 enable_rtcmosram=1 enable_thinkpadpm=1
alias char-major-10-170 thinkpad
alias /dev/thinkpad thinkpad
alias /dev/thinkpad/thinkpad thinkpad
alias /dev/thinkpad/smapi smapi
alias /dev/thinkpad/superio superio
alias /dev/thinkpad/rtcmosram rtcmosram
alias /dev/thinkpad/thinkpadpm thinkpadpm
take look at the "options mwave..." line, I was under the impression that the mwave main controller always used irq10. BTW, I don't have to do any setserial stuff, nor did I have to alias the device, which is /dev/ttyS1, which points to /dev/tts/1, I just set that device in kppp's modem setup area. hope this helps, let me know if you have any other hdwe issues with your tp600, as I have found drivers for all of it's devices, and they all are now working fine. I just tested this and found out that the whole mwave setup does not survive a suspend/resume (apm --suspend), the module stays loaded, mwavem remains in memory, but I get the error "Sorry, modem is busy". To fix this I had to killall mavem, and modprobe -r mwave, then put them back.
One last thing, I have read that the later 600 models did not use the mwave dsp.
Thanks for the info. I had actually kind of given up on receiving a response and began trying to make my TP self-destruct.
I finally got it to work. The problem was two-fold. First, IR port was enabled in BIOS and, second, my network card was trying to use the same IRQ. After I disabled the IR port, I started getting error messages in the syslogs that I was able to use to narrow it down.
I never did get kppp to work, but wvdial works just fine... Maybe it's because I live in WV????
I am a newman with Linux.I installed mandrake9.0 on my tp600 this afternoon,but I didn't know the type of my LCD,so I can't configure my xwindows.Now I can only enter the text mode.I just see the akaBeaVis has used mandrake9.0 on his tp600,please tell me how how to configure the xwindows in the text mode now and what type of the lcd it is.my e-mail is :guohaixun@sohu.com.
If anyone else knows the solution,please give me a hand.
I am a new man with Linux.I installed mandrake9.0 on my tp600 this afternoon,but I didn't know the type of my LCD,so I can't configure my xwindows.Now I can only enter the text mode.I just see the akaBeaVis has used mandrake9.0 on his tp600,please tell me how how to configure the xwindows in the text mode now and what type of the LCD it is.my e-mail is :guohaixun@sohu.com.
If anyone else knows the solution,please give me a hand.
Man, I'm sorry, haven't checked this thread for awhile, here's my /etc/X11/XF86Config-4 file:
# cat /etc/X11/XF86Config-4
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't worklinux howto
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
before you go hog wild cutting/pasting note that all references to "Mouse1" are to a ms usb wireless intellimouse explorer that I sometimes plug in when I get tired of "da nubbin". If you don't use such a device eliminate the entire section titled "InputDevice" which contains "Mouse1" and the line in "ServerLayout" which references "Mouse1". Also, da nubbin is so much nicer w/tp4d installed.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.