LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-22-2011, 06:47 AM   #16
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Original Poster
Rep: Reputation: 2

No, it doesn't work with ata66smp kernel. I think the smp is the cause, because it gives an error right at the starting of the kernel. I need the ata66 without smp, but i could not find it. Also in the same directory readme is mentioned to exist.
I think the main problem is the UDMA33 support for hdd on the old system, and it must be supported by the kernel.
 
Old 12-26-2011, 06:03 PM   #17
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Original Poster
Rep: Reputation: 2
It worked with Slackware 12.2 like colorpurple21859 suggested. Thanks again for the suggestion. There is only one more problem, the mouse isn't working. It is a serial mouse, the bios seems to have set it like Serial 1 : 3F8 / IRQ 4, Serial 2 : 2F8 / IRQ 3. I think the mouse is at serial 1, so it must be normal to be. I have tried some different configurations from the setup, mouse section, not all of them of course, but it still doesn't work. I think it might be simpler to change the /dev/mouse link to the right device, like the setup suggested. I have tried but i didn't manage to do it. I don't know the exact command to do, maybe ln, as it is a link. Maybe symbolic, i don't know. I have tried to do it from the mc menu but it didn't work.

Any help? Thanks in advance.
 
Old 12-26-2011, 06:05 PM   #18
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Original Poster
Rep: Reputation: 2
It worked with Slackware 12.2 like colorpurple21859 suggested. Thanks again for the suggestion. There is only one more problem, the mouse isn't working. It is a serial mouse, the bios seems to have set it like Serial 1 : 3F8 / IRQ 4, Serial 2 : 2F8 / IRQ 3. I think the mouse is at serial 1, so it must be normal to be. I have tried some different configurations from the setup, mouse section, not all of them of course, but it still doesn't work. I think it might be simpler to change the /dev/mouse link to the right device, like the setup suggested. I have tried but i didn't manage to do it. I don't know the exact command to do, maybe ln, as it is a link. Maybe symbolic, i don't know. I have tried to do it from the mc menu but it didn't work.

Any help? Thanks in advance.
 
Old 12-27-2011, 10:40 AM   #19
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
try this
Quote:
ln -s /dev/<real device> /dev/mouse
replace <real device> with actual device of mouse. If that doesn't work then try
Quote:
ln -sf /dev/<real device> /dev/mouse
 
Old 12-27-2011, 01:16 PM   #20
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Original Poster
Rep: Reputation: 2
i have managed to create symbolic link from /dev/mouse, through mc menu->edit symbolic link. The problem is that now it is set to point to /dev/input/mice. I have tried to modify it to point to /dev/input/mouse0, /dev/ttys0, /dev/ttys1, different configurations from setup, for the mouse, uncommenting the serial mouse line from /etc/rc.d/rc.modules (/sbin/modprobe sermouse), but still didn't worked. I think that it is possible that the mouse to be broken. Maybe if i get a serial-ps/2 adaptor and try to see if the ps/2 mouse from the other computer works. I'll think about that. If you have any suggestions or you know how to do it, i'll be thankful if you tell me. Also, i have another annoying problem, at boot time, very often it does a filesystem check, after it reports that it FIXED something on it, and sometimes it reboots after the check. It seems to be something about the last check time set in the future, this is the reason for doing the check. I think the BIOS does this change. Maybe i must do a "tune2fs -i 0 /dev/hda2" to get rid of this, but also this lets to me the task of checking regularly the filesystem, i think.
 
Old 12-27-2011, 02:56 PM   #21
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
when time was setup what did you you select? If you selected UTC, that may be causing the problem. or if you set it for the wrong timezone. run timeconfig select your timezone and see if that fixes the problem
 
1 members found this post helpful.
Old 12-28-2011, 06:53 AM   #22
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Original Poster
Rep: Reputation: 2
About the date and time problem, the problem persists because the date and time is not maintained in BIOS, when i halt the computer, because part of it it is corrupted, like i said. So, every time that i start the computer again, after being halted, it starts the time again from the 1.1.1980 12:00:00 AM, rather than correct time and date. The only solution to this problem is to set it manually, every time i start the computer, at cold boot, to the correct values. So, i get rid of the filesystem inconsistency.

About the serial/mouse problem. I have documented myself furthermore by reading the root mail, in alpine, and there it is a suggestion of setting serial ports correctly. So, i made executable the /etc/rc.d/rc.serial, edited the /etc/serial.conf to un-comment the lines corresponding to the serial ports. Even i tested with the uncommented line corresponding to serial module kernel loading in /etc/rc.d/rc.modules, but still i haven't managed to get it function. With this changes i notice the following messages at boot:

touch: can not touch /var/lock/subsys/serial: No such file or directory.
/dev/ttyS0) at 0x03F8 (irq=4) is a 16450
/dev/ttyS1) at 0x02F8 (irq=3) is a 16450

In dmesg the serial ports are reported as 16550A. So i tested Serial 1 with 16550A (/etc/serial.conf) but still do not works.
 
Old 12-28-2011, 07:27 AM   #23
mitusf
Member
 
Registered: Nov 2011
Location: Bucharest, Romania
Distribution: Slackware
Posts: 147

Original Poster
Rep: Reputation: 2
I am thinking about re-flashing bios. Is there a good and working slackware (12.2) application for flashing bios rom? Because i have the original bios file.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
adding a hard disk after instalation (slackware) kyoukan Linux - Distributions 6 05-11-2003 09:48 AM
adding a hard disk after instalation (slackware) kyoukan Linux - General 2 05-11-2003 09:40 AM
adding a hard disk after instalation (slackware) kyoukan Linux - Newbie 3 05-10-2003 09:11 PM
adding a hard disk after instalation (slackware) kyoukan Linux - Software 0 05-10-2003 08:02 PM
how to make Redhat7.3 a bootable disk jeffy240 Linux - Newbie 2 10-16-2002 09:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration