Using ad-hoc didn't seem to do the trick, either:

$ sudo iwconfig eth1 | grep -o 'Mode:[^ ]*'
Mode:Managed

$ sudo iwconfig eth1 mode ad-hoc

$ sudo iwconfig eth1 | grep -o 'Mode:[^ ]*'
Mode:Managed

$ sudo iwconfig eth1 mode ad-hoc commit

$ sudo iwconfig eth1 | grep -o 'Mode:[^ ]*'
Mode:Managed

BTW, this is under Ubuntu 10.04 and here's the wifi info:

$ sudo lshw -class network
  *-network
       description: Wireless interface
       product: Broadcom Corporation
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:12:00.0
       logical name: eth1
       version: 01
       serial: f0:7b:cb:28:b6:4d
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet
physical wireless
       configuration: broadcast=yes driver=wl0
driverversion=5.60.48.36 latency=0 multicast=yes wireless=IEEE
802.11abgn
       resources: irq:17 memory:fbd00000-fbd03fff

Regards,
- Robert

On Mon, Sep 12, 2011 at 12:07 AM, Don Ellis <[email protected]> wrote:
> The key phrase is "ad hoc" (or, on the Mac, "Internet Sharing"), and
> it's more the default than the first example you gave.
>
> I haven't tried it from the command line, but on your Mac System
> Preferences, it's under the "Sharing" pref pane.
>
> --Don Ellis

-- 
Central West End Linux Users Group (via Google Groups)
Main page: http://www.cwelug.org
To post: [email protected]
To subscribe: [email protected]
To unsubscribe: [email protected]
More options: http://groups.google.com/group/cwelug

Reply via email to