LinuxQuestions.org
Review your favorite Linux distribution.
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 08-17-2012, 07:21 AM   #31
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233

Quote:
Originally Posted by hotchili View Post
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.
 
Old 08-17-2012, 07:19 PM   #32
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
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!)
 
Old 08-17-2012, 07:36 PM   #33
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,500

Rep: Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453Reputation: 8453
Quote:
Originally Posted by guanx View Post
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.
Old 08-17-2012, 07:56 PM   #34
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by volkerdi View Post
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 View Post
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.
 
Old 08-18-2012, 09:11 AM   #35
baldzhang
Member
 
Registered: Aug 2012
Posts: 58

Rep: Reputation: Disabled
on the last minute... please update cdrtools to 3.01a8, 3.01a5 introduce a bug that prevent 7-zip open an iso image
the discuss is here
http://sourceforge.net/projects/seve.../topic/4944122
 
Old 08-18-2012, 01:42 PM   #36
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
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.
 
Old 08-18-2012, 02:19 PM   #37
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by shadowsnipes View Post
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
 
Old 08-18-2012, 03:45 PM   #38
tpreitzel
Member
 
Registered: Aug 2007
Posts: 253

Rep: Reputation: 28
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.
 
Old 08-18-2012, 04:14 PM   #39
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,056

Rep: Reputation: Disabled
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.
 
Old 08-18-2012, 05:30 PM   #40
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by Alien Bob View Post
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.
 
Old 08-18-2012, 06:17 PM   #41
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by shadowsnipes View Post
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
 
Old 08-18-2012, 09:56 PM   #42
w1k0
Senior Member
 
Registered: May 2008
Location: Poland
Distribution: Slackware (personalized Window Maker), Mint (customized MATE)
Posts: 1,309

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by brianL View Post
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.
Old 08-19-2012, 02:46 AM   #43
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by Alien Bob View Post
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.
 
Old 08-19-2012, 08:36 AM   #44
baldzhang
Member
 
Registered: Aug 2012
Posts: 58

Rep: Reputation: Disabled
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"
 
Old 08-19-2012, 08:53 AM   #45
lopid
Member
 
Registered: Jun 2008
Posts: 156

Rep: Reputation: Disabled
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.
  


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
LXer: Slackware 14.0 release candidate 1 announced. LXer Syndicated Linux News 0 08-11-2012 08:45 PM
Gnome 4 announced! DavidMcCann General 0 04-01-2012 11:14 AM
dreamlinux v5alpha has been announced, but... verdaz Dreamlinux 5 01-07-2012 01:50 PM
LXer: Slackware 13.1 Beta announced. LXer Syndicated Linux News 3 05-11-2010 02:51 PM
BhutanLinux announced! snecklifter Linux - News 8 04-10-2005 12:38 AM

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

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