LINUX.ORG.RU

Сообщения spastic_arm

 

termite на gentoo. патч vte-ng.

Хочу установить termite-терминал в calculate. Через emerge не ставится.

Нашел на github: https://github.com/thestinger/termite

Выполнил по инструкции автора:

git clone --recursive https://github.com/thestinger/termite.git
cd termite && make

Выдало ошибки типа:

...........
termite.cc:450:60: ошибка: нет декларации «vte_terminal_select_text» в этой области видимости
                                      cursor_col, cursor_row);
...........                                                            ^
termite.cc:718:43: ошибка: нет декларации «vte_terminal_set_cursor_position» в этой области видимости
............

Установил сначала x11-libs/vte-0.44.3::gentoo: с официального репозитория.

Затем скачал патч vte-ng с https://github.com/thestinger/vte-ng

но при вводе команды make и automake опять выдает ошибки:

spasticarm0x15dec@calculate ~/termite/vte $ git clone https://github.com/thestinger/vte-ng.git
Клонирование в «vte-ng»…
remote: Counting objects: 24076, done.
remote: Total 24076 (delta 0), reused 0 (delta 0), pack-reused 24076
Получение объектов: 100% (24076/24076), 7.36 MiB | 358.00 KiB/s, готово.
Определение изменений: 100% (18989/18989), готово.
Проверка соединения… готово.
spasticarm0x15dec@calculate ~/termite/vte $ cd vte-ng
spasticarm0x15dec@calculate ~/termite/vte/vte-ng $ make
make: *** Не заданы цели и не найден make-файл.  Останов.
spasticarm0x15dec@calculate ~/termite/vte/vte-ng $ automake
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake-1.15 line 3936.
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
Makefile.am:16: error: ENABLE_GLADE_CATALOGUE does not appear in AM_CONDITIONAL
Makefile.am: error: required file './INSTALL' not found
Makefile.am:   'automake --add-missing' can install 'INSTALL'
configure.ac:14: error: required file 'config.h.in' not found
doc/openi18n/Makefile.am: error: required file './depcomp' not found
doc/openi18n/Makefile.am:   'automake --add-missing' can install 'depcomp'
/usr/share/automake-1.15/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.15/am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.15/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.15/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.15/am/depend2.am:   The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.15/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.15/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.15/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
automake-1.15: error: cannot open < gtk-doc.make: No such file or directory

Заранее спасибо, если что прошу отнестись с пониманием.

 , , ,

spastic_arm
()

Работа с .doc и .xls

По работе приходится редактировать небольшие несложные файлы ворд-эксель.

Попробовал google docs - выглядит отталкивающе и неинтуитивно. Непонятно, как, например, поменять дату сразу в нескольких местах в документе(самая сложная манипуляция из нужных мне). Почему-то жутко тормозит, хотя рядом облачный эксель работает шустро на моем 2gb-ram недобуке.

Мне нужно открыть мелкий файл, поменять пару строчек и сохранить в том-же формате. Может еще распечатать его. Но не хочется ради этого тащить какого-нибудь 2-х_гигабайтного монстра. Как легче решить мою проблему?

 

spastic_arm
()

Конфигурация ядра под vmware.

На сам ноут ставить пока боюсь. Задача поставить минимальную среду с иксами, i3wm, vim, firefox и jabber-ом; для обучения си по начальным книгам типа K&R.

Я уже нашел ядерную физику для домохозяек и понял, что каждую непонятную функцию в ядре надо гуглить.

Мой вопрос наверно немного глупый: вот когда я на vmware конфигурирую ядро и выкидываю все процессоры кроме реального железного я правильно делаю? Может, для первого раза только genkernel? Но я сразу хочу приучаться к хорошему, тем-более что на vmware компиллиться будет все похоже очень долго. Был бы рад советам для абсолютного новичка относительно конфигурирования ядра.

Подскажите заодно, пожалуйста, есть ли редактор работающий с world\exel-файлами с простейшими операциями.

 , ,

spastic_arm
()

Встроенный 3g модем hp hspa+(Huawei U736) в Gentoo

Нетбук hp stream 11 x360 В нем встроенный 3g модем hp hspa+(он же Huawei U736)http://tweakers.net/pricewatch/456242/hp-hs3110-hspa -w81-wwan/specificaties/

В xubuntu livecd заработал после ввода следующих команд. В Network Manager-е модем обнаружился и позволил создать Mobile Broadband Connection.

xubuntu@xubuntu:~$ sudo su
root@xubuntu:/home/xubuntu# modprobe usbserial vendor=0x3f0 product=0x521d
root@xubuntu:/home/xubuntu# modprobe qmi_wwan
root@xubuntu:/home/xubuntu# echo "03f0 521d" > /sys/bus/usb/drivers/qmi_wwan/new_id
root@xubuntu:/home/xubuntu# uname -r
3.19.0-25-generic
root@xubuntu:/home/xubuntu# ls /dev
autofs kvm ram14 tty20 tty57 ttyS6
block log ram15 tty21 tty58 ttyS7
bsg loop0 ram2 tty22 tty59 ttyS8
btrfs-control loop1 ram3 tty23 tty6 ttyS9
bus loop2 ram4 tty24 tty60 ttyUSB0
cdc-wdm1 loop3 ram5 tty25 tty61 ttyUSB1
char loop4 ram6 tty26 tty62 ttyUSB2
console loop5 ram7 tty27 tty63 ttyUSB3
core loop6 ram8 tty28 tty7 uhid
cpu loop7 ram9 tty29 tty8 uinput
cpu_dma_latency loop-control random tty3 tty9 urandom
cuse mapper rfkill tty30 ttyprintk usb
disk mcelog rtc tty31 ttyS0 v4l
dri media0 rtc0 tty32 ttyS1 vcs
ecryptfs mei0 sda tty33 ttyS10 vcs1
fb0 mem sda1 tty34 ttyS11 vcs2
fd memory_bandwidth sdb tty35 ttyS12 vcs3
full mmcblk0 serial tty36 ttyS13 vcs4
fuse mmcblk0boot0 sg0 tty37 ttyS14 vcs5
hidraw0 mmcblk0boot1 sg1 tty38 ttyS15 vcs6
hidraw1 mmcblk0p1 shm tty39 ttyS16 vcs7
hidraw2 mmcblk0p2 snapshot tty4 ttyS17 vcsa
hpet mmcblk0p3 snd tty40 ttyS18 vcsa1
i2c-0 mmcblk0p4 stderr tty41 ttyS19 vcsa2
i2c-1 mmcblk0rpmb stdin tty42 ttyS2 vcsa3
i2c-2 net stdout tty43 ttyS20 vcsa4
i2c-3 network_latency tty tty44 ttyS21 vcsa5
i2c-4 network_throughput tty0 tty45 ttyS22 vcsa6
i2c-5 null tty1 tty46 ttyS23 vcsa7
i2c-6 port tty10 tty47 ttyS24 vfio
i2c-7 ppp tty11 tty48 ttyS25 vga_arbiter
i2c-8 psaux tty12 tty49 ttyS26 vhci
i2c-9 ptmx tty13 tty5 ttyS27 vhost-net
iio:device0 pts tty14 tty50 ttyS28 video0
iio:device1 ram0 tty15 tty51 ttyS29 zero
iio:device2 ram1 tty16 tty52 ttyS3
iio:device3 ram10 tty17 tty53 ttyS30
iio:device4 ram11 tty18 tty54 ttyS31
input ram12 tty19 tty55 ttyS4
kmsg ram13 tty2 tty56 ttyS5

А вот ввод тех же команд в systemrescuecd результата не дал. Network Manager модем не обнаружил.

root@sysresccd /root % modprobe usbserial vendor=03f0 product=521d
root@sysresccd /root % modprobe qmi_wwan
root@sysresccd /root % echo "03f0 521d" > /sys/bus/usb/drivers/qmi_wwan/new_id
root@sysresccd /root % uname -r
4.1.15-alt471-amd64
root@sysresccd /root % ls /dev
autofs loop3 rtc0 tty31 tty7 uinput
block loop4 sda tty32 tty8 urandom
bsg loop5 sda1 tty33 tty9 usb
btrfs-control loop6 sdb tty34 ttyS0 usbmon0
bus loop7 sg0 tty35 ttyS1 usbmon1
cdc-wdm0 loop-control sg1 tty36 ttyS10 usbmon2
cdc-wdm1 mapper shm tty37 ttyS11 vcs
char mcelog stderr tty38 ttyS12 vcs1
console md0 stdin tty39 ttyS13 vcs12
core mei0 stdout tty4 ttyS14 vcs2
cpu mem tty tty40 ttyS15 vcs3
cpu_dma_latency memory_bandwidth tty0 tty41 ttyS16 vcs4
cuse mmcblk0 tty1 tty42 ttyS17 vcs5
disk mmcblk0boot0 tty10 tty43 ttyS18 vcs6
dri mmcblk0boot1 tty11 tty44 ttyS19 vcs7
fb0 mmcblk0p1 tty12 tty45 ttyS2 vcsa
fd mmcblk0p2 tty13 tty46 ttyS20 vcsa1
full mmcblk0p3 tty14 tty47 ttyS21 vcsa12
fuse mmcblk0p4 tty15 tty48 ttyS22 vcsa2
hidraw0 mmcblk0rpmb tty16 tty49 ttyS23 vcsa3
hidraw1 mouse tty17 tty5 ttyS24 vcsa4
hidraw2 mouse1 tty18 tty50 ttyS25 vcsa5
hpet mqueue tty19 tty51 ttyS26 vcsa6
hwrng net tty2 tty52 ttyS27 vcsa7
iio:device0 network_latency tty20 tty53 ttyS28 vfio
iio:device1 network_throughput tty21 tty54 ttyS29 vga_arbiter
iio:device2 null tty22 tty55 ttyS3 vhci
iio:device3 nvram tty23 tty56 ttyS30 vhost-net
iio:device4 port tty24 tty57 ttyS31 watchdog
initctl ppp tty25 tty58 ttyS4 watchdog0
input ptmx tty26 tty59 ttyS5 zero
kmsg pts tty27 tty6 ttyS6
log random tty28 tty60 ttyS7
loop0 raw tty29 tty61 ttyS8
loop1 rfkill tty3 tty62 ttyS9
loop2 rtc tty30 tty63 uhid

 , , ,

spastic_arm
()

Настройка сети в systemrescuecd при установке.

Всем привет, я начал знакомство с линукс сразу с установки генту. Ничего не знаю.

Устанавливаю с systemrescuecd на hp stream 11 с wifi-адаптером Broadcom BCM43142 802.11 bgn Wi-Fi Adapter и встроенным 3g модемом hp hs3110 hspa+.

Задача - завести либо встроенный 3g модем, либо подключить wifi-адаптер к точке wifi wps2 psk созданной на планшете.

root@sysresccd /root % lspci -k

root@sysresccd /root % lspci -k


00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)


        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register


        Kernel Driver in use: iosf_mbi_pci


        Kernel modules: iosf_mbi

00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)

        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series Graphics & Display  

        Kernel Driver in use: i915

        Kernel modules: i915

00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0e)

        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series USB xHCI

        Kernel Driver in use: xhci_hcd

00:1a.0 Encription controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)

        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine 

        Kernel Driver in use: mei_txe 

        Kernel modules: mei_txe

00:1b.0 Audio Device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)

        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller

00.1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e)

        Kernel Driver in use: pcieport

        Kernel modules: shpchp

00.1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e)

        Kernel Driver in use: pcieport

        Kernel modules: shpchp

00.1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 0e)

        Kernel Driver in use: pcieport

        Kernel modules: shpchp
 
00.1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 (rev 0e)

        Kernel Driver in use: pcieport

        Kernel modules: shpchp

00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)

        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series Power Control Unit 

        Kernel Driver in use: lpc_ich

        Kernel modules: ipc_ich

00:1f.3 SMbus: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SMbus Controller  (rev 0e) 

        Subsystem: Hewlett-Paccard Company Atom Processor Z36xxx/Z37xxx Series SMbus Controller

        Kernel modules: 12c_i801

02:00.0 Network Controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

        Subsystem: Hewlett-Paccard Company BCM43142 802.11b/g/n (rev 01)

        Kernel Driver in use: bcma-pci-bridge

        Kernel modules: bcma

03:00.0 Unessigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader 

        Kernel modules: rtsx_pci

04:00.0 Ethernet Controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet Controller (rev 07)

        Kernel Driver in use: r8169

        Kernel modules: r8169

Хотя 3g модем встроенный, на всякий случай напишу вывод lsusb В выводе этой команды есть устройство Hewlett-Paccard, это устройство может быть встроенным модемом? Под виндовс 3g-модем заработал сразу. А вот в выводе lspci -k нет ничего похожего на 3g-модем.

root@sysresccd /root % lsusb

Bus 001 Device 007: ID 0a5c:216c Broadcom Corp.

Bus 001 Device 006: ID 046d:c534 Logitech, Inc. Unifying Receiver

Bus 001 Device 005: ID 03f0:521d Hewlett-Packard

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 001 Device 004: ID 1a40:0101 Terminus Technology Inc. Hub 

Bus 001 Device 003: ID 04f2:b40e Chicony Electronics Co,. Ltd 

Bus 001 Device 002: ID 13fe:4200 Kingston Technology Company Inc. 

Bus 001 Device 001: 1d6b:0002 Linux Foundation 2.0 root hub

iwconfig

eth0  no wireless extensions.

lo    no wireless extensions.

ndiswrapper

root@sysresccd /root % ndiswrapper
zsh: command not found: ndiswrapper

В networkmanager'е, при создании мобильного соединения, список выбора hardware-устройств в самом начале настройки неактивен. Проигнорировал этот пункт и создал соединение с настройками с сайта оператора - результат нулевой.

Создал точку доступа wifi wps2 psk на планшетике, проверил это подключение на предустановленной на ноутбуке винде. Перезагрузился в systemrescuecd, создал wifi-соединение, - результата снова нет.

В интернете есть информация только об установке на сабж убунты. Куча топиков на убунтофоруме, где все у людей встает из коробки при установке. Вот еще блог http://intechb.blogspot.ru/2015/06/how-to-install-ubuntu-1404-lts-on-hp.html, где установка убунты практически не отличается от установки виндовс; и все завелось сразу после установки. Только мельком на форумах попадались сообщения о проблемах с eMMC-диском. На нетбуке один жесткий диск eMMC 32 гб.

Что мне дальше делать? Может, вместо systemrescuecd мне нужен другой дистрибутив? Может, ту же убунту на флешку развернуть и использовать ее как livecd(представляю это только в теории)? Заранее спасибо.

 , , ,

spastic_arm
()

RSS подписка на новые темы