LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-05-2012, 06:13 AM   #1
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Rep: Reputation: 1
Question Upgrade 13.1 to 13.37 problems


Hi
I upgraded kernel firstly step by step with read UPGRADE.txt.
I did not get any error while upgrade.
After upgrade, I encountered two problem.
1. Keyboard and mouse not working when I start X.I am using xfce as display manager.
2. I cant reach to internet.I cant see my network card in ifconfig command output.
How can I solve these problems?

Thank you in advance
Attached Files
File Type: log Xorg.0.log (56.5 KB, 13 views)
File Type: log dmesg.log (30.5 KB, 10 views)

Last edited by mesuutt; 02-05-2012 at 06:20 AM.
 
Old 02-05-2012, 06:46 AM   #2
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
1. try copy /usr/share/X11/xorg.conf.d/90-keyboard-layout.conf in /etc/X11/xorg.conf.d directory
then change options like you want (XkbLayout, XkbVariant...)

create 50-mouse.conf file in /etc/X11/xorg.conf.d, with content
Code:
Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
(change options like you want)

2. What is your network card model ?
 
Old 02-05-2012, 07:37 AM   #3
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Original Poster
Rep: Reputation: 1
Firstly thanks Cedrik
I make that you say about X11, but did not change anything.

My network card model is " Realtek RTL8111/8168B PCI express Gigabit ethernet controller (rev 03)"

Last edited by mesuutt; 02-05-2012 at 07:39 AM.
 
Old 02-05-2012, 08:56 AM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786Reputation: 1786
realtek is well supported, so it shouldn't be a problem
try looking at .new files and merge it
Code:
find /etc -name "*.new"
 
Old 02-05-2012, 12:08 PM   #5
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Original Poster
Rep: Reputation: 1
I already chanced config files with .new files. I am using 64 bit system.These problems does not relevant with 64 bit,does it?
I can install slackware from the rough instead of upgrade but I want to learn slackware
 
Old 02-05-2012, 12:58 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,357

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
try rerunning netconfig and mouseconfig as root in a console.
 
Old 02-05-2012, 01:07 PM   #7
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
2. I cant reach to internet.I cant see my network card in ifconfig command output.
Try deleting /etc/udev/rules.d/70-persistent-net.rules and rebooting.
 
Old 02-05-2012, 01:22 PM   #8
dwblas
Member
 
Registered: Jun 2011
Posts: 87

Rep: Reputation: Disabled
Newer kernels and the older generic (not huge) kernels require initrd. If the previous kernel worked fine and this one does not, it is likely that initrd will solve the problem Read the README.initrd file in the /boot directory. You might as well get used to using/creating it as it will be the norm in future kernels. There are several posts here on LinuxQuestions and elsewhere about initrd. Also, when you read the README.initrd file note that you have to add initrd to lilo.config and re-run lilo per the example.

Last edited by dwblas; 02-05-2012 at 01:24 PM.
 
Old 02-06-2012, 01:23 PM   #9
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Original Poster
Rep: Reputation: 1
Thanks you all for reply
I tried netconfig,mouseconfig and remove /etc/udev/rules.d/70-persistent-net.rules but did not change anything

I detect that when run `lsmod` command, I have seen only 5 modules(intel_agp,intel_gtt,agpgard,i2c_i801, i2c_core).Did am I upgrade missing?
 
Old 02-06-2012, 05:39 PM   #10
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,357

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Did you just upgrade the kernel or did you upgrade everything? The last post in this thread tells how to upgrade to a newer version of slackware. I know it mentions current, but it will work for other versions also.
http://www.linuxquestions.org/questi...urrent-897960/
Sometimes bad upgrades occur and have to do a reinstall of packages

Last edited by colorpurple21859; 02-06-2012 at 05:42 PM.
 
Old 02-07-2012, 03:17 AM   #11
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Original Poster
Rep: Reputation: 1
Did I upgrade only kernel? I saw that I should use slackpkg for upgrade, but I did not use slackpkg because I think I learn better with manually upgrade with upgradepkg tool.Am I thing mistake? I did not understand that below commands upgrade only kernel?

Code:
upgradepkg /root/slackware64/a/pkgtools-*.tgz
upgradepkg /root/slackware64/a/tar-*.tgz
upgradepkg /root/slackware64/a/xz-*.tgz
upgradepkg /root/slackware64/a/findutils-*.txz
upgradepkg /root/slackware64/a/glibc-solibs-*.t?z
upgradepkg --install-new /root/slackware64/*/*.t?z
Where did I do wrong/inadequate on upgrade ?
Forgive me for my ignorant.
 
Old 02-07-2012, 03:24 AM   #12
Cedrik
Senior Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140

Rep: Reputation: 244Reputation: 244Reputation: 244
Please post output with ls -l /boot
 
Old 02-07-2012, 03:31 AM   #13
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Cedrik View Post
Please post output with ls -l /boot
I am at work now.Upgrade problem on my home desktop pc. But I am installing slackware 13.1 in virtualbox for try upgrade again . I can give in a little while

Last edited by mesuutt; 02-07-2012 at 04:27 AM.
 
Old 02-07-2012, 04:54 AM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,357

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
when you upgraded the kernel did you also upgrade the kernel-modules and kernel-firmware too? Also need both of those to go with the kernel for a newer kernel to work.

Last edited by colorpurple21859; 02-07-2012 at 05:03 AM.
 
Old 02-07-2012, 05:59 AM   #15
mesuutt
Member
 
Registered: Jan 2011
Location: İstanbul
Distribution: Slackware,Debian
Posts: 62

Original Poster
Rep: Reputation: 1
Hmm.I did not know I upgraded only kernel. Now I am researching about kernel-modules upgrade and kernel-firmware upgrade.
Can you suggest some links about kernel-modules upgrade and kernel-firmware upgrade?
Thanks you all for helping.

Last edited by mesuutt; 02-07-2012 at 08:42 AM.
 
  


Reply

Tags
slackware 13.37



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
upgrade problems edgjerp Linux - Software 2 12-20-2007 06:33 AM
Upgrade Problems The Seeker 11 Linux - Software 3 04-23-2004 12:35 PM
X problems after upgrade mc_03 Slackware 5 03-30-2004 08:06 PM
upgrade 8.1 -> 9.0 problems JayavarMaN Slackware 2 03-31-2003 02:26 PM
RH 7.0 > 7.1 upgrade problems Wolfie Linux - Software 4 07-25-2001 01:28 AM

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

All times are GMT -5. The time now is 07:41 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