Перешёл на freebsd 7.0 после linux и возникли проблемы на ноутбуке.
1) Звуковая карта intel hda, модуль snd_hda подгружается, звук отличный, но если подключить наушникик, то звук играет и в наушниках и в динамиках.
В device.hints добавил строку:
hint.pcm.0.config="gpio0"
не помогло.
2) Не собирается deluge(торрент клиент)
2.1: если собирать самому из исходников, то make выдаёт следующие:
Код: Выделить всё
.......
libtorrent/src/torrent_info.cpp:179:1: warning: null character(s) ignored
libtorrent/src/torrent_info.cpp:179:752: warning: no newline at end of file
libtorrent/src/torrent_info.cpp:1: error: expected unqualified-id before '|' token
libtorrent/src/torrent_info.cpp:2: error: expected declaration before '}' token
error: command 'cc' failed with exit status 1
*** Error code 12.2:если собирать из портов, то make выдаёт следующие:
Код: Выделить всё
.....
./libtorrent/include/libtorrent/asio/ip/basic_endpoint.hpp:254: error: call of overloaded 'address_v4(asio::detail::u_long_type)' is ambiguous
./libtorrent/include/libtorrent/asio/ip/address_v4.hpp:63: note: candidates are: asio::ip::address_v4::address_v4(long unsigned int)
./libtorrent/include/libtorrent/asio/ip/address_v4.hpp:56: note: asio::ip::address_v4::address_v4(int)
error: command 'cc' failed with exit status 1
*** Error code 13) Не собирается pidgin из исходных кодов.
make зависает на:
Код: Выделить всё
# make
make all-recursive
Making all in libpurple
cat | /usr/local/bin/python ./dbus-analyze-functions.py > dbus-bindings.cиз портов pidgin собирается, но хочу сам собрать без портов
4)kpowersave не собирается, make выдаёт следующие:
Код: Выделить всё
$ make
WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!
unsermake all
unsermake:No such file or directory
*** Error code 1makeobj в портах не нашёл
5) Не получается востановить в phpmyadmin бекап mysql базы.
При востановлении из бекапа выдаёт следующие:
Код:
Код: Выделить всё
#1168 - Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't existMysql - 5.0, бекап был сделан в линуксе с mysql 5.0