There are actually three ways that you can try. The first, as mentioned above is this:
Code:
> cabextract <your_driver>.exe
This will give an error if there are no cab files in it. You then could try this:
Code:
> unzip <your_driver>.exe
This may not work either. The last method requires using an application named
wine. First make sure you have wine installed, and enter this:
Code:
> wine <your_driver>.exe
This will attempt to run the actual Windows installer. Don't let it install to the default directory. Create a folder for it and "install" it there. That is where the diver files will be.