Slackware This Forum is for the discussion of Slackware Linux.
|
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-17-2012, 07:21 AM
|
#31
|
|
Member
Registered: Dec 2008
Posts: 746
Rep: 
|
Quote:
Originally Posted by hotchili
Hello
I have the same netbook, so I had the same problem.
After some google searching I found that the delay/error at boot is caused
by a change in udev. They changed the way it loads drivers with firmware,
if udev detects the driver is not updated for that, it pauses for a 30seconds delay.
This can only be fixed by the author of the kernel module which is causing it.
(Thats why your 3.5 kernel is fine, probably its fixed there)
A workaround for that problem is to blacklist the offending module in /etc/modprobe.d/blacklist.conf
(in my case it was brcmsmac, the wifi driver) and later load it in rc.local (modprobe brcmsmac)
Greetings
|
Thanks, hotchili! Sounds horrible.
Last edited by guanx; 08-17-2012 at 07:18 PM.
|
|
|
|
08-17-2012, 07:19 PM
|
#32
|
|
Member
Registered: Dec 2008
Posts: 746
Rep: 
|
BTW, What's the reason to haste to udev-182 instead of staying with udev-175, while still using Linux-3.2 to let so many people suffer from the long delay on start-up?
... and to go so fast to the RC2 stage?
(I know there must be a reason I saw it somewhere but I just forgot it. So I'm asking. Thanks!)
|
|
|
|
08-17-2012, 07:36 PM
|
#33
|
|
Slackware Maintainer
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 603
|
Quote:
Originally Posted by guanx
BTW, What's the reason to haste to udev-182 instead of staying with udev-175, while still using Linux-3.2 to let so many people suffer from the long delay on start-up?
... and to go so fast to the RC2 stage?
(I know there must be a reason I saw it somewhere but I just forgot it. So I'm asking. Thanks!)
|
I have an inherent distrust of new udev versions. However, 175 wasn't going to do it... that version had some firmware loading bugs that were breaking wireless drivers, and 182 fixed them. 182 has some problems as well, but overall they aren't nearly as bad.
Concerning RC2, if there's a big batch of updates, it's going to be called a new RC. Don't take those version numbers to indicate haste.
|
|
|
3 members found this post helpful.
|
08-17-2012, 07:56 PM
|
#34
|
|
Member
Registered: Dec 2008
Posts: 746
Rep: 
|
Quote:
Originally Posted by volkerdi
I have an inherent distrust of new udev versions. However, 175 wasn't going to do it... that version had some firmware loading bugs that were breaking wireless drivers, and 182 fixed them. 182 has some problems as well, but overall they aren't nearly as bad.
|
Yes. You are right.
And if those who have problems with udev-182 have their problems solved with Linux-3.5 (at least one of them said so), could slackware-14 include a Linux-3.5 kernel config in the "testing" directory?
Quote:
Originally Posted by volkerdi
Concerning RC2, if there's a big batch of updates, it's going to be called a new RC. Don't take those version numbers to indicate haste.
|
Thanks! I thought RC2 meant "much more close to a release". My mistake.
|
|
|
|
08-18-2012, 01:42 PM
|
#36
|
|
Senior Member
Registered: Sep 2005
Distribution: Slackware
Posts: 1,439
Rep:
|
Here's a minor bug: XFCE does not show up in the KDM session chooser dialog
This should fix it:
Code:
( cd /usr/share/apps/kdm/sessions
ln -s /usr/share/xsessions/xfce.desktop xfce.desktop
)
The xfce4-session package should include this link since it is the package that includes the original xfce.desktop file.
|
|
|
|
08-18-2012, 02:19 PM
|
#37
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,684
Rep: 
|
Quote:
Originally Posted by shadowsnipes
Here's a minor bug: XFCE does not show up in the KDM session chooser dialog
This should fix it:
Code:
( cd /usr/share/apps/kdm/sessions
ln -s /usr/share/xsessions/xfce.desktop xfce.desktop
)
The xfce4-session package should include this link since it is the package that includes the original xfce.desktop file.
|
Just for fun, run "slackpkg new-config" and find out what *.new files you have forgotten to take care of.
Eric
|
|
|
|
08-18-2012, 03:45 PM
|
#38
|
|
Member
Registered: Aug 2007
Posts: 253
Rep:
|
Optical Drive Bug Since Slackware 13.1
Remember THAT bug? Well, it's nearly 3 years later and the bug remains. I'm unsure if the bug is specifically related to Slackware or GNU/Linux in general since my solitary distribution of GNU/Linux is Slackware. I suspect a combination of problems.
For those members who aren't familiar with this bug, the main symptom is read or mount failure of a newly inserted disc. If the disc is inserted in the drive at boot, the disc can generally be read, mounted, and written without error. If the disc is inserted into the drive AFTER the operating system is booted, then the failures to read and mount begin. If a user manually reloads udev's rules and ejects the disc and then reinserts the disc, then it's generally possible to read and mount the disc without error ... but not always. In my experience the only method of ensuring an accurate read, mount, or write to an optical disc REQUIRES the disc to be inserted into the drive BEFORE the operating system is booted. The motherboard is a 5 year old M2N68-LA (Ivy) with nForce 430 chipset.
Last edited by tpreitzel; 08-18-2012 at 03:54 PM.
|
|
|
|
08-18-2012, 04:14 PM
|
#39
|
|
Senior Member
Registered: Nov 2008
Location: Paris, France
Distribution: Slackware-14.0 on a Lenovo T61 6457-4XG
Posts: 2,787
|
Sorry I don't remember that bug. Could you give us a pointer, as for instance a link to a thread about it?
Furthermore if you don't give more precise information, like error messages found in the logs, I really don't know what we can do to help you.
And IMHO this should be posted elsewhere, as the goal of this thread is to help iron out upcoming Slackware 14.
|
|
|
|
08-18-2012, 05:30 PM
|
#40
|
|
Senior Member
Registered: Sep 2005
Distribution: Slackware
Posts: 1,439
Rep:
|
Quote:
Originally Posted by Alien Bob
Just for fun, run "slackpkg new-config" and find out what *.new files you have forgotten to take care of.
Eric
|
None, but I did not move over the /etc/kde/kdm/kdmrc. I wanted to keep my old one, so I removed that file. I don't think that is the issue, though.
I had previously grep'd /var/log/{packages,scripts} from 13.37 and 14.0 to see what package the file was apart of:
From 14.0
Code:
/var/log/packages/xfce4-session-4.10.0-i486-1:usr/share/xsessions/xfce.desktop
From 13.37
Code:
/var/log/packages/kdebase-workspace-4.5.5-i486-1:usr/share/apps/kdm/sessions/xfce.desktop
/var/log/packages/xfce-4.6.2-i486-5:usr/share/xsessions/xfce.desktop
The file is not there in 14.0_RC2.
|
|
|
|
08-18-2012, 06:17 PM
|
#41
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,684
Rep: 
|
Quote:
Originally Posted by shadowsnipes
None, but I did not move over the /etc/kde/kdm/kdmrc. I wanted to keep my old one, so I removed that file. I don't think that is the issue, though.
I had previously grep'd /var/log/{packages,scripts} from 13.37 and 14.0 to see what package the file was apart of:
From 14.0
Code:
/var/log/packages/xfce4-session-4.10.0-i486-1:usr/share/xsessions/xfce.desktop
From 13.37
Code:
/var/log/packages/kdebase-workspace-4.5.5-i486-1:usr/share/apps/kdm/sessions/xfce.desktop
/var/log/packages/xfce-4.6.2-i486-5:usr/share/xsessions/xfce.desktop
The file is not there in 14.0_RC2.
|
That is where you are wrong in your assumptions. There were some changes between Slackware 13.37 and 14.0 which require you to pay heed to the .new files (do not discard them so easily!).
Code:
$ grep SessionsDirs /etc/kde/kdm/kdmrc
SessionsDirs=/usr/share/xsessions,/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions
... showing you that KDM will look in other directories too, now. And guess what's in one of them:
Code:
$ ls /usr/share/xsessions/
xfce.desktop
You're not the first one to fall for that trap, though.
Eric
|
|
|
|
08-18-2012, 09:56 PM
|
#42
|
|
Senior Member
Registered: May 2008
Location: Poland
Distribution: Slackware, Mint
Posts: 1,232
Rep: 
|
Quote:
Originally Posted by brianL
Well, that fell flat. I was expecting someone to ask if I could see the light at the end of it.
|
OK. I turned on the light at the end of the tunnel. Do you see that? It’s white. Caution: don’t follow the red one – it leads to the bad womb.
(The explanation for the laymen: following the red light will result in reincarnation as a smart chimp in a zoo watching dumb people all day long or as a dumb politician watched by the smart people all day long. Misfortune.)
|
|
|
1 members found this post helpful.
|
08-19-2012, 02:46 AM
|
#43
|
|
Senior Member
Registered: Sep 2005
Distribution: Slackware
Posts: 1,439
Rep:
|
Quote:
Originally Posted by Alien Bob
That is where you are wrong in your assumptions. There were some changes between Slackware 13.37 and 14.0 which require you to pay heed to the .new files (do not discard them so easily!).
Code:
$ grep SessionsDirs /etc/kde/kdm/kdmrc
SessionsDirs=/usr/share/xsessions,/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions
... showing you that KDM will look in other directories too, now. And guess what's in one of them:
Code:
$ ls /usr/share/xsessions/
xfce.desktop
You're not the first one to fall for that trap, though.
Eric
|
Thanks for pointing this out! I should have known some obscure change was buried in that kdmrc file. This might be a good candidate for the CHANGES_AND_HINTS.TXT.
|
|
|
|
08-19-2012, 08:36 AM
|
#44
|
|
LQ Newbie
Registered: Aug 2012
Posts: 3
Rep: 
|
other problem on rc2...
install in virtualbox, connect via vnc, run xfce in it.
open a terminal with multi-tab, after some work, on the terminal can not input any char, CRTL+D doesn't work also. but ALT+# still working.
after drag the window with mouse, or do some switch between tabs, the keyboard is ok
do a check with the system, the difference is upgrade scim to 1.4.14. after I disable the scim program, the issue never happen again.
my locale is zh_CN.utf8, the scim is started in xinitrc with command: "scim -d"
|
|
|
|
08-19-2012, 08:53 AM
|
#45
|
|
Member
Registered: Jun 2008
Posts: 103
Rep: 
|
Perl
I know the changelog says versions are frozen, but I was wondering if it'd be worth updating Perl, since there was a bug fix release recently.
|
|
|
1 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:23 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|