Mailing List Archive

debian repos for host-pc-connectivity don't work?
I am trying to install on my Debian laptop the package
host-pc-connectivity as described on the web-page
"http://pc-connectivity.garage.maemo.org/2nd_edition/node3.html#SECTION00032100000000000000"
I included the string " deb
http://pc-connectivity.garage.maemo.org/repository intrepid main" in my
/etc/apt/sources.list and maked command "aptitude update".
After that I had the next result:
Err http://pc-connectivity.garage.maemo.org intrepid/main amd64 Packages

404 Not Found
As I can see the deb- and others packages of "host-pc-connectivity"
avialable on here: https://garage.maemo.org/frs/?group_id=801
How can I fix the above record for sources.list for using "aptitude" or
"apt"? Or I need to download the deb-package and make "dpkg -i"? Which
package I need to install in the last case - the latest?
Where can I get the signatures which used for signing that package?
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users
Re: debian repos for host-pc-connectivity don't work? [ In reply to ]
On 28.03.2012 16:58, James Brown wrote:
> I am trying to install on my Debian laptop the package
> host-pc-connectivity as described on the web-page
> "http://pc-connectivity.garage.maemo.org/2nd_edition/node3.html#SECTION00032100000000000000"
> I included the string " deb
> http://pc-connectivity.garage.maemo.org/repository intrepid main" in my
> /etc/apt/sources.list and maked command "aptitude update".
> After that I had the next result:
> Err http://pc-connectivity.garage.maemo.org intrepid/main amd64 Packages
>
> 404 Not Found
> As I can see the deb- and others packages of "host-pc-connectivity"
> avialable on here: https://garage.maemo.org/frs/?group_id=801
> How can I fix the above record for sources.list for using "aptitude" or
> "apt"? Or I need to download the deb-package and make "dpkg -i"? Which
> package I need to install in the last case - the latest?
> Where can I get the signatures which used for signing that package?


Strange. I can open http://pc-connectivity.garage.maemo.org/repository/
in my browser. Why the aptitude cannot find it?
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users
Re: debian repos for host-pc-connectivity don't work? [ In reply to ]
Am Mittwoch 28.03.2012, 18:58:08 schrieb James Brown:
> After that I had the next result:
> Err http://pc-connectivity.garage.maemo.org intrepid/main *amd64* Packages
>
> 404 Not Found

There are no packages for amd64, just for i386.

--reini
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users
Re: debian repos for host-pc-connectivity don't work? [ In reply to ]
On 28.03.2012 18:09, reini wrote:
> Am Mittwoch 28.03.2012, 18:58:08 schrieb James Brown:
>> After that I had the next result:
>> Err http://pc-connectivity.garage.maemo.org intrepid/main *amd64* Packages
>>
>> 404 Not Found
>
> There are no packages for amd64, just for i386.
>
> --reini
> _______________________________________________

Is it possible to install them to my architecture? Will they work correct?
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users
Re: debian repos for host-pc-connectivity don't work? [ In reply to ]
Am Mittwoch 28.03.2012, 20:29:16 schrieb James Brown:
> On 28.03.2012 18:09, reini wrote:
> > Am Mittwoch 28.03.2012, 18:58:08 schrieb James Brown:
> >> After that I had the next result:
> >> Err http://pc-connectivity.garage.maemo.org intrepid/main *amd64*
> >> Packages
> >>
> >> 404 Not Found
> >
> > There are no packages for amd64, just for i386.
> >
> > --reini
>
> Is it possible to install them to my architecture? Will they work correct?

You're trying to install 32bit ubuntu packages on a (presumably more modern)
64bit debian. I have my doubts whether it can work at all, especially since
multiarch isn't too well supported in debian yet.
You may have better luck installing a 32bit Ubuntu Intrepid in a VM and doing
the connectivity stuff there. (I haven't tried the PC connectivity stuff, so I
don't know how useful that would be.)

--reini
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users
Re: debian repos for host-pc-connectivity don't work? [ In reply to ]
On 28.03.2012 18:36, reini wrote:
> Am Mittwoch 28.03.2012, 20:29:16 schrieb James Brown:
>> On 28.03.2012 18:09, reini wrote:
>>> Am Mittwoch 28.03.2012, 18:58:08 schrieb James Brown:
>>>> After that I had the next result:
>>>> Err http://pc-connectivity.garage.maemo.org intrepid/main *amd64*
>>>> Packages
>>>>
>>>> 404 Not Found
>>>
>>> There are no packages for amd64, just for i386.
>>>
>>> --reini
>>
>> Is it possible to install them to my architecture? Will they work correct?
>
> You're trying to install 32bit ubuntu packages on a (presumably more modern)
> 64bit debian. I have my doubts whether it can work at all, especially since
> multiarch isn't too well supported in debian yet.
> You may have better luck installing a 32bit Ubuntu Intrepid in a VM and doing
> the connectivity stuff there. (I haven't tried the PC connectivity stuff, so I
> don't know how useful that would be.)
>


As I can see there are some instructions for manually configuring linux
systems. It seems that it is more simple than using 'host-pc-connectivity'
But there are only instructions for Ubuntu.
There is no file /etc/udev/rules.d/85-ifupdown.rules in my Debian
Squeeze AMD64 system.
But as I can see - another file contains similar (but not the same) strings:
> /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxxxxxx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
> /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxxxxxx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
> /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxxxxxxxxxxx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan1"
(real MACs was changed to xxxxxxxxxxxxxxxx for security reasons).
Do I need to change that records or I need to create
'/etc/udev/rules.d/85-ifupdown.rules' with indicated in the
documentation records?


_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users
Re: debian repos for host-pc-connectivity don't work? [ In reply to ]
Am Mittwoch 28.03.2012, 21:22:07 schrieb James Brown:
> On 28.03.2012 18:36, reini wrote:
> > You're trying to install 32bit ubuntu packages on a (presumably more
> > modern) 64bit debian. I have my doubts whether it can work at all,
> > especially since multiarch isn't too well supported in debian yet.
> > You may have better luck installing a 32bit Ubuntu Intrepid in a VM and
> > doing the connectivity stuff there. (I haven't tried the PC connectivity
> > stuff, so I don't know how useful that would be.)
>
> As I can see there are some instructions for manually configuring linux
> systems. It seems that it is more simple than using 'host-pc-connectivity'
> But there are only instructions for Ubuntu.
> There is no file /etc/udev/rules.d/85-ifupdown.rules in my Debian
> Squeeze AMD64 system.
>
> But as I can see - another file contains similar (but not the same) strings:
> > /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",
> > ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxxxxxx",
> > ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
> > /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",
> > ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxxxxxx",
> > ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
> > /etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net",
> > ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxxxxxxxxxxx",
> > ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan1"
>
> (real MACs was changed to xxxxxxxxxxxxxxxx for security reasons).
> Do I need to change that records or I need to create
> '/etc/udev/rules.d/85-ifupdown.rules' with indicated in the
> documentation records?

Without actually knowing what you're trying to do, the safest option might be
to create your own rules file (something like
/etc/udev/rules.d/85-host-pc-connectivity.rules) and put whatever needs to be
added in there.

--reini
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users