LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Setting up my wireless LAN internet on my slack laptop :D (https://www.linuxquestions.org/questions/linux-wireless-networking-41/setting-up-my-wireless-lan-internet-on-my-slack-laptop-d-92138/)

Belize 09-12-2003 05:57 PM

Setting up my wireless LAN internet on my slack laptop :D
 
Greetings :study:
I installed slackware 9 on my new laptop.
When installing, I set my network to be DHCP for now.

My wireless lan pcmcia card is RoamAbout 802.11 DS ( Cabletron )

The slackware detects the wireless-lan pcmcia card and one of the two lights lights up. The other one that indicates the traffic doesnt light up. ( which will actually show if its connected )

I copied my network interfaces from my windows :

LAN ( This will be eth0 )
IP 127.0.0.1
Broadcast 255.255.255.0
Netmask 255.0.0.0

Internet ( Will be eth1 )
IP 10.4.2.235
Broadcast 255.255.255.0
Netmask 255.0.0.0

I set those values in /etc/rc.d/inet1 ( or something similar ).

There is some key entered that I saw when checking the details of my wireless interface in windows. Is that some password I should ask the admin of the school network for ?

What should I do next to make my internet works ?

Thanks in advance for the replies, be happy :D

akaBeaVis 09-12-2003 08:06 PM

First of all, the 127.0.0.1 ip address is always already in use by the system, you must change that address for device eth0. Most people use 192.168.x.x for their local networks, again, 127.0.0.1 is taken.

As for device eth1, see if your card is a 16-bit pcmcia card (not a cardbus card) by typing "/sbin/cardctl status" at a console, it should tell you if it's a pcmcia or cardbus card. If it's a pcmcia card, take a look at /etc/pcmcia/wireless.opts, it is well-commented and should be pretty much self-explanatory, put your wireless-specific settings there, including what sounds like your encryption key ("some key entered that I saw..."), read the commentary throughout the file to see how to do this.

Belize 09-13-2003 04:09 AM

I changed my IP on eth0 to 192.168.20.4

this is what printed when I typed /sbin/cardctl status

Socket 0:
5V 16-Bit PC Card
function 0: [ready]

after that I looked in /etc/pcmcia/wireless.opts and there I think saw the appropriate driver for my card ( Lucern RoamAbout ). But I dont know the key for now, I will ask the teacher on monday. Also, I dont understand what the other options are about : should I leave them the way they are ?
Peace

akaBeaVis 09-13-2003 12:42 PM

Good, so you have a 16-bit pcmcia card and thus can use /etc/pcmcia/wireless.opts and /etc/pcmcia/network.opts to setup your wireless card.

You'll need to edit /etc/pcmcia/network.opts and /etc/pcmcia/wireless.opts correctly for your particular site. Note that the "Lucent RoamAbout" section in wireless.opts that you're referring to is just an example and is not functional.

If you could post the info specific to your situation, then we can get those numbers into the right places in those files, DO NOT post the key you spoke of earlier, we will refer to that with x's in place of the digits, also do not post the essid or "SSID" name either, we will refer to that as "essidname", and you can simply substitute the correct characters. Here's the info you need to have in front of you before we begin:

1. network setup used by your school, no doubt they are assigning ip addresses via dhcp, you need to verify that. If they are not using dhcp, then you need to know what ip address is assigned to you by them and what the addresses of the gateway and dns servers are (they may be the same address).

2. wireless setup used by your school, including ssid name(again, do not post the name), WEP encryption key (again, do not post this key), the MAC address of your wired (eth0) device and the wireless card, this is a number like this: "00:ED:A0:B4:E1:09" you'll need this number in order to differentiate this card in those *.opts files from your wired device, you should be able to get these MAC address numbers by doing a /sbin/ifconfig -a, which will list them in the "HWaddr" field.

When you've got this info, post back and we'll go through the edits you need to make.

Belize 09-24-2003 01:18 PM

Hi again.
I talked with the school admin, but he refused to tell me the network key ( there were some issues of students abusing it ) and he said I should bring my laptop to him for him to set it up.

So please post the steps that the admin should go over so he configures my wireless lan on my laptop. Most probably I will go to him with my laptop, and we open that thread to figure out the right way of configuring the net. Thanks in advance :)

akaBeaVis 09-24-2003 06:46 PM

First of all, the admin is going to have to trust you with the key, it's going to easily viewed by you once the configuration is done.

Second, keys larger than 64bit may or may not work, that's something to ask about before bothering to go any further, what the key length is.

The changes need to be made to /etc/rc.d/rc.inet1 and /etc/pcmcia/wireless.opts, I don't have enough of your info to tell you what to put in those files, have the the admin look at both of them, they are well commented and the admin should be able to put the right numbers in the right places. Post back any specific questions the admin might have.

Belize 09-29-2003 02:20 PM

yo :) I got the network key :)

A boy next door configured his wireless lan on red hat 9 easily, with the X internet connection manager ( something like that ). Ill try to do it trough X too. Good luck to me :)

Belize 09-29-2003 05:30 PM

yo, why isnt there a way to do it easily in slackware the way its configured in red hat ! :( .
There is no such tool to configure the network card in X, and when in consoled I configured /etc/rc.d/inet1 , /etc/pcmcia/wireless.opts and network.ops bwoy I got lost. I edited all things and when rebooting, again, it doesnt f***ing work.

I wanted to copy wireless.opts and network.opts to the c:\ directory ive mounted but it sais read only drive. How can I make it writable ? Also, how can I see the startup log so I can see what the exact error was ? I really want to fix it and continue using slack, rather than redhat.

akaBeaVis 09-29-2003 05:43 PM

Slackware puts their efforts in other places than Red Hat does, we all end up benefiting from both approaches. Slack does have a config tool for the network which you can try, it's <I'm booting a slack box and checking...brb>.

Is the "c:\" directory you mounted an ntfs(windows XP, 2000, etc) volume? or is it vfat? (windows 95, 98, ME) if ntfs, writing to it is not considered safe by the system, this is why it's mounted read-only, unless of course you specified read-only when mounting it, or it's specified read-only in your /etc/fstab. Try using a floppy formatted vfat for that kind of thing. Both os's should be able to read it, or a keychain usb "drive" works also for me.

Startup log is viewable by doing "dmesg | less" from console, then up/down arrows and/or page up/down to scroll through it.

Belize 09-30-2003 12:50 AM

whats that utility I can use ?
yes, c:\ is a ntfs partition
can I mount that partition so I can write on it ? ( do you think that is safe )
ok I will try using the floppy later cause now I gotta go to school.

akaBeaVis 09-30-2003 07:18 PM

Sorry, fell asleep...anyway the utility for slack is "netconfig", it's not going to do much for your wireless settings though.

Belize 10-01-2003 09:34 AM

:)
and what about my other quesions

akaBeaVis 10-01-2003 05:35 PM

You mean about writing to the ntfs partition? I really don't know, I don't have any ntfs partitions on any machine here. Perhaps the slackware forum here at LQ would help.

hakcenter 10-01-2003 05:51 PM

if you want read/write to a ntfs partition, you need a kernel that has the support for it...

Either recompile your current kernel from source, or find a alternate kernel that is pre-compiled for ntfs partitions.

Belize 10-01-2003 06:06 PM

hello again

I really worked on my slackware and after editing all things right ( I think ) this is what appears on the startup log ( that cant be viewed with dmesg | less, dmesg shows that everything works - right MAC address, etc. )

-netmask doesnt match route access
and this appears when it loads the wireless drivers ( wireless.opts I suppose )
-[cardctl 69](not exactly the same ) +ioctl operation not supported

on all my options I have written for eth1

IP 10.4.2.14
Broadcast 255.255.255.0
Netmask 255.0.0.0

this info I copied from my win settings
network.opts I think asks for Network IP - by default it was 10.0.1.0 . I left it blank, as I dunno what to write there.

Also on all files I left DHCP = yes ( so that it uses DHCP )

And Im kinda not sure about the broadcast/netmask IPs.

Hope that helps you kind people help me :)
Peace

Belize 10-04-2003 11:11 AM

*Bump*

sucks :( seems like Ill have to install redhat.
But Ill give it a last try, if I find the right drivers for my card, WHAT SHOULD I DO ?

akaBeaVis 10-04-2003 12:43 PM

Don't hesitate to try Red Hat 9, it's a beautiful thing, and if your friend has no problems getting his wireless setup using rh9, then you should be able to literally copy his settings and get on with everything else you want to do. Doesn't sound like a bad deal at all...

Belize 10-04-2003 01:15 PM

:)


All times are GMT -5. The time now is 03:32 PM.