23

I have mini-WiFi and mini-bluetooth dongles patiently awaiting the arrival of a Raspberry Pi. These are listed as Linux-compatible devices.

Are there any concerns with the hardware of the Raspberry Pi compared to a full PC stack, i.e. having a USB channel handling ethernet?

In general, should all Linux-compatible devices work with a Raspberry Pi?

tlhIngan
  • 3,372
  • 5
  • 19
  • 33
Beeblebrox
  • 4,013
  • 3
  • 19
  • 21

2 Answers2

16

It depends which distro you use, whether the distro maker compiled a lean custom kernel ripping out drivers to save space, or whether they shipped a fairly 'standard' kernel.

For what it's worth every USB device I have tried has worked fine using the recent Debian image.

Be aware of the power draw of the device you're attaching though. Chunky things like wifi adapters and webcams will be more problematic, but that's separate from the driver issue.

popey
  • 748
  • 1
  • 6
  • 13
10

Not necessarily. The big "but" is that the drivers have to be compiled for ARMv6, which isn't always the case.

Less likely to be an issue, but still possible, is the power draw from the adapter - it's possible that if it's too much, the Pi won't supply enough current and therefore it won't work.

berry120
  • 10,924
  • 10
  • 51
  • 62