Results 1 to 7 of 7

Thread: help UNDOING

  1. #1
    Join Date
    Sep 2008
    Location
    anaheim
    Beans
    3
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Exclamation help UNDOING

    so i was tyeing to add something to make my zune work on Ubuntu and i did something to my WIFI. I cant connect though it. is there something like time machine. i got Ubuntu 8.10 i think and my WIFI is a Broadcom STA wireless. it did work before.i cant find the forum tells me how to make the zune to work. all i know is that i use terminal to add the code.

    i know how bad my grammar is, i just need some help

  2. #2
    Join Date
    Jan 2007
    Beans
    5,549

    Re: help UNDOING

    presuming wifi doesnt work now.. post output of
    1)iwlist scanning
    2)iwconfig

  3. #3
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: help UNDOING

    Please also include:
    Code:
    lsmod|grep -e b43 -e ssb -e wl
    Those are the possible modules for your wireless card.

  4. #4
    Join Date
    Sep 2008
    Location
    anaheim
    Beans
    3
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Exclamation Re: help UNDOING

    Quote Originally Posted by superprash2003 View Post
    presuming wifi doesnt work now.. post output of
    1)iwlist scanning
    2)iwconfig
    this is what i got
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    eth1 Interface doesn't support scanning.

    jason@jason-laptop:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 IEEE 802.11 Nickname:""
    Access Point: Not-Associated

  5. #5
    Join Date
    Jan 2007
    Beans
    5,549

    Re: help UNDOING

    ensure that the wifi driver is enabled under administration->hardware drivers .. try re - enabling it..

  6. #6
    Join Date
    Sep 2008
    Location
    anaheim
    Beans
    3
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Exclamation Re: help UNDOING

    Quote Originally Posted by superprash2003 View Post
    ensure that the wifi driver is enabled under administration->hardware drivers .. try re - enabling it..
    it say that it is enabled

  7. #7
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: help UNDOING

    Have you tried the following from the Terminal:
    [code]sudo modprobe -r b43 ssb wl
    sudo modprobe wl
    sudo /etc/init.d/networking restart[/code[

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •