LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-12-2010, 01:48 AM   #1
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Rep: Reputation: 1
Slack 13.1 hangs on shutdown


Hello all. I am experiencing a problem in 13.1 when I attempt to shutdown my Satellite 2775XDVD. I am using a usb hub that is plugged into the PCMCIA port. I have a Davicom usb ethernet adapter plugged into that. When I attempt to shut down, I get the following message:

Shutting down PCMCIA services: cards

The system doesn't continue after that. The hardware seems to work fine with Debian Squeeze. I only experience this in Slack 13.1.

Any ideas or suggestions?

Thanks, Chet
 
Old 09-12-2010, 08:54 AM   #2
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
open a terminal assume root type shutdown -h now and let me know.
second make sure user has power in their group.
 
Old 09-12-2010, 11:18 AM   #3
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Original Poster
Rep: Reputation: 1
Seems to all be the same.

Running shutdown scripts /etc/rc.d/rc.0
Saving system time to the hardware clock (localtime)
stopping system message bus...
unmounting remote filesystem
Shutting down PCMCIA services: cards

Then it just hangs there. The user is in the power group. root also shows the same thing. In fact, when I installed, I got the same error before I created my first user, or started x.

Any suggestion?
 
Old 09-13-2010, 01:03 PM   #4
mjjzf
Member
 
Registered: Feb 2004
Location: Valby, Denmark / Citizen of the Web
Distribution: Slackware 14.1
Posts: 879

Rep: Reputation: 39
Just to be sure that is the cause of the problem: Does this happen without the PCMCIA card inserted?
 
Old 09-13-2010, 04:15 PM   #5
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Original Poster
Rep: Reputation: 1
Yes. As a "work around" if I pull the ethernet adapter from the hub before I power down, everything is fine. This is pretty annoying. If I forget to pull it, the system locks up.


Chet
 
Old 09-13-2010, 10:09 PM   #6
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Well, what happens if you run these commands by hand?
Code:
/etc/rc.d/rc.inet1 stop
/sbin/pccardctl eject
 
1 members found this post helpful.
Old 09-14-2010, 12:07 AM   #7
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Thanks Richard I was going to say the same.
 
Old 09-14-2010, 04:33 PM   #8
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
My first thought was that it may be an ACPI system. The second - disable PCMCIA service using 'pkgtool'. The third - look at the shutdown action's sequence - maybe it is something which goes after shutting down PCMCIA services.
 
Old 09-14-2010, 09:03 PM   #9
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Richard Cranium View Post
Well, what happens if you run these commands by hand?
Code:
/etc/rc.d/rc.inet1 stop
/sbin/pccardctl eject
/etc/rc.d/rc.inet1 stop works just fine

When I run /sbin/pccardctl eject, the system hangs just like it does when I power down.

Chet
 
Old 09-14-2010, 09:06 PM   #10
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by igadoter View Post
My first thought was that it may be an ACPI system. The second - disable PCMCIA service using 'pkgtool'. The third - look at the shutdown action's sequence - maybe it is something which goes after shutting down PCMCIA services.
I'd like to wait before I dump the PCMCIA services. It is my internet and connect and the ability to connect thumb drives.

I ran CrunchBang Slater Alpha 2(based on Debian Squeeze) from cd last night and it worked just fine so I don't think it's a hardware issue.

Chet
 
Old 09-15-2010, 12:06 AM   #11
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Not definitely. Only for testing.
 
Old 09-15-2010, 03:23 AM   #12
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by chetamonye View Post
/etc/rc.d/rc.inet1 stop works just fine

When I run /sbin/pccardctl eject, the system hangs just like it does when I power down.

Chet
Hmm. How about the output from "/sbin/pccardctl -v ls" ?
 
Old 09-15-2010, 09:08 PM   #13
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Richard Cranium View Post
Hmm. How about the output from "/sbin/pccardctl -v ls" ?

Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:00:0b.0)
Configuration: state: on ready: yes
Voltage: 3.3V Vcc: 3.3V Vpp: 3.3V
CardBus card -- see "lspci" for more information
Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:00:0b.1)
Configuration: state: on ready: yes


And because it says so, here is what I get after lspci


00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:05.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:05.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:05.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:05.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:07.0 Communication controller: Agere Systems 56k WinModem (rev 01)
00:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 20)
00:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 20)
00:0c.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev 10)
01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 11)
02:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
02:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
02:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)

Thanks, Chet
 
Old 09-16-2010, 01:30 AM   #14
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Hmm. What happens when you run...
Code:
/etc/rc.d/rc.inet1 stop
/sbin/pccardctl suspend
/sbin/pccardctl eject
...?
 
Old 09-16-2010, 08:03 PM   #15
chetamonye
LQ Newbie
 
Registered: Dec 2006
Posts: 22

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by Richard Cranium View Post
Hmm. What happens when you run...
Code:
/etc/rc.d/rc.inet1 stop
/sbin/pccardctl suspend
/sbin/pccardctl eject
...?

/etc/rc.d/rc.inet1 stop - works fine
/sbin/pccardctl suspend - no problems
/sbin/pccardctl eject - locks up.

I appreciate the help, but the laptop has started to power off on it's own. I think the fan is out. I would swap it out, but the usb is having problems too. The whole system is starting to die. Funny thing is it still powers off using debian.

Anyway, thanks again.

Chet
 
  


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
Hangs on shutdown dcroxton Ubuntu 1 08-24-2010 09:57 AM
2.6.28.5 to 2.6.30.4 - hangs during shutdown petersk SUSE / openSUSE 3 09-21-2009 02:38 AM
kubuntu 6.10 hangs on shutdown bioalchemist Ubuntu 10 01-28-2007 07:22 AM
10.0 hangs on shutdown riseringseeker Mandriva 5 09-22-2004 03:42 PM
FC 2 Hangs On Shutdown sandgroper Fedora 5 07-06-2004 11:32 AM

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

All times are GMT -5. The time now is 01:48 AM.

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