Announcement

Collapse
No announcement yet.

Intel IPW2100 wireless Mini PCI Adapter

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Intel IPW2100 wireless Mini PCI Adapter

    My internet is working after I type the following in the Konsole:

    Code:
    sudo iwconfig eth1 essid "Inalambrico de Casa"
    sudo iwconfig eth1 key 10XX11XX10 open
    sudo dhclient eth1
    However, when I reboot my computer, Kubuntu forgets that I have set up my wireless card. I cannot connect with the Wireless Assistant (my wireless network does show up and I have entered my wireless key), but need to retype the above in the Konsole again. Is there a way that I can solve this problem? My wireless card is an Intel IPW2100 wireless Mini PCI Adapter.

    Thanks in advance for your reply.

    #2
    Re: Intel IPW2100 wireless Mini PCI Adapter

    The best way would be to try to use knetworkmanager. It's one of the icons left of the clock.

    If you don't like it, or it doesn't work, you can add those lines to the /etc/rc.d file. They will be executed at boot.

    Javier.

    Comment


      #3
      Re: Intel IPW2100 wireless Mini PCI Adapter

      I don't have knetworkmanager, probably because I am using 6.06.1 LTS Dapper Drake. Are there any other ways to get my wireless working?

      Comment


        #4
        Re: Intel IPW2100 wireless Mini PCI Adapter

        You can install it using adept, or any other package manager. I have read in this same forums that it works better for some people in 6.10 than 7.04.

        And you can add that lines to the rc.local file.

        Javier.

        Comment

        Working...
        X