You need to enable these in your kernel,
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
CONFIG_BT_L2CAP=y
# CONFIG_BT_L2CAP_EXT_FEATURES is not set
CONFIG_BT_SCO=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
# CONFIG_BT_BNEP is not set
CONFIG_BT_HIDP=y
> --
> unsubscribe: android-porti...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>
--
--Pavan Savoy
Here you either need to build rt73usb as module or comment this out from wifi.c
> I/WifiHW ( 1004): insmod
> I/WifiHW ( 1004): insmod
> I/WifiHW ( 1004): insmod
> I/WifiHW ( 1004): start wifi_start_supplicant
> E/WifiHW ( 1004): ensure_config_file_exists
> I/WifiHW ( 1004): Wi-Fi is running
> I/WifiHW ( 1004): wifi_command called, cmd:BLACKLIST clear
> I/WifiHW ( 1004): wifi_send_command, cmd = BLACKLIST clear
> I/WifiHW ( 1004): wifi_connect_to_supplicant called
> I/WifiHW ( 1004): Interface directory = /data/system/wpa_supplicant
> I/WifiHW ( 1004): Interface name = wlan0
> E/WifiHW ( 1004): Unable to open connection to supplicant on "wlan0":
> No such file or directory
> D/WifiStateTracker( 1004): Reset connections and stopping DHCP
> E/wpa_supplicant( 1391): Failed to read or parse configuration '/
> system/etc/wifi/wpa_supplicant.conf'.
problem here - wpa_supplicant.conf not found....
> I/logwrapper( 1388): /system/bin/wpa_supplicant terminated by
> exit(255)
> D/WifiStateTracker( 1004): Disabling interface
>
>
> Bluetooth:
> I can scan devices! However I cannot seem to pair with them.
>
> Logcat:
> D/BluetoothService( 1003): 00:27:13:6D:D5:0C bond state 11 -> 10 (0)
> W/BluetoothService( 1003): setBondState() called to unbond device, but
> reason code is invalid. Overriding reason code with
> BOND_RESULT_REMOVED
> I/BluetoothEventLoop.cpp( 1003): agent_event_filter: Received method
> org.bluez.Agent:Release
> V/BluetoothEventRedirector( 1345): Received
> android.bluetooth.device.action.BOND_STATE_CHANGED
> W/CachedBluetoothDeviceManager( 1345): showUnbondMessage: Not
> displaying any message for reason:9
from the earlier messages, the adapter itself doesn't seem to be up,
for example - you can try hciconfig -a - to check the status of adapter.
> Are there any modifications or modules missing?
As a general rule - enable Wi-Fi or Bluetooth from command line first
- start using them as in scanning APs or BT devices and then try and
enable them from the UI ...