But, dpkg says, that titchy-network-settings depends on titchy-phone-daemon and titchy-hardware-support. If I try to install these packages, dpkg says, that they are already installed by htcunid package (therefore there is a conflict). Should I replace the htcunid packages with the two, mentioned above?
These packages replace htcunid, which is an old obsolete package. It is safe to install them.
I had to uninstall the htcunid package, and now I have all the packages installed, and I did ifup usb0, it said: ifup: interface usb0 already configured, but ping doesn't work....I have to think, that something with my Windows isn't okay, but I don't know, what.
Make sure you have the following section in /etc/network/interfaces:
iface usb0 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1
Then try:
ifdown --force usb0
ifup usb0
If you still have problems, try rebooting. If you still cannot connect, please post the results of:
ifconfig usb0
route -n
datathief:
You did it! I can only say, thank you very much, awesome, it is working now!!
Very good job, thank you twice!!
DOMy
BTW:
What do you think about my tutorial? Perhaps, it can be useful for someone.
2. the apt-get didn't find any packages, could you post please your sources.list file?
Thanks!