My laptop is connected with internet using built-in WiFi card. I have another WiFi USB adapter. I want to create an Access point/WiFi hotspot on WiFi USB adapter.
I would like to connect multiple devices on WiFi USB adapter to access internet on those connected devices.
How can I route internet from built-in WiFi card to WiFi USB adapter. My laptop is using Ubuntu 14.04 LTS 64-bit
Here is the output of lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 011: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
My WiFi USB adapter is from Edimax Technology Co., Ltd
Output of ifconfig
eth0 Link encap:Ethernet HWaddr e0:3f:49:xx:xx:xx
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:229592 errors:0 dropped:0 overruns:0 frame:0
TX packets:229592 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:233583875 (233.5 MB) TX bytes:233583875 (233.5 MB)
wlan0 Link encap:Ethernet HWaddr 54:35:30:xx:xx:xx
inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::5635:30ff:xxxx:xxxx/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:281992 errors:0 dropped:3 overruns:0 frame:0
TX packets:181674 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:252008655 (252.0 MB) TX bytes:40751981 (40.7 MB)
If you need output of any other terminal command, please mention the command OR mention how to get those information.