I used ndiswrapper 0.4 to get it working. Here are my steps:
1. Download ndiswrapper 0.4 (I could only get this version working, not really a problem though...)
2. Download the *.exe file for the truemobile 1300 drivers off the dell website.
3. It is best to use a windows machine to get the two driver files you need from exe you just downloaded. You need to look for bcmwl5.sys AND bcmwl5.inf. To get these files, you run the exe and tell it to extract someplace where you can get to. Then when the setup start (not the extraction) just cancel and go find the drivers. They are in a subfolder from where you extracted the files.
4. Copy those two driver files and ndiswrapper 0.4 to your linux machine.
5. Extract ndiswrapper
6. Go into the terminal, log in as root "su -" and browse to the extracted ndiswrapper files.
7. Run "make install" and let it finish
8. Browse to /usr/sbin/ and check to make sure that the program "loadndisdriver" is there. If not, copy from /utils in the ndiswrapper folder.
9. In the terminal run "modprobe ndiswrapper"
10. Run "lspci -n | grep 'Class 0280:' | awk '{print $4}'". You should get something like 14e4:4320. Write that down.
11. Run "loadndisdriver 14e4 4320 /path/to/sys/driver.sys /path/to/inf/driver.inf" Replace 14e4 4320 with what you wrote down.
EXAMPLE (what I run): "loadndiswrapper 14e4 4320 /home/jeff/Documents/bcmwl5.sys /home/jeff/Documents/bcmwl5.inf"
12. Download this
FILE .
13. Extract and use "make install" to install. Refer to when you install ndiswrapper for help.
14. Run "iwconfig" and you should see wlan0 at the bottom.
15. Run "iwconfig wlan0 essid YOUR_ESSID"
16. Run "iwconfig" again and look to see if your essid is printed in the printout. If not, turn on the card by using Fn + F2 on the keyboard.