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 11-23-2010, 04:54 PM   #1
adhill
LQ Newbie
 
Registered: Nov 2010
Posts: 6

Rep: Reputation: 0
Total freeze after installing wicd using slackpkg


Hi there

I am a total beginner and wonder if anyone can offer me some advice.

I have installed Slackware 13.1 without a problem and have a working wired ethernet connection. However I need to set up wireless but each time I try to do this using wicd I have a total system crash during the start up screens at the very last line before the welcome line appears.

Nothing works to resolve it, and I need to press and hold the start button and restart. I have checked the md5sum, installed the software again several times but the same happens each time which results in me having to reinstall.

I have installed wicd using slackpkg update, then slackpkg install wicd.

I have also tried downloading wicd from the slackware /extras folder and installing it on its own. Either way the same happens.

I have tried various manual approaches to setting up wireless following various links but again without success.

I now have a clean install again but am not wanting the same to happen.

Can anyone suggest what I might need to do?

I am using an intel Pentium 4, 2.53 ghz, 512Mb ram, GeForce4 MX 440.

Also - could any suggest a good website or book for beginners in using Linux.

Many thanks

Andy
 
Old 11-23-2010, 05:45 PM   #2
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
Also - could any suggest a good website or book for beginners in using Linux.
Whilst I cannot help with Wicd as I don't use it I can recomend the Rute book as well as the Slackware Book. The Slackware book is obviously Slackware specific but the Rute book is general and very good. Both are very much worth looking at.

Oh and welcome to the forum.
 
Old 11-23-2010, 06:00 PM   #3
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
I'm not an expert in wicd either, and have only used it for a day. On your second question though, I recommend http://www.linux.org/lessons/ I know that it helped me quite a bit.
 
Old 11-23-2010, 06:06 PM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello adhill and welcome to LQ,

you'll normally don't need wicd. I'd suggest to uninstall wicd, then edit /etc/rc.d/rc.inet1.conf and configure to use wpa_supplicant for the wireless connection. Edit /etc/wpa_supplciant.conf and make the apropriate changes for your network (you'll find an examplefile in /usr/share/doc/wpa_supplicant...). Then your wireless network should work when starting the computer. You may as well execute wpa_supplicant from the commandline, I'd recommend to read the manpage of wpa_supplicant
Code:
man wpa_supplicant
Markus
 
Old 11-24-2010, 03:16 PM   #5
DonnieP
Member
 
Registered: Jan 2008
Location: Richmond, VA USA
Distribution: Slackware
Posts: 144

Rep: Reputation: 29
Personally, I've encountered unreliability from supplicant, while wicd has been rock solid, both in X and without X. What error messages did you see before the startup crashes? Be aware that wicd takes over complete control of both wired and wireless. After you install it you use it to select and configure both wired and wireless, not the /etc/rc.d/rc.inet1.conf file. When you installed wicd did you configure it immediately (without rebooting) and did it work before rebooting?
 
Old 11-25-2010, 03:52 PM   #6
adhill
LQ Newbie
 
Registered: Nov 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Thank you very much for the suggestions on the linux introductions, I will take a good look at these.

The error dialogue box I saw was something to do with dbus but I didn't write it down. No I couldn't configure it before rebooting, there seemed to be no options.

Before I have another go at using the wpa supplicant etc, I have tried to install wicd again.

When I typed 'wicd-cleint', I recieve the following error message:

/usr/bin/python No such file or directory exists.

Could you tell me which python files I might need to install? (When I did a fresh install I didn't install KDE I just went for xfce because my pc is quite old.

Thank you for help.

Andy
 
Old 11-25-2010, 04:57 PM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by adhill View Post
.../usr/bin/python No such file or directory exists...
/usr/bin/python should be a symbolic link to /usr/lib/python2.6, please check this.

Markus
 
Old 11-26-2010, 12:43 PM   #8
adhill
LQ Newbie
 
Registered: Nov 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Thank you very much Markus.

I have installed python, dbus-python, pygtk, pycario, pyobject and could now see wicd icon in the tray in right hand bottom corner of the screen. However there does not seem to be an otpion to change settings or a dialogue box call up. The good thing is I can see my network has been picked up but whenever I click on it, the whole system freezes and I have to press and hold the start button. I think there must be a conflict somewhere between the wired connect setting and introducing wicd, but I have no idea what that is. I have uninstalled wicd whilst I find out some more.

I did notice on the read file for wicd it suggests that if you do not have kde installed that you install ktsuss from SlackBuilds, do you think that is something I should try?

Thank you again

Andy
 
Old 11-26-2010, 02:58 PM   #9
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
I did notice on the read file for wicd it suggests that if you do not have kde installed that you install ktsuss from SlackBuilds, do you think that is something I should try?
No, I don't think so.

So you've uninstalled wicd we'll look to get your wireless connection working without wicd.
Could you please post the output of (as root)
Code:
iwconfig
and execute the command
Code:
/etc/rc.d/rc.inet1 wlan0_start
please post any errormessages.
Be aware that you'll have to edit /etc/rc.d/rc.inet1.conf and /etc/wpa_supplicant.conf and configure both files for the settings of your network.

Markus

Last edited by markush; 11-26-2010 at 03:02 PM.
 
Old 11-28-2010, 04:44 PM   #10
adhill
LQ Newbie
 
Registered: Nov 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Hello again Markus

Thank you very much for bearing with me.
I followed your suggestion and edited the /etc/rc.d/rc.inet1/conf and /etc/wpc_supplicant.cont and ran /etc/rc.d/intet1 wlan0_start and the system immediately froze.

Now I can't even get passed the start up screen to log in. It gets as far as 'dhcpcd: timed out' and freezes and there is nothing I can do except press and hold the start button.

Does this mean I need to reinstall again?

I am using a Belkin Wirless G card version 7000uk, I think I'd do some searching on that.

Any ideas are welcome. (Am currently having to resort to XP).

I really wish I would sort this.

Thank you to anyone for any help.

Andy

Last edited by adhill; 11-28-2010 at 05:38 PM. Reason: typos
 
Old 11-28-2010, 04:55 PM   #11
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, this means you can't even log in as root?
I think you'll have to check out which programm actually kills your system...
You may boot with your installation-CD, log in, mount the / device
Code:
mkdir /mnt/tmp
mount /dev/sdax /mnt/tmp
where /dev/sdax is your root device.
Then you may look into the file "/var/log/messages",
Code:
vi /var/log/messages
should work for you. Maybe
Code:
tail /var/log/messages
will work as well. In this file the syslog-ng daemon logs the complete startup process, maybe we'll get a hint from there.

Markus
 
Old 11-28-2010, 05:37 PM   #12
adhill
LQ Newbie
 
Registered: Nov 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Thank you very much Markus,
I followed your instructions. The results using tail /var/log/messages is as follows. (All prefixed with the date then 'user.info kernel:'

uddev: starting version 153
8139too Fast Ethernet driver 0.9.28
8139too 0000:00:10.0 PCI INTA ->GSI 17 (level, low) ->IRQ17
eth0: RealTek RTL8139 at 0xd800, 00:20:ed:b3:b5:c4, RRQ17
sis96x_smbus 0000:00:02.1 SiS96x SMBus base address: 0x1000
parport_pc 00:0b: reported by Plug and Play ACPI
partport0:PC-style at Ox378(0x778), irq7 [PCSPP,TRISTATE,EPP]
eth0: link down
Ext4-fs(sda7): recovery complete
Ext4-fs (sda7): mounted filesystem with ordered data mode

Does that give any clues?

Thank you again

Andy
 
Old 11-28-2010, 06:02 PM   #13
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
mh, when booting with an installation-CD and mounting / to /mnt/tmp, youd have to
Code:
tail /mnt/tmp/var/log/messages
I hope you did that.

On my system the next steps while starting are
Code:
Nov 29 00:34:43 srv-zuhause kernel: EXT4-fs (sda1): orphan cleanup on readonly fs
Nov 29 00:34:43 srv-zuhause kernel: EXT4-fs (sda1): 2 orphan inodes deleted
Nov 29 00:34:43 srv-zuhause kernel: EXT4-fs (sda1): recovery complete
Nov 29 00:34:43 srv-zuhause kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode
Nov 29 00:34:43 srv-zuhause kernel: devtmpfs: mounted
Nov 29 00:34:43 srv-zuhause kernel: Freeing unused kernel memory: 764k freed
Nov 29 00:34:43 srv-zuhause kernel: Write protecting the kernel read-only data: 16384k
N
seems your system hangs when trying to mount tmpfs.

But I don't know if this freezing has really something to do with the network. I'm at a loss. Maybe someone looks at this thread and has an idea.

I'm going to bed now, it's about 1 o'clock in the morning

Markus
 
Old 12-08-2010, 01:53 PM   #14
adhill
LQ Newbie
 
Registered: Nov 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Just in case anyone was to read this I am fairly confident my problem is with my Belkin PCI G wireless network card. I have tried to load various distros without success, many of which crash during install and found Slackware to be the only one that didn't. However when I remove the Belkin I can install any of them without a hitch. I have purchased a different network card and will try this instead. So the problem is very unlikely to be related to wicd afterall. Apologies for the wild goose chase.
Andy
 
  


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
[SOLVED] repeating, random total freeze, new install, please help troubleshoot scott_audio Ubuntu 2 10-18-2009 01:39 PM
Total system freeze Kirmonkey Debian 11 03-23-2007 06:59 AM
Total freeze upon KPPP connect Antigd Linux - Software 0 01-05-2006 12:53 PM
Total N00b Needs Help: Checking for new Hardware Freeze in FC2 Homer_Sexual Linux - Software 5 09-18-2004 07:41 PM
total freeze johncla Linux - General 1 06-08-2001 01:22 AM

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

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