LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-17-2010, 03:10 PM   #1
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
Learned my lesson, I am re-installing Slack, 2 questions please


Hello Everyone

To all those who gave me assistance during my recent failed attempt to get the network running on the old P4 laptop, I thank you again. After turning to both Fedora and Ubuntu thinking that was going to solve it, I learned that Slack is still king and I should have persevered and solved the networking problem and kept Slackware installed in the first place.

Well, I am now reinstalling Slack, and before I do, I would just like to ask two questions.

1. I cannot get X running with the drivers that the kernel inserts after the install. Is there a way I can go ahead and specify the "vesa" driver be used during the install to save time?

2. Is there some way to check my network connections during the install to try and prevent the DHCP issues I had the first time? If you will recall, I got a connection to the network, but no IP address was offered.

I appreciate any help

Bob
 
Old 04-17-2010, 03:21 PM   #2
vss2094
Member
 
Registered: Aug 2009
Location: Jeddah, KSA
Distribution: Slackware64-Multilib**
Posts: 49

Rep: Reputation: 16
Hi,

Try using search feature, there's ample information spread here about both your questions.

Good Luck!
 
Old 04-17-2010, 03:26 PM   #3
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
Quote:
Originally Posted by vss2094 View Post
Hi,

Try using search feature, there's ample information spread here about both your questions.

Good Luck!
Thank you for your post. Yes, I am sure I could have found it when I did search the first time somewhere in the 100 + posts about compiz, just thought I might get a quick tip

Bob
 
Old 04-17-2010, 04:23 PM   #4
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
1) There is an example xorg.conf-vesa in /etc/X11 you may need to edit a abit though.

2) You are installing over the network? Or just want to setup networking?
 
Old 04-17-2010, 04:44 PM   #5
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Didier made a post a few weeks back with some valuable insights into how the framebuffer/modesetting now works. You may find it useful.
 
Old 04-17-2010, 05:46 PM   #6
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
Well, thanks again, guys, but same story on this install. Got everything working but networking. I will tell you, this has been the toughest problem I have ever incurred in Linux and it appears that it is a tough for everyone because I have posted this issue on three different forums and consulted a Linux pro here in town. No one seems to have heard of this before and no one has been able to direct my investigation.

I set up /etc/rc.d/rc.inet1 exactly the same as on another working setup I have, as well as wpa_supplicant, and I continue to get exactly the same results. The odd thing to me is that it effects wired connections as well. The only clues I have are from dmesg:

Quote:
wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
wlan0 direct probe responded
wlan0: authenticate with AP 00:02:cf:ea:ab:b4
wlan0: authenticated
wlan0: associated with AP 00:02:cf:ea:ab:b4
wlan0: mismatch in privacy configuration and mixed-cell disabled - abort association
and further down:

Quote:
ADDRCONF (NETDEV_CHANGE): wlan0: link becomes ready
wlan0: no IPv6 routers present
wlan0: deauthenticating by local choice )reason=3)
It appears to be DHCP related but I just can't figure it out. Especially why it works for one machine and not the other.

I continue to get this:

Quote:
err, wlan0: option 43 has zero length
err, wlan0L failed to parse packet
It continues that for about ten lines and then times out.

Iwlist scan finds my network.

So, I have now re-installed three times, configured three times, same result. I would think this was an impossible taks except that other distros have no problem with the network interfaces, they just could not handle this graphics chip. Slack is the only one that will handle that with the vesa driver. But no networking.

Does anyone have any ideas where I could look?

Bob

Last edited by BobNutfield; 04-17-2010 at 05:52 PM.
 
Old 04-17-2010, 06:04 PM   #7
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 had a customer today and their router would associate, but not hand out an IP address. I just set a static IP and away I went.............sort of. The router proved to be bad. Linksys routers do this A LOT. Also there is ndiswrapper which may or may not help, I've been on both sides of that fence.

And why are you getting output about IPv6?

Last edited by damgar; 04-17-2010 at 06:07 PM.
 
Old 04-17-2010, 06:18 PM   #8
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
The router is brand new, and there are four other computers that network from it just fine. I wondered about the IPv6 output as well, but it has not been an issue on the other machines. I have found only one piece of information on the net about this issue and there was no resolve there either. If I had only one machine using the network, then I would try a static address. I did try it once by resetting the router temporarily and got the same result. The router is not a Linksys, it is a Zyxel which apparently have a good reputation.

Bob

Last edited by BobNutfield; 04-17-2010 at 06:25 PM.
 
Old 04-17-2010, 06:25 PM   #9
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
Quote:
Originally Posted by BobNutfield View Post
The router is brand new, and there are four other computers that network from it just fine. I wondered about the IPv6 output as well, but it has not been an issue on the other machines. I have found only one piece of information on the net about this issue and there was no resolve there either. If I had only one machine using the network, then I would try a static address. I did try it once by resetting the router temporarily and got the same result. The router is not a Linksys, it is a Zytex which apparently have a good reputation.

Bob
I have one customer that has a Zytex so I can't speak as to it's reputation, but I wish that customer would throw it in the trash. You should be able to associate a MAC to an IP in the router so that the router always give the same IP to that machine. Set it static in the laptop. My network has all static with the router set to DHCP. This allows for static routing in the full time members of the network, while visitors phones and laptops are allowed to draw IP addresses. Setting infinite leases is another option if the router allows that.
 
Old 04-17-2010, 06:40 PM   #10
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
yes, that was my next experiment. I am going to assign the laptop an address in the client list on the router and see if that makes any difference. I have alreadd tried setting a static address on the laptop to no avail, same results. I can see that it authenticates just fine, associates, and then disassociates and unauthenticates for some unknown reason. But this is the only machine I have that does this. As I mention, wired connection prodouces the same results, so it is an overall networking problem. It did occur to me that I have two laptops with similar names: bob-laptop and bob-laptop1 with of course difference wireless chips and different mac addresses, so I doubt that has any effect.

Bob

Last edited by BobNutfield; 04-17-2010 at 06:42 PM.
 
Old 04-17-2010, 06:52 PM   #11
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
Quote:
Originally Posted by dive View Post
1) There is an example xorg.conf-vesa in /etc/X11 you may need to edit a abit though.

2) You are installing over the network? Or just want to setup networking?
Hello, dive

Just trying to get networking setup. I will tackle other things later as I have a usable system now.

Hello GazL

That looks like it might be of great help. Just need to get networking going before I try to tackle the graphics.
 
Old 04-17-2010, 07:03 PM   #12
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
Did you install wicd or are you just using what comes with the stock slackware?
 
Old 04-17-2010, 07:50 PM   #13
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

I have a Zyxel 630 and believe the Modem/router setup pool is 192.168.x.1-34 for wired and DHCP pool starts at 35. Of course this is all configurable.

I would setup a static IP for the wired first to confirm your install. Then test a wireless static IP. Do you have another wireless card for the laptop to make sure it's not the built in chipset?

I would disable the IPV6 by adding this to the '/etc/modprobe.d/modprobe.conf';

Code:
# disable autoload of ipv6
alias net-pf-10 off
This will disable the automatic loading of ipv6, while also allowing you to load it manually later, if need be.

 
Old 04-18-2010, 01:39 AM   #14
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
Quote:
Originally Posted by damgar View Post
Did you install wicd or are you just using what comes with the stock slackware?
I am now using what comes stock with Slackware. On the previous install I did try wicd, but got no where with it.
 
Old 04-18-2010, 01:52 AM   #15
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Original Poster
Rep: Reputation: 53
Quote:
Originally Posted by onebuck View Post
Hi,

I have a Zyxel 630 and believe the Modem/router setup pool is 192.168.x.1-34 for wired and DHCP pool starts at 35. Of course this is all configurable.

I would setup a static IP for the wired first to confirm your install. Then test a wireless static IP. Do you have another wireless card for the laptop to make sure it's not the built in chipset?

I would disable the IPV6 by adding this to the '/etc/modprobe.d/modprobe.conf';

Code:
# disable autoload of ipv6
alias net-pf-10 off
This will disable the automatic loading of ipv6, while also allowing you to load it manually later, if need be.

Hello Onebuck,

I will try that as well. I did find one odd thing this morning. When I went into the router setup and checked the client list it is listing my other laptops hostname as the name of the SSID. which is "Sprocket" (my dogs name). My laptop's hostname is "bob-laptop" and the hostname of the troublesome laptop is "bob-laptop1". I do not know why the client list on the router would be listing its own name.

Thanks for the help

Bob

BTW: The network card is fine. It is the RT2500 chipset which as been natively supported since 2.6.23 (or before). The module it uses is the RT2500pci. It used to use the older RT2500 module but it would not work with WPA encryption. The new module does. I have used this card this four other distrobutions and Windows successfully. I don't believe it is the card.
 
  


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
Installing Slack...Just a couple of questions BobNutfield Slackware 13 03-12-2006 11:01 AM
Newbie learned his lesson... doody Linux - Newbie 4 09-02-2004 11:48 PM
Installing softwares : a question, and important lesson OmniXBro Mandriva 2 04-20-2004 09:15 PM
Lesson learned... Beware of this software... Nichole_knc Slackware 3 04-15-2004 04:56 AM
bunch of questions after installing slack 9.1 slack_is_good Slackware 5 12-08-2003 11:45 AM

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

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