User loginNavigation |
Compiling Ubuntu Gutsy to add support for new hardwareI need a serial port for my laptop. Being really cheap I grabbed the cheapest one I could find off of EBay. The only problem was that the device isn't known to Gutsy. This quickly turned into it's own little lesson on getting things to work: First you need the right software installed. So, as root: Next you need to get the source. I needed a driver which is in Andrew Mortons patch. That let me to getting a bleeding edge kernel + mm patch.
That mean that I had to find and add a module to Gutsy. No problem, a quick check on Google for 4348:5523 turned up a driver in the mm tree. This was pretty easy to grab:
|
Search |