Articles
- How to set up USB BT Voyager 105 Notes

Set up and working on 6 Sep 2007 on Laptop ubuntu 7.04.  With these files; eciadsl-usermode_0.12-1_i386.deb pppoe_3.5-4ubuntu1_i386.deb <- Not sure if it did need this one, but its all okay Config – sudo eciadsl-config-tk User: pete.maynard@btbroadband.com Password : Normal BT VPI: 0 VCI: 38 DNS: UK..British Telecom Modem: BT Voyager 105 Chipset: GS7470 VID1: 1690 [...]

No comments

- Programming Variables Very Basic

A variable is data that is stored in the computers memory. A variable can be a number (Integar, Float) or just one letter or number (Char) or it can be a string of letters or number (String) in some programming languages like Java and C/C++ you need to declare and initialize the variable, this means [...]

2 comments