Skip to content

Commit

Permalink
Use the correct verion of the bluetooth firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunze committed May 1, 2016
1 parent 152bab2 commit 9ce782f
Showing 1 changed file with 0 additions and 0 deletions.
Binary file not shown.

3 comments on commit 9ce782f

@harbaum
Copy link
Member

@harbaum harbaum commented on 9ce782f May 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is bluetooth supposed to work now? "modprobe btwilink" and "hciconfig hci0 up" don't seem to have improved. But maybe a full rebuild is needed ...

@rkunze
Copy link
Member Author

@rkunze rkunze commented on 9ce782f May 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to start "uim" as well:

uim &
modprobe btwilink
hciconfig hci0 up

should work.

@harbaum
Copy link
Member

@harbaum harbaum commented on 9ce782f May 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, excellent. Indeed, a "hcitool scan" works afterwards.

Please sign in to comment.