PDA

View Full Version : DWL-G630 wireless.


4000xt
2005-12-19, 10:19 AM CST
Hi,

Just wanted to know if it is me or is it the card.

I am running Core 3 kernel 2.6.12-1.1381_FC3.stk16. I have my card up now as I am typing, BUT, when I reboot my setting will be gone and I have to reload starting at modprobe ndiswrapper. For some reason the setting are not saving when I reboot. I am a rookie here so it is kinda a little over my head. I thought about adding it to the .bash_profile but realized that was just for settings when opening a terminal window. Correct me if I am wrong. So I am wondering if some one could help me out on this one. I know the card was a pain to get up in the first place so maybe this is something I have to live with. Would just like to get some input from someone with some knowledge.

Thanks
4000xt

tojamarcin
2005-12-19, 10:40 AM CST
cd /etc/rc.d
vi rc.local


#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
/sbin/modprobe ndiswrapper <<<<<<<<< :)
--------------------------------------------------------------------------

create if you dont have yet - wlan0
this my example :) i have dwl-510
you have also puts there other options :)

vi /etc/sysconfig/network-scripts/wlan0

DEVICE=wlan0
ESSID= WLAN
MODE=managed
BOOTPRO=no
IPADDR=10.1.1.3
GATEWAY= 10.1.1.1
NETMASK=255.255.255.0
ONBOOT=yes

----------------------------------------------------
/etc/resolv.conf
212.14.14.36 <<<<< dns i have not dchcp :)
---------------------------------------------------

sory for ma english is not very well :(

4000xt
2005-12-19, 04:49 PM CST
Thanks alot trjamarcin that worked perfectly for me.
Thanks again for the help.

4000xt