Author Topic: WifiState.exe  (Read 39234 times)

Doug Bissett

  • Hero Member
  • *****
  • Posts: 1593
  • Karma: +4/-2
    • View Profile
Re: WifiState.exe
« Reply #45 on: July 09, 2020, 07:00:41 am »
Okay, I just downloaded the driver that Martin linked to. The stuff is all in the *.NIF file, so you configure it with the Adapters and Protocol Services program (that had a different name, at one time, possibly Multi Protocol Transport Services, or MPTS). DO NOT modify the NIF file. Open the program, and it should have a way to fill in the blanks, after you select the driver. That will all be saved in C:\IBMCOM\PROTOCOL.INI (which is a text file). That setup will not be portable, but should work for what you want to do. You still need to open the WiFi security, so the router, and the card, can talk the same language. Apparently, it will do WEP, but WEP is only slightly better than an open access point, so be very careful what you do.

I suggest that you only change the items that are needed to connect, There are a LOT of things in there that aren't likely to help, and probably should not be changed.

Andi B.

  • Hero Member
  • *****
  • Posts: 811
  • Karma: +11/-2
    • View Profile
Re: WifiState.exe
« Reply #46 on: July 09, 2020, 09:22:08 am »
Additional note, you don't need to reboot when you change from DHCP to fixed IPs or vice versa. setup.cmd will be started at boot up but no one prevent you from running it again from command line afterwards. Simply edit it, save it, and run it to change your IP.

I'm also confused about you're saying you can ping something although you're far away from being connected to any network. Best guess is you have pinged yourself while you've given yourself a fixed IP. Can't imagine you ever successfully pinged your WLAN access point with your current setup.

So although there are much valuable information in this thread I think you need to start with the very basics first -
1) you need a driver for your card which can be installed an configured with MPTS
2) if the driver is loaded successfully then most probably you can see a proper message about in in \ibmlan\lantran.log. Guess this works for you but it does not hurt if you post your lantran.log here.
3) if the driver loads then you need to attach a protocol with MPTS. You probably need TCP/IP only at first. It seems you managed this step successfully too.
4) after that you need to assign an IP address to your interface. It seems to me this is the place were you currently stuck. You can check with ifconfig lan0 f.i. Yes it's that simple as in other OSes. You can even do ifconfig lan0 192.168.1.100 to assing a fixed ip to your interface. But doing it within setup.cmd is the better way as long as you don't know exactly what you're doing and know the consequences. Advice - play with setup.cmd. When you setup a fixed IP then you need to rem out the DHCP line in setup.cmd of course.

These steps are all basic network stuff. Very similar in every OS. Don't play with XWLAN or wpa_supplicant before above things are work. On the other hand, if you're have a working linux wpa_supplicant.conf file for this system it will work the same on OS/2. The whole wpa_supplicant package is available even the QT frontend works on OS/2. Of course your network card have to work before and is correctly configured on OS/2. See steps 1-4.

A lot of discussion here in this thread is about 'is it really worth to play with this card'. This is an important questions you've to ask yourself. Most probably your card does not support any current security standard. Read it can not do WPA2. Not even WPA. If you ever want to connect to your wireless network you have to change the whole network to something insecure. Period. You need to decide if this is an option for you. For most people this is an absolutely no go. Hence the numerous warnings in this thread. Only if you have access to the security settings of your access point and only if you can live with the consequences of an insecure wireless network it does make any sense to play with this network card.
« Last Edit: July 09, 2020, 09:30:28 am by Andi B. »

ceemill

  • Guest
Re: WifiState.exe
« Reply #47 on: July 10, 2020, 01:44:26 am »

Quote
That doesn't tell us, exactly, what it is. You need to quote the PCI ID (something like 1234:5678), which you can get by running the PCI.EXE program. It probably won't help, in this case, though.

Doug,

I posted the results from lspci.exe (I used this program because PCI.EXE is no longer available) right after you asked me to do that. If you scroll back a couple pages you will see the results.


ceemill

  • Guest
Re: WifiState.exe
« Reply #48 on: July 10, 2020, 02:38:22 am »
Additional note, you don't need to reboot when you change from DHCP to fixed IPs or vice versa. setup.cmd will be started at boot up but no one prevent you from running it again from command line afterwards. Simply edit it, save it, and run it to change your IP.

I'm also confused about you're saying you can ping something although you're far away from being connected to any network. Best guess is you have pinged yourself while you've given yourself a fixed IP. Can't imagine you ever successfully pinged your WLAN access point with your current setup.

So although there are much valuable information in this thread I think you need to start with the very basics first -
1) you need a driver for your card which can be installed an configured with MPTS
2) if the driver is loaded successfully then most probably you can see a proper message about in in \ibmlan\lantran.log. Guess this works for you but it does not hurt if you post your lantran.log here.
3) if the driver loads then you need to attach a protocol with MPTS. You probably need TCP/IP only at first. It seems you managed this step successfully too.
4) after that you need to assign an IP address to your interface. It seems to me this is the place were you currently stuck. You can check with ifconfig lan0 f.i. Yes it's that simple as in other OSes. You can even do ifconfig lan0 192.168.1.100 to assing a fixed ip to your interface. But doing it within setup.cmd is the better way as long as you don't know exactly what you're doing and know the consequences. Advice - play with setup.cmd. When you setup a fixed IP then you need to rem out the DHCP line in setup.cmd of course.

These steps are all basic network stuff. Very similar in every OS. Don't play with XWLAN or wpa_supplicant before above things are work. On the other hand, if you're have a working linux wpa_supplicant.conf file for this system it will work the same on OS/2. The whole wpa_supplicant package is available even the QT frontend works on OS/2. Of course your network card have to work before and is correctly configured on OS/2. See steps 1-4.

A lot of discussion here in this thread is about 'is it really worth to play with this card'. This is an important questions you've to ask yourself. Most probably your card does not support any current security standard. Read it can not do WPA2. Not even WPA. If you ever want to connect to your wireless network you have to change the whole network to something insecure. Period. You need to decide if this is an option for you. For most people this is an absolutely no go. Hence the numerous warnings in this thread. Only if you have access to the security settings of your access point and only if you can live with the consequences of an insecure wireless network it does make any sense to play with this network card.

Andi,

As is brutally clear, I am no expert on wireless networking, but you can ping a router without having the proper encryption or a password.

I can't post a screenshot from my OS/2 system, but trust me, I pinged my router and every packet was received 100%. Why would I lie about that?

I appreciate your help and your input, but I'm not going to come onto a forum looking for help and lie about what what I am able to do and not do, I want to fix it, not regale you with my tales of brilliance and accomplishment. Which, to be honest, at this point, are few and far between.

And Andi, read my previous posts PLEASE. The card is WORKING, I have a DRIVER, I am able to ping my wifi router, don't assume I'm spinning tall tales here, why would I do that when I don't know anything about what I'm doing and I'm asking for help? I'll tell you this much, it's not because I like to get tongue lashings from every self-described expert in this forum.

To be fair, there have been a lot of very nice and helpful people here (including you) who have been sincere about wanting to help, but then there's others who want nothing more than to show off their intellect and prowess, which is typical of every forum I have ever posted in. Not necessarily including you in that group Andi, just saying. I am grateful for your input and expertise, and I realize there may be a language barrier here where I may not have correctly interpreted what you are trying to say, if this is the case then I apologize if I have offended you.

I will read over and digest what you have suggested and believe me, I am very grateful for your time and help.

Thanks,

Carl

Doug Bissett

  • Hero Member
  • *****
  • Posts: 1593
  • Karma: +4/-2
    • View Profile
Re: WifiState.exe
« Reply #49 on: July 10, 2020, 04:47:19 am »
Quote
I posted the results from lspci.exe (I used this program because PCI.EXE is no longer available) right after you asked me to do that. If you scroll back a couple pages you will see the results.

Hmmm. Now HOBBES is becoming unreliable. The file is listed, if you follow the path, but it seems to be a zero length file, that thinks it is a directory. Not good.

Looking back, I see this:
Quote
the pci utility you linked to is no longer there, so I used lspci instead. the relevant output:

00:04.0 CardBus bridge: Texas Instruments PCI1131 (rev 01)
00:04.1 CardBus bridge: Texas Instruments PCI1131 (rev 01)

Which is completely useless information. It does not supply the PCI ID information, which is essential to understand what device it really is. The posted information is actually for the PCMCIA adapter, not the WiFi device, anyway, so it is mostly irrelevant. From other things that you have said, the PCI ID information is probably not going to help anyway.

Quote
As is brutally clear, I am no expert on wireless networking, but you can ping a router without having the proper encryption or a password.

You can PING a router, if you are connected to it. From everything that you have said, there is no possibility that you are connected to the router, unless you back off the router WiFi security to WEP,  plus add the logon information, in the Adapters, and Protocols program. It may work, if you set the router WiFi security completely off, without setting the logon information. PING is not going to work, under any circumstances, until you do that. If you are actually connected, the rest should work (within the restrictions of modern networking).

Quote
I can't post a screenshot from my OS/2 system, but trust me, I pinged my router and every packet was received 100%. Why would I lie about that?

Cell phones take great photos.

Are you PINGing the router, or the WiFi adapter? The WiFi adapter will respond (assuming it is installed properly, which I suspect you may have accomplished). If your router is responding to a PING, everything else should work too, but, from what you have said, I find it difficult to believe that it is actually responding (it is not connected).

What are you doing to try to attach to the internet? What, exactly, is the result? With that antique system, it is highly unlikely that any modern browser will work (or it will take an hour to load a web page, including the home page - been there, done that, won't bother again). Older browsers probably won't get past any web site security any more either. Can you PING other systems on your network (I assume you have some)?

If you are actually connected, there could be other ways to access the internet with a modern browser, but you need to be able to access another, modern, system on your network. It will still be dead slow, and security could be a major problem if the router WiFi security is less than WPA, but it should be possible.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4713
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: WifiState.exe
« Reply #50 on: July 10, 2020, 05:00:56 am »
I posted the results from lspci.exe (I used this program because PCI.EXE is no longer available) right after you asked me to do that. If you scroll back a couple pages you will see the results.

Get this pci.exe, it has and updated pcidevs.txt : https://hobbes.nmsu.edu/download/pub/os2/util/misc/PCI_1-04vka_2020-05-29.zip
It seem that hobbes is not removing the old database registry when a replacement is uploaded, and it marks it as zero bytes.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

ceemill

  • Guest
Re: WifiState.exe
« Reply #51 on: July 11, 2020, 03:25:33 am »
Quote
the pci utility you linked to is no longer there, so I used lspci instead. the relevant output:

00:04.0 CardBus bridge: Texas Instruments PCI1131 (rev 01)
00:04.1 CardBus bridge: Texas Instruments PCI1131 (rev 01)

Which is completely useless information. It does not supply the PCI ID information, which is essential to understand what device it really is. The posted information is actually for the PCMCIA adapter, not the WiFi device, anyway, so it is mostly irrelevant. From other things that you have said, the PCI ID information is probably not going to help anyway.

I know it's for the PCMCIA adapter and I mentioned that in my post. I also recall being puzzled that it didn't pick up my wifi card.

Brother, you are a real piece of work. "Completely useless information", listen, there are more civilized ways of putting things such as, "Well, that program didn't give me what I was looking for, instead try this....". Can we not be gentlemen here?

I did what you asked as far as PCI information, I can't help it if the program I used didn't give you what you wanted. Martin has posted a good link to the program you suggested and I will try it again later and post the results here.

Quote
You can PING a router, if you are connected to it. From everything that you have said, there is no possibility that you are connected to the router, unless you back off the router WiFi security to WEP,  plus add the logon information, in the Adapters, and Protocols program. It may work, if you set the router WiFi security completely off, without setting the logon information. PING is not going to work, under any circumstances, until you do that. If you are actually connected, the rest should work (within the restrictions of modern networking). Are you PINGing the router, or the WiFi adapter? The WiFi adapter will respond (assuming it is installed properly, which I suspect you may have accomplished). If your router is responding to a PING, everything else should work too, but, from what you have said, I find it difficult to believe that it is actually responding (it is not connected).

I pinged the IP of my wifi router, and all packets were acknowledged, what can I tell you? Please stop making me out to be a liar, it's not becoming of a gentleman.

Why is it so hard to believe that I got the card installed and working? I'm not a complete dunce. Close, but not quite.

For some reason I still get the impression that you think I'm some dumb twenty something playing around with his grandpa's old laptop. Well, I'm the grandpa and I'm playing around with MY laptop. Not just to have something to do, but because I have a purpose behind what I'm trying to do here.

Quote
Cell phones take great photos.

I don't use a cell phone. Hate the bloody things. I will ping the router again and get my wife to snap a photo and I will post it here, since you are so certain that I'm spinning yarns here. And, maybe I am mistaken, wouldn't be the first time, but when you run ping <<IP ADDRESS OF MY WIFI ROUTER>> and it comes back with x number of packets sent and x number of packets received and 0% packet loss, what does that tell you?

Quote
What are you doing to try to attach to the internet? What, exactly, is the result? With that antique system, it is highly unlikely that any modern browser will work (or it will take an hour to load a web page, including the home page - been there, done that, won't bother again). Older browsers probably won't get past any web site security any more either. Can you PING other systems on your network (I assume you have some)?

Doug, read all of this page and the other three pages of this thread dude.

I don't think it's necessary for you to disparage what I have to work with here. I am a man of limited means and this is what I could afford. Would I like to go out right now and buy a brand new laptop and put ArcaOS on it? You bet I would, if for no other reason than to not have to come on this forum and read your diatribes about how stupid and incompetent I am. Besides, it's just not in the budget right now and I can't justify the expense when it's only use would be to play ham radio.

I do not have any other networked systems here, why would you assume I do? I'm sure your whole house is wired with ethernet and fiber optics going to high end servers and such, but I just don't find it necessary to do so here.

Doug, me and you need to get together at some point and drink some beers. You can disparage my networking abilities and OS/2 knowledge and I can call you a Legend In Your Own Mind and a curmudgeonly know it all. Good times brother, good times. Hit me up and we'll make it happen. But, you're going to have to come down to Texas, and it'll have to be after this corona virus thing has passed over. I sincerely look forward to your company, and your insulting commentary on my incompetence.





ceemill

  • Guest
Re: WifiState.exe
« Reply #52 on: July 11, 2020, 05:31:26 am »
Hey Doug and All, check it out.

And, if you look in the lower right hand corner of this post, my ip address is listed. Of course, this is my main system's ip. Then there's this from Whois:

« Last Edit: July 11, 2020, 05:44:04 am by Carl Miller »

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: WifiState.exe
« Reply #53 on: July 11, 2020, 05:39:29 am »
What does netstat -a report?

ceemill

  • Guest
Re: WifiState.exe
« Reply #54 on: July 11, 2020, 05:45:21 am »
What does netstat -a report?

I will type out what is on the OS/2 System's screen, tomorrow I will post a photo:

addr 127.0.0.1 Interface 9 mask 0xff000000 broadcast 127.0.0.1
Multicast addrs:
224.0.0.1

addr 10.0.0.232 Interface 0 mask 0xffffff00 broadcast 10.0.0.255
Multicast addrs:
224.0.0.1
« Last Edit: July 11, 2020, 05:51:48 am by Carl Miller »

ceemill

  • Guest
Re: WifiState.exe
« Reply #55 on: July 11, 2020, 05:53:40 am »
What does netstat -a report?

What does the result from netstat -a mean Dave? I haven't got a clue.

ceemill

  • Guest
Re: WifiState.exe
« Reply #56 on: July 11, 2020, 05:56:20 am »
Just want to make sure I'm not pinging my own wifi card, Inquiring minds want to know.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: WifiState.exe
« Reply #57 on: July 11, 2020, 06:35:51 am »
What does netstat -a report?

What does the result from netstat -a mean Dave? I haven't got a clue.

It shows what addresses are assigned to your system.
127.0.0.1 is the local loopback address, almost always there and isn't connected to a card
10.0.0.232 is assigned to your adapter (WiFi card) and is what you were pinging.
Your router likely has an address like 10.0.0.1 or more usually 192.168.0.1

ceemill

  • Guest
Re: WifiState.exe
« Reply #58 on: July 11, 2020, 06:38:27 am »
What does netstat -a report?

What does the result from netstat -a mean Dave? I haven't got a clue.

It shows what addresses are assigned to your system.
127.0.0.1 is the local loopback address, almost always there and isn't connected to a card
10.0.0.232 is assigned to your adapter (WiFi card) and is what you were pinging.
Your router likely has an address like 10.0.0.1 or more usually 192.168.0.1

Ok, but on my main system, windows 10, wifi connected it shows an ip address of 10.0.0.232 for the router, am I missing something here?

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: WifiState.exe
« Reply #59 on: July 11, 2020, 07:41:17 am »
Interesting, I've never had a router that uses the 10.0.0.0 address range and would have expected a lower address.
Could you have set the same address to your card while mucking around? Or misreading and the router gave 10.0.0.232 to your Win box? 
Here, with the router using 192.168.0.1, I get
Code: [Select]
H:\>netstat -a
addr 127.0.0.1 Interface 9 mask 0xff000000 broadcast 127.0.0.1
Multicast addrs:
 224.0.0.1

addr 192.168.0.104 Interface 0 mask 0xffffff00 broadcast 192.168.0.255
Multicast addrs:
 224.0.0.1
and often I get 192.168.0.103.

Try running netstat -a on your Winbox, might be a slightly different netstat so try netstat -? to see the choices. Here -a is for address.