Hi,
On Wed, Nov 16, 2005 at 01:01:35PM -0800, Michel Maria-Sube wrote:
I've recently installed suse10.0 on my
centrino-laptop (acerTM660) and, as
I suppose linux is now well centrino-compliant, it should be possible to be
wireless-connected with;so I have a centrino chip from Intel which is
perfectly detected by the system, and apparently there are many ressources,
modules etc and also apparently a 'KWiFiManager' but I don't know how to
use
it...
I'm tempted to just write "RTFM" here ;-)
My solution has been to write simple scripts using the "standard" tools
ifconfig / iwconfig / route to configure the network(s) I normally use.
An example would be something like:
# first, deconfigure previous network settings - avoids bad surprises
/etc/init.d/network stop
# get the wifi device up and running
ifconfig eth1 up
# set the transmission rate, let's try for max speed (802.11b)
iwconfig eth1 rate 11
# set the essid, use "any" for open wlans
iwconfig eth1 essid whatever
# set the WEP key if necessary
iwconfig eth1 key restricted
iwconfig eth1 key some-hex-code-for-key
# get IP address, set route and nameservers
dhclient eth1
(to be run as root)
(K)Ubuntu does come with a control center that allows the definition of
different network profiles (incl. essid, WEP key etc.), I'd be surprised
if SuSE 10 didn't provide something similar.
Does anybody know if there is possibility to launch a
driverloader to
provide wireless connection?(Otherwise I can install Linuxant one's which
I'm already using with Mandrake but I prefer avoid this solution);
I've also asked Novell's support but they are not hurried to answer....
Thank you in advance for any suggestion
You *do not want* to use driverloader etc. - you've got the free drivers
(maybe not free firmware though) to handle the WiFi, there's no point at
all in using Windows drivers.
Your only issue is properly configuring the already supported WiFi card,
for which there exist tools - command-line (as above) or GUI (yast would
be a good place to look for SuSE).
Greetings & hth, Eric