It is working now~ here is how.
1~ cat /proc/pci (find I/O & IRQ output)
2~ less var/log/messages (find uart and ttyS? outputs) (these will be located near the I/O port entry and the IRQ entry) (the uart entry will begin with "is a" then write down the number that follows) (hereafter replace ttyS? with the appropriate number)
3~ cd /dev; test -c ttyS? || ./MAKEDEV ttyS?; chmod 666 /dev/ttyS?
4~ setserial /dev/ttyS? uart <#> port <I/O Address> IRQ <#> baud_base <baud rate> spd_vhi skip_test
5~ ln -sf /dev/ttyS? /dev/modem
6~ wvdialconf /etc/wvdial.conf
7~ jpico /etc/wvdial.conf (remove the comment chatacters ";" at the beginning of the lines with them) (insert the appropriate info) (delete the "<" and ">" in the script)
8~ save and exit the editor
9~ 'wvdial' to dial provider
10~ if desired find program with konqueror and bring to desktop