LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-30-2009, 01:32 AM   #1
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374
New Laptop. Installing 12.2, ATI and wireless question


I bought a new laptop yesterday and now that I have downgraded to winxp (not a fan of vista) I am ready to throw slack on it. Every is ready but I have to questions.

1) It has an ATI integrated graphics and I have never installed the ATI drivers before since I have always used nvidia. Can anyone point me to a howto or guide to get it working.

2) The laptop has a atheros wireless card which I believe is supported my the madwifi driver but I have never setup wireless before and I know there a lot of post about doing it but it but if anyone can point me in the right direction I would appreciate it.

Thanks in Advance
 
Old 01-30-2009, 07:45 AM   #2
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
The ATI drivers are dirt simple; you download the driver software, download or just print the document, and run it.

Before you do, though, I recommend that you first use xorgsetup to get /etc/X11/xorg.conf is reasonable shape (xorgsetup queries your hardware and generates a good xorg.conf file for you). Start or restart X then proceed with the ATI drivers installation. Be sure you get the correct drivers for your hardware; this example is for my hardware and, well, your mileage may vary:
Code:
su - or log in as root and have X running
sh ati-driver-installer-8-12-x86.x86_64.run
keep clicking <continue> till it's done
aticonfig --initial
I'm no expert with wireless but I do know that wicd works well and might be worth a look-see at http://slackbuilds.org.

[EDIT]

Forgot to mention, sorry, you get the drivers at http://ati.amd.com/support/driver.html

Last edited by tronayne; 01-30-2009 at 09:43 AM.
 
Old 01-30-2009, 08:15 AM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello Daedra,

I've an atheros wireless card as well, it works out of the box (full installation of Slackware-12.2). I had to modify my /etc/rc.d/rc.inet1.conf and my /etc/wpa_supplicant.conf. in the rc.inet1.conf make the same entries as for a eth0 and additional uncomment the wpa_supplicant line. Here's my example:
Code:
## Example config information for wlan0.  Uncomment the lines you need and fill
## in your info.  (You may not need all of these for your wireless network)
IFNAME[4]="wlan0"
IPADDR[4]=""
NETMASK[4]=""
USE_DHCP[4]="yes"
#DHCP_HOSTNAME[4]="icculus-wireless"
#DHCP_KEEPRESOLV[4]="yes"
#DHCP_KEEPNTP[4]="yes"
#DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
#WLAN_ESSID[4]=BARRIER05
WLAN_MODE[4]=Managed
##WLAN_RATE[4]="54M auto"
##WLAN_CHANNEL[4]="auto"
##WLAN_KEY[4]="D5AD1F04ACF048EC2D0B1C80C7"
##WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="ndiswrapper"
In the wpa_supplicant file you insert the data of your network. Afterwards you do a /etc/rc.d/rc.inet1 wlan0_restart and it will work.
Code:
# WPA protected network, supply your own ESSID and WPAPSK here:
network={
  scan_ssid=0
  ssid="your network name"
  proto=WPA
  key_mgmt=WPA-PSK
  pairwise=CCMP TKIP
  group=CCMP TKIP WEP104 WEP40
  psk="your psk"
}
The ati-issue is like described above, I have an ati radeon hd 3470 which works without any problems. But it is necessary to install the ati driver to get X11 working.

Markus

Last edited by markush; 02-01-2009 at 05:53 PM. Reason: changed something
 
Old 01-31-2009, 10:39 PM   #4
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Original Poster
Rep: Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374
Thanks for the help. I got everything working now except for some reason after I installed the ATI driver now when ever I log in if I log out of KDE and try to restart KDE my computer freezes. I am working on finding a solution but its on the back burner for now.
 
Old 02-01-2009, 02:56 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello,
Quote:
Originally Posted by Daedra View Post
...if I log out of KDE and try to restart KDE my computer freezes. I am working on finding a solution but its on the back burner for now.
could you please post which kde version and which ati chip exactly you are using? I had this freezing issue using an old ati card with a generic driver and kde4.

Markus
 
Old 02-01-2009, 05:04 AM   #6
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Original Poster
Rep: Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374
Just for testing I tried the newest ATI catalyist driver but it failed during compile, I did some research and read something about the stock slackware kernels causing the problem, so then I compiled my own custom kernel and it compiled fine. However I was then getting lock ups half the time when i exited KDE-3.1.0 and then when it didn't crash when I tried to restart KDE it would cause a kernel panic hardlock, I read even more and the only solution I found was to downgrade to catalyist 8.11. Now everything is working fine. The only other thing I also discovered was that my particular atheros chipset (AR5007 I think it was) didn't work with the 2.6.27 kernel atheros driver, I either had to upgrade to the 2.6.28 kernel or use the current madwifi drivers, Alienbob recently posted a slackbuild for them so I used that and it worked fine with your advice.

you asked my setup, it is Radeon 3100 with KDE-3.1.0 Slack 12.2 custom kernel 2.6.27.9
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
laptop wireless card question mortal Slackware 2 09-22-2007 05:13 AM
Installing Wireless Device on Acer Laptop hakmed Slackware 1 10-14-2006 01:32 PM
Installing on laptop over wireless connection... bwarbiany Debian 3 03-07-2006 09:30 AM
Installing new laptop wireless card LuvdemHeels Linux - Laptop and Netbook 3 06-27-2005 05:47 PM
Installing a Microsoft Wireless card on a Laptop cromabianca Linux - Wireless Networking 0 02-16-2004 02:37 PM

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

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