Author Topic: Can't Setup Usb Networking Under Debian  (Read 2535 times)

patrickq

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • http://
Can't Setup Usb Networking Under Debian
« on: December 30, 2004, 08:24:35 pm »
Hi all,

I can't seem to get USB networking going,  when I try in ping my C760 I get the following errors:

# ping -I192.168.129.1 192.168.129.201
PING 192.168.129.201 (192.168.129.201) from 192.168.129.1 : 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted

Wireless networking works fine though.

I have usbcore, ohci_hcd, ehci_hcd, usbnet, uhci_hcd modules loaded.

Interfaces:
iface usb0 inet static
    address 192.168.129.1
    pointopoint 192.168.129.201
    netmask 255.255.255.0

I've been stuck on this for days so thanks for any suggestions you may have,
Patrick.

Pcghost

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
    • http://www.linuxodyssey.org
Can't Setup Usb Networking Under Debian
« Reply #1 on: May 20, 2005, 09:55:05 pm »
Are you running a firewall? Type iptables -L and see if you are locked down on that interface.  You can also type iptables -A INPUT -i usb0 -j ACCEPT to insure the firewall isn't blocking the return of the icmp probe.